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

2018-03-02 Thread Alexandre Belloni
On 02/03/2018 at 08:22:22 -0800, David Daney wrote: > I am no longer able to test this patch as I lost access to the hardware. > Ah, too bad. I will take your patch as-is and then add a small patch to fixup the nvmem registration. > If someone else wants to take charge of the patch, that would b

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

2018-02-28 Thread Alexandre Belloni
Hi, That's mostly good On 22/02/2018 at 12:04:32 -0800, David Daney wrote: > + priv->rtc->ops = &isl12026_rtc_ops; > + priv->rtc->nvram_old_abi = false; This allocation is not necessary and I would refer not having t so when the ABI goes away, it is not necessary to change this driver.

[PATCH v6] rtc: isl12026: Add driver.

2018-02-22 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. Reviewed-by: Rob Herring Reviewed-by: Andy Shevchenko Signed-off-