Re: [PATCH v3] rtc: isl12026: Add driver. (fwd)

2018-02-18 Thread Julia Lawall
w...@lip6.fr> Subject: Re: [PATCH v3] rtc: isl12026: Add driver. CC: kbuild-...@01.org In-Reply-To: <20180215195437.29207-1-david.da...@cavium.com> References: <20180215195437.29207-1-david.da...@cavium.com> TO: David Daney <david.da...@cavium.com> CC: Alessandro Zummo <

Re: [PATCH v3] rtc: isl12026: Add driver. (fwd)

2018-02-18 Thread Julia Lawall
The concern is about the code on line 400. I'm not seeing where num_written could go below 0, in any case. julia -- Forwarded message -- Date: Sun, 18 Feb 2018 20:54:49 +0800 From: kbuild test robot To: kbu...@01.org Cc: Julia Lawall Subject: Re: [PATCH v3] rtc: isl12026: Add

Re: [PATCH v3] rtc: isl12026: Add driver.

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 9:54 PM, David Daney wrote: > The ISL12026 is a combination RTC and EEPROM device with I2C > interface. The standard RTC driver interface is provided. The EEPROM > is accessed via the NVMEM interface via the "eeprom0" directory in the > sysfs

Re: [PATCH v3] rtc: isl12026: Add driver.

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 9:54 PM, David Daney wrote: > The ISL12026 is a combination RTC and EEPROM device with I2C > interface. The standard RTC driver interface is provided. The EEPROM > is accessed via the NVMEM interface via the "eeprom0" directory in the > sysfs entry for the device. >

[PATCH v3] rtc: isl12026: Add driver.

2018-02-15 Thread David Daney
The ISL12026 is a combination RTC and EEPROM device with I2C interface. The standard RTC driver interface is provided. The EEPROM is accessed via the NVMEM interface via the "eeprom0" directory in the sysfs entry for the device. Signed-off-by: David Daney --- Changes

[PATCH v3] rtc: isl12026: Add driver.

2018-02-15 Thread David Daney
The ISL12026 is a combination RTC and EEPROM device with I2C interface. The standard RTC driver interface is provided. The EEPROM is accessed via the NVMEM interface via the "eeprom0" directory in the sysfs entry for the device. Signed-off-by: David Daney --- Changes from v2: o More code