Re: [PATCH 2/2] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-25 Thread Lee Jones
On Wed, 25 Feb 2015, Lee Jones wrote: > On Fri, 06 Feb 2015, Krzysztof Kozlowski wrote: > > > The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary > > Power Loss) were removed from rtc-s5m driver because they were not used. > > Remove them (and on/off interrupt) from main MFD drive

Re: [PATCH 2/2] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-25 Thread Lee Jones
On Fri, 06 Feb 2015, Krzysztof Kozlowski wrote: > The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary > Power Loss) were removed from rtc-s5m driver because they were not used. > Remove them (and on/off interrupt) from main MFD driver and header. > > Additionally remove ENOMEM err

Re: [PATCH 2/2] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-24 Thread Lee Jones
On Tue, 24 Feb 2015, Krzysztof Kozlowski wrote: > On pią, 2015-02-06 at 12:24 +0100, Krzysztof Kozlowski wrote: > > The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary > > Power Loss) were removed from rtc-s5m driver because they were not used. > > Remove them (and on/off interrupt

Re: [PATCH 2/2] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-23 Thread Krzysztof Kozlowski
On pią, 2015-02-06 at 12:24 +0100, Krzysztof Kozlowski wrote: > The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary > Power Loss) were removed from rtc-s5m driver because they were not used. > Remove them (and on/off interrupt) from main MFD driver and header. > > Additionally remo

[PATCH 2/2] mfd: sec: Cleanup unused RTC fields: ono, WTSR and SMPL

2015-02-06 Thread Krzysztof Kozlowski
The WTSR (Watchdog Timer Software Reset) and SMPL (Sudden Momentary Power Loss) were removed from rtc-s5m driver because they were not used. Remove them (and on/off interrupt) from main MFD driver and header. Additionally remove ENOMEM error message. Signed-off-by: Krzysztof Kozlowski --- drive