commit | 018c32bc2113ef6625ff32980c99b5ca33aa51de | [log] [tgz] |
---|---|---|
author | Daniel Okazaki <[email protected]> | Mon Dec 11 21:15:37 2023 +0000 |
committer | Daniel Okazaki <[email protected]> | Mon Dec 11 21:15:37 2023 +0000 |
tree | 84b18a177b9461c132d059f3d744b3c56f3cfd18 | |
parent | 23db4b65b104d0be1503864d9f5bd182188d51fe [diff] |
max77759: Remove disable irq in resume/suspend flow Disabling an irq while still having the wake lock enabled is dangerous. Move max77759_charger resume/suspend to noirq, sync with max1720x. Moving irq init to end of probe to prevent interrupt storm during init. Adding prints to track when irq's are skipped. Bug: 312056534 Test: check order of resume/suspend flow Change-Id: Ib5b2ba1fc0817f89e972a9d3122bbe560d78e76b Signed-off-by: Daniel Okazaki <[email protected]>