RE: [PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver

2020-06-23 Thread 陳昭勳
Hi, > On 22/06/2020 07:26:56-0700, Guenter Roeck wrote: > > On Mon, Jun 22, 2020 at 12:14:13PM +0100, Lee Jones wrote: > > > On Mon, 22 Jun 2020, Johnson CH Chen (陳昭勳) wrote: > > > > > > > Dallas/Maxim DS1374 is a counter designed to continuously count > > > > time in seconds. It provides an I2C

Re: [PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver

2020-06-22 Thread kernel test robot
Hi "Johnson, Thank you for the patch! Yet something to improve: [auto build test ERROR on abelloni/rtc-next] [also build test ERROR on linux/master linus/master v5.8-rc2 next-20200622] [cannot apply to ljones-mfd/for-mfd-next] [If your patch is applied to the wrong git tree, kindly drop us a note

Re: [PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver

2020-06-22 Thread Alexandre Belloni
On 22/06/2020 07:26:56-0700, Guenter Roeck wrote: > On Mon, Jun 22, 2020 at 12:14:13PM +0100, Lee Jones wrote: > > On Mon, 22 Jun 2020, Johnson CH Chen (陳昭勳) wrote: > > > > > Dallas/Maxim DS1374 is a counter designed to continuously count > > > time in seconds. It provides an I2C interface to the

Re: [PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver

2020-06-22 Thread Guenter Roeck
On Mon, Jun 22, 2020 at 12:14:13PM +0100, Lee Jones wrote: > On Mon, 22 Jun 2020, Johnson CH Chen (陳昭勳) wrote: > > > Dallas/Maxim DS1374 is a counter designed to continuously count > > time in seconds. It provides an I2C interface to the host to > > access RTC clock or Alarm/Watchdog timer. > > >

Re: [PATCH 1/3] mfd: ds1374: Introduce Dallas/Maxim DS1374 MFD core driver

2020-06-22 Thread Lee Jones
On Mon, 22 Jun 2020, Johnson CH Chen (陳昭勳) wrote: > Dallas/Maxim DS1374 is a counter designed to continuously count > time in seconds. It provides an I2C interface to the host to > access RTC clock or Alarm/Watchdog timer. > > Add MFD Core driver, supporting the I2C communication to RTC and > Wat