Re: [PATCH 5/7] soc: brcmstb: add wake-timer driver

2015-09-12 Thread Florian Fainelli
Le 06/18/15 17:11, Brian Norris a écrit : > Useful for waking the system from suspend after a specified period of > time. > > This IP could potentially be supported as an RTC driver (for use with > the 'rtcwake' utility), but it is not battery backed, so that's not a > great fit. Implement a

Re: [PATCH 5/7] soc: brcmstb: add wake-timer driver

2015-06-19 Thread Brian Norris
On Thu, Jun 18, 2015 at 07:20:26PM -0700, Gregory Fong wrote: On Thu, Jun 18, 2015 at 5:11 PM, Brian Norris computersforpe...@gmail.com wrote: Useful for waking the system from suspend after a specified period of time. This IP could potentially be supported as an RTC driver (for use with

Re: [PATCH 5/7] soc: brcmstb: add wake-timer driver

2015-06-18 Thread Gregory Fong
On Thu, Jun 18, 2015 at 5:11 PM, Brian Norris computersforpe...@gmail.com wrote: Useful for waking the system from suspend after a specified period of time. This IP could potentially be supported as an RTC driver (for use with the 'rtcwake' utility), but it is not battery backed, so that's

[PATCH 5/7] soc: brcmstb: add wake-timer driver

2015-06-18 Thread Brian Norris
Useful for waking the system from suspend after a specified period of time. This IP could potentially be supported as an RTC driver (for use with the 'rtcwake' utility), but it is not battery backed, so that's not a great fit. Implement a custom sysfs interface instead. Signed-off-by: Brian