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

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 9:01 PM, David Daney wrote: > On 02/15/2018 04:45 AM, Andy Shevchenko wrote: >> On Wed, Feb 14, 2018 at 2:55 AM, David Daney >> wrote: >>> >>> The ISL12026 is a combination RTC and EEPROM device with I2C >>> interface.

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

2018-02-16 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 9:01 PM, David Daney wrote: > On 02/15/2018 04:45 AM, Andy Shevchenko wrote: >> On Wed, Feb 14, 2018 at 2:55 AM, David Daney >> wrote: >>> >>> The ISL12026 is a combination RTC and EEPROM device with I2C >>> interface. The standard RTC driver interface is provided. The

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

2018-02-15 Thread David Daney
On 02/15/2018 04:45 AM, Andy Shevchenko wrote: On Wed, Feb 14, 2018 at 2:55 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

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

2018-02-15 Thread David Daney
On 02/15/2018 04:45 AM, Andy Shevchenko wrote: On Wed, Feb 14, 2018 at 2:55 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

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

2018-02-15 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 3:15 PM, Alexandre Belloni wrote: > On 15/02/2018 at 14:45:11 +0200, Andy Shevchenko wrote: >> On Wed, Feb 14, 2018 at 2:55 AM, David Daney wrote: >> > +#ifdef CONFIG_OF >> >> Remove this ugly #ifdef. Your

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

2018-02-15 Thread Andy Shevchenko
On Thu, Feb 15, 2018 at 3:15 PM, Alexandre Belloni wrote: > On 15/02/2018 at 14:45:11 +0200, Andy Shevchenko wrote: >> On Wed, Feb 14, 2018 at 2:55 AM, David Daney wrote: >> > +#ifdef CONFIG_OF >> >> Remove this ugly #ifdef. Your driver OF only one. >> > > Well, it is DT only because you asked

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

2018-02-15 Thread Alexandre Belloni
On 15/02/2018 at 14:45:11 +0200, Andy Shevchenko wrote: > On Wed, Feb 14, 2018 at 2:55 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

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

2018-02-15 Thread Alexandre Belloni
On 15/02/2018 at 14:45:11 +0200, Andy Shevchenko wrote: > On Wed, Feb 14, 2018 at 2:55 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

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

2018-02-15 Thread Andy Shevchenko
On Wed, Feb 14, 2018 at 2:55 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

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

2018-02-15 Thread Andy Shevchenko
On Wed, Feb 14, 2018 at 2:55 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.

[PATCH v2] rtc: isl12026: Add driver.

2018-02-13 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 v2] rtc: isl12026: Add driver.

2018-02-13 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 v1: o Fixed device