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]>
3 files changed