Re: [rtc-linux] [PATCH v4 3/7] rtc: mxc: use a second rtc clock

2015-07-14 Thread Alexandre Belloni
On 04/07/2015 at 01:15:16 +0200, Philippe Reynes wrote : > The mxc RTC needs two clocks, one for the input > reference, and one for the IP. But this driver > was only using one clock (for the reference). > This patch add the second clock (for the IP). > > Signed-off-by: Philippe Reynes Acked-by:

[PATCH v4 3/7] rtc: mxc: use a second rtc clock

2015-07-03 Thread Philippe Reynes
The mxc RTC needs two clocks, one for the input reference, and one for the IP. But this driver was only using one clock (for the reference). This patch add the second clock (for the IP). Signed-off-by: Philippe Reynes --- drivers/rtc/rtc-mxc.c | 41 - 1