rtc: tps65910: allow platform power up
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 17 May 2018 20:26:22 +0000 (22:26 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Thu, 17 May 2018 20:37:09 +0000 (22:37 +0200)
commitee366c7a0e2f45bf76f7e4e132c5d1f8964209fa
tree6603b2a5d1f26421be9ee12edfccd0c9c1e9108d
parente6000a438e534ee0afd9e83b67f4e23a26dd1067
rtc: tps65910: allow platform power up

Currently, the IRQs are disabled when the rtc driver is removed (e.g. when
shutting down the platform).
This means that the RTC will be unable to power up the platform.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-tps65910.c