Re: [PATCH 4/4] RTC: rk808: add RTC driver for RK808 PMIC RTC

2014-08-19 Thread Heiko Stübner
Hi Javier, Am Montag, 18. August 2014, 20:17:03 schrieb Javier Martinez Canillas: > adding Mike Turquette to cc since this is also a clock driver. > > Hello Chris, > > Overall it looks good to me, I've just a comment about the driver structure. > On 08/17/2014 04:02 AM, Chris Zhong wrote: > > RK

Re: [PATCH 4/4] RTC: rk808: add RTC driver for RK808 PMIC RTC

2014-08-18 Thread Javier Martinez Canillas
adding Mike Turquette to cc since this is also a clock driver. Hello Chris, Overall it looks good to me, I've just a comment about the driver structure. On 08/17/2014 04:02 AM, Chris Zhong wrote: > RK808 PMIC is a MFD with RTC as one of the device. Adding RTC driver > for supporting RTC device p

[PATCH 4/4] RTC: rk808: add RTC driver for RK808 PMIC RTC

2014-08-16 Thread Chris Zhong
RK808 PMIC is a MFD with RTC as one of the device. Adding RTC driver for supporting RTC device present inside RK808 PMIC. Signed-off-by: Chris Zhong --- drivers/rtc/Kconfig | 11 + drivers/rtc/Makefile|1 + drivers/rtc/rtc-rk808.c | 564