Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Andrew Morton
ted patch? Can you just replace the > current three incremental patches: > > rtc-omap-add-support-for-pmic_power_en.patch > rtc-omap-add-support-for-pmic_power_en-v3.patch > rtc-omap-add-support-for-pmic_power_en-v3-fix.patch > > that you have in you

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Johan Hovold
r-pmic_power_en.patch rtc-omap-add-support-for-pmic_power_en-v3.patch rtc-omap-add-support-for-pmic_power_en-v3-fix.patch that you have in your tree, with a single new v4 which adds a more elaborate comment? Thanks, Johan -- To unsubscribe from this list: send the line &quo

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Johan Hovold
On Tue, Oct 28, 2014 at 02:18:05PM -0700, Andrew Morton wrote: > On Tue, 28 Oct 2014 09:36:33 +0100 Johan Hovold wrote: > > > > But it doesn't explain *why* we want the alarm to trigger before > > > returning. > > > > Should we really require every power-off handler to document arch > >

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Johan Hovold
On Tue, Oct 28, 2014 at 02:18:05PM -0700, Andrew Morton wrote: On Tue, 28 Oct 2014 09:36:33 +0100 Johan Hovold jo...@kernel.org wrote: But it doesn't explain *why* we want the alarm to trigger before returning. Should we really require every power-off handler to document arch

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Johan Hovold
-for-pmic_power_en.patch rtc-omap-add-support-for-pmic_power_en-v3.patch rtc-omap-add-support-for-pmic_power_en-v3-fix.patch that you have in your tree, with a single new v4 which adds a more elaborate comment? Thanks, Johan -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-29 Thread Andrew Morton
the current three incremental patches: rtc-omap-add-support-for-pmic_power_en.patch rtc-omap-add-support-for-pmic_power_en-v3.patch rtc-omap-add-support-for-pmic_power_en-v3-fix.patch that you have in your tree, with a single new v4 which adds a more elaborate comment? Yep

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-28 Thread Andrew Morton
On Tue, 28 Oct 2014 09:36:33 +0100 Johan Hovold wrote: > > But it doesn't explain *why* we want the alarm to trigger before > > returning. > > Should we really require every power-off handler to document arch > behaviour (even if its inconsistent and currently undocumented); in > this case that

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-28 Thread Johan Hovold
On Mon, Oct 27, 2014 at 03:40:31PM -0700, Andrew Morton wrote: > On Mon, 27 Oct 2014 09:09:28 +0100 Johan Hovold wrote: > > > Add new property "ti,system-power-controller" to register the RTC as a > > power-off handler. > > > > Some RTC IP revisions can control an external PMIC via the

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-28 Thread Johan Hovold
On Mon, Oct 27, 2014 at 03:40:31PM -0700, Andrew Morton wrote: On Mon, 27 Oct 2014 09:09:28 +0100 Johan Hovold jo...@kernel.org wrote: Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-28 Thread Andrew Morton
On Tue, 28 Oct 2014 09:36:33 +0100 Johan Hovold jo...@kernel.org wrote: But it doesn't explain *why* we want the alarm to trigger before returning. Should we really require every power-off handler to document arch behaviour (even if its inconsistent and currently undocumented); in this

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Andrew Morton
On Mon, 27 Oct 2014 09:09:28 +0100 Johan Hovold wrote: > Add new property "ti,system-power-controller" to register the RTC as a > power-off handler. > > Some RTC IP revisions can control an external PMIC via the pmic_power_en > pin, which can be configured to transition to OFF on ALARM2 events

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Felipe Balbi
On Mon, Oct 27, 2014 at 05:56:54PM +0100, Johan Hovold wrote: > On Mon, Oct 27, 2014 at 11:45:44AM -0500, Felipe Balbi wrote: > > On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: > > > Add new property "ti,system-power-controller" to register the RTC as a > > > power-off handler. > >

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Johan Hovold
On Mon, Oct 27, 2014 at 11:45:44AM -0500, Felipe Balbi wrote: > On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: > > Add new property "ti,system-power-controller" to register the RTC as a > > power-off handler. > > > > Some RTC IP revisions can control an external PMIC via the

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Felipe Balbi
On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: > Add new property "ti,system-power-controller" to register the RTC as a > power-off handler. > > Some RTC IP revisions can control an external PMIC via the pmic_power_en > pin, which can be configured to transition to OFF on ALARM2

[PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Johan Hovold
Add new property "ti,system-power-controller" to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the pmic_power_en pin, which can be configured to transition to OFF on ALARM2 events and back to ON on subsequent ALARM (wakealarm) events. This is

[PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Johan Hovold
Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the pmic_power_en pin, which can be configured to transition to OFF on ALARM2 events and back to ON on subsequent ALARM (wakealarm) events. This is based

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Felipe Balbi
On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the pmic_power_en pin, which can be configured to transition to OFF on ALARM2 events

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Johan Hovold
On Mon, Oct 27, 2014 at 11:45:44AM -0500, Felipe Balbi wrote: On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the pmic_power_en

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Felipe Balbi
On Mon, Oct 27, 2014 at 05:56:54PM +0100, Johan Hovold wrote: On Mon, Oct 27, 2014 at 11:45:44AM -0500, Felipe Balbi wrote: On Mon, Oct 27, 2014 at 09:09:28AM +0100, Johan Hovold wrote: Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC

Re: [PATCH v3] rtc: omap: add support for pmic_power_en

2014-10-27 Thread Andrew Morton
On Mon, 27 Oct 2014 09:09:28 +0100 Johan Hovold jo...@kernel.org wrote: Add new property ti,system-power-controller to register the RTC as a power-off handler. Some RTC IP revisions can control an external PMIC via the pmic_power_en pin, which can be configured to transition to OFF on