On Wed, Nov 1, 2017 at 10:01 AM, Eric Nelson <eric@xxxxxxxxxx> wrote: > Note that alarms are not currently implemented. > > 64 bytes of nvmem is supported and exposed in > sysfs (# is the instance number, starting with 0): > > /sys/bus/nvmem/devices/pcf85363-#/nvmem > > Signed-off-by: Eric Nelson <eric@xxxxxxxxxx> > Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxx> > --- > V2 addresses a couple of issues highlighted by Fabio Estevam > 1. Kconfig updated to select REGMAP_I2C > 2. Switch to of_device_id from i2c_device_id for driver matching > > V3 adds interrupts as an optional property in device tree bindings > > drivers/rtc/Kconfig | 13 ++ > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-pcf85363.c | 221 +++++++++++++++++++++ > 4 files changed, 252 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/pcf85363.txt > create mode 100644 drivers/rtc/rtc-pcf85363.c For the binding: Acked-by: Rob Herring <robh@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html