commit | bc0e731fc2893f96037ef5125e40fd28c6b97bd9 | [log] [tgz] |
---|---|---|
author | Anson Huang <anson.huang@nxp.com> | Thu Apr 11 02:06:04 2019 +0000 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Thu Apr 11 23:18:32 2019 +0200 |
tree | dc96abdb78cd7a0e3fab254cd5666bc20540967e | |
parent | 862cac15d2e9d6ade85d77cf9816743b6c0965df [diff] |
rtc: mxc: use dev_pm_set_wake_irq() to simplify code With calling dev_pm_set_wake_irq() to set MXC RTC as wakeup source for suspend, generic wake irq mechanism will automatically enable it as wakeup source when suspend, then the suspend/resume callback which are ONLY for enabling/disabling irq wake can be removed, it simplifies the code. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>