Re: [U-Boot] [PATCH v2] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-23 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190723095745.37138-1-chuanhua@nxp.com> you wrote: > This patch add an implementation of the rtc_enable_32khz_output() that > uses the driver model i2c APIs. > > Signed-off-by: Chuanhua Han > --- > Change in v2: > - Add RTC_ENABLE_32KHZ_OUTPUT option so

[U-Boot] [PATCH v2] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module

2019-07-23 Thread Chuanhua Han
This patch add an implementation of the rtc_enable_32khz_output() that uses the driver model i2c APIs. Signed-off-by: Chuanhua Han --- Change in v2: - Add RTC_ENABLE_32KHZ_OUTPUT option so this code compiles only in that cases where it is really useful. drivers/rtc/Kconfig | 10