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

2019-08-23 Thread Prabhakar Kushwaha
++ Xiaowei Bao (he is taking over from Chuanhua) > -Original Message- > From: Wolfgang Denk > Sent: Friday, August 23, 2019 2:53 PM > To: Chuanhua Han > Cc: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat ; u-boot@lists.denx.de; > lu...@denx.de;

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

2019-08-23 Thread Wolfgang Denk
Dear Chuanhua Han, In message <20190726112403.32842-1-chuanhua@nxp.com> you wrote: > This patch add an implementation of the rtc_enable_32khz_output() that > uses the driver model i2c APIs. ... > + ret = i2c_get_chip_for_busnum(busnum, chip_addr, 1, ); > + if (!ret) > +

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

2019-08-22 Thread Prabhakar Kushwaha
> -Original Message- > From: Chuanhua Han > Sent: Friday, July 26, 2019 4:54 PM > To: albert.u.b...@aribaud.net; Prabhakar Kushwaha > ; Priyanka Jain ; > Rajesh Bhagat > Cc: u-boot@lists.denx.de; w...@denx.de; lu...@denx.de; > tr...@konsulko.com; Chuanhua Han > Subject: [PATCH v4 1/4]

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

2019-07-26 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 --- depends on: - http://patchwork.ozlabs.org/project/uboot/list/?series=118772 - http://patchwork.ozlabs.org/project/uboot/list/?series=117226 Changes in v4: