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

2018-02-13 Thread David Daney
On 02/13/2018 07:54 AM, Andy Shevchenko wrote: [...] diff --git a/drivers/rtc/rtc-isl12026.c b/drivers/rtc/rtc-isl12026.c new file mode 100644 index ..a5f04e0faceb --- /dev/null +++ b/drivers/rtc/rtc-isl12026.c @@ -0,0 +1,550 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * An I2C

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

2018-02-13 Thread David Daney
On 02/13/2018 07:54 AM, Andy Shevchenko wrote: [...] diff --git a/drivers/rtc/rtc-isl12026.c b/drivers/rtc/rtc-isl12026.c new file mode 100644 index ..a5f04e0faceb --- /dev/null +++ b/drivers/rtc/rtc-isl12026.c @@ -0,0 +1,550 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * An I2C

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

2018-02-13 Thread Andy Shevchenko
On Mon, Feb 12, 2018 at 8:59 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] rtc: isl12026: Add driver.

2018-02-13 Thread Andy Shevchenko
On Mon, Feb 12, 2018 at 8:59 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. > >

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

2018-02-12 Thread David Daney
On 02/12/2018 10:59 AM, 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. Signed-off-by: David

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

2018-02-12 Thread David Daney
On 02/12/2018 10:59 AM, 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. Signed-off-by: David

[PATCH] rtc: isl12026: Add driver.

2018-02-12 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 ---

[PATCH] rtc: isl12026: Add driver.

2018-02-12 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 ---