[PATCH] rtc: pcf85063: Add pcf85063 clkout control to common clock framework

2019-09-01 Thread Michael McCormick
Signed-off-by: Michael McCormick --- drivers/rtc/rtc-pcf85063.c | 153 + 1 file changed, 153 insertions(+) diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c index 1afa6d9fa9fb..f47d3a6b997d 100644 --- a/drivers/rtc/rtc-pcf85063.c +++ b

[PATCH] rtc: pcf85063: Add support for specifying the clkout frequency from device tree node.

2019-07-03 Thread Michael McCormick
Primarily this allows the clkout signal to be disabled and save some power when running off battery backup. However, all hardware implemented values are implemented. Uses default value of 32768Hz if node is not specified. Signed-off-by: Michael McCormick --- drivers/rtc/rtc-pcf85063.c | 52

[PATCH] pcf85063 was not clearing bits correctly in pcf85063_start_clock

2018-02-21 Thread Michael McCormick
Bit clear operation was missing ~ Signed-off-by: Michael McCormick --- drivers/rtc/rtc-pcf85063.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/rtc-pcf85063.c b/drivers/rtc/rtc-pcf85063.c index a06dff9..67bc763 100644 --- a/drivers/rtc/rtc-pcf85063.c +++ b