[rtc-linux] Re: [PATCH 2/2] rtc: stm32: add STM32H7 RTC support

2017-07-06 Thread Amelie DELAUNAY
Hi, On 07/05/2017 11:37 PM, Alexandre Belloni wrote: Hi, This is mostly fine, even if I'm not too happy with the s/ck_rtc/rtc_ck/. This clock name has changed in datasheet between STM32F4/STM32F7 and STM32H7, so, I'm not really happy too... But, as there is only one clock on F4/F7, its name

[rtc-linux] Re: [PATCH 2/2] rtc: stm32: add STM32H7 RTC support

2017-07-05 Thread Alexandre Belloni
Hi, This is mostly fine, even if I'm not too happy with the s/ck_rtc/rtc_ck/. On 26/06/2017 at 11:51:29 +0200, Amelie Delaunay wrote: > - rtc->ck_rtc = devm_clk_get(&pdev->dev, NULL); > - if (IS_ERR(rtc->ck_rtc)) { > - dev_err(&pdev->dev, "no ck_rtc clock"); > - re

[rtc-linux] Re: [PATCH 2/2] rtc: stm32: add STM32H7 RTC support

2017-07-05 Thread Amelie DELAUNAY
On 06/26/2017 11:51 AM, Amelie Delaunay wrote: This patch adds support for STM32H7 RTC. On STM32H7, the RTC bus interface clock (APB clock) needs to be enabled. Signed-off-by: Amelie Delaunay --- A gentle ping about this patch. Thanks, Amelie drivers/rtc/rtc-stm32.c | 85