Re: [PATCH v5 4/7] rtc: ac100: Add clk output support

2016-08-08 Thread Lee Jones
On Fri, 08 Jul 2016, Alexandre Belloni wrote: > On 08/07/2016 at 22:33:39 +0800, Chen-Yu Tsai wrote : > > The AC100's RTC side has 3 clock outputs on external pins, which can > > provide a clock signal to the SoC or other modules, such as WiFi or > > GSM modules. > > > > Support this with a custo

Re: [PATCH v5 4/7] rtc: ac100: Add clk output support

2016-07-08 Thread Alexandre Belloni
On 08/07/2016 at 22:33:39 +0800, Chen-Yu Tsai wrote : > The AC100's RTC side has 3 clock outputs on external pins, which can > provide a clock signal to the SoC or other modules, such as WiFi or > GSM modules. > > Support this with a custom clk driver integrated with the rtc driver. > > Signed-of

[PATCH v5 4/7] rtc: ac100: Add clk output support

2016-07-08 Thread Chen-Yu Tsai
The AC100's RTC side has 3 clock outputs on external pins, which can provide a clock signal to the SoC or other modules, such as WiFi or GSM modules. Support this with a custom clk driver integrated with the rtc driver. Signed-off-by: Chen-Yu Tsai --- Changes since v4: none Changes since v3: