Srinivas:

This series is a third iteration of the patchset adding NVMEM support
for EEPROMs connected to RAVE SP MFD device (support for which landed
in 4.15).

Chagnes since [v2]:

        - Added verbiage about data cells, fixed captial case hex
          number as well as lack of address in node name in
          zii,rave-sp-eeprom.txt

        - Added optional DT property "zii,eeprom-name", to allow
          giving more descriptive names to NVMEM devices created by
          the driver

Changes since [v1]:

        - Patchset rebased on latest master from Linus which contains
          all necessary dependencies

        - Added sizes.h to include in patch 1/2 to avoid build breaks
          reported by build-bot

        - Added missing #size-cells, #address-cells as well as example
          cell to DT bindings documentation (pointed out by Rob)

Feedback is wellcome!

Thanks,
Andrey Smirnov

[v2] lkml.kernel.org/r/20180411015948.19562-1-andrew.smir...@gmail.com
[v1] lkml.kernel.org/r/20180321134710.29757-1-andrew.smir...@gmail.com

Andrey Smirnov (2):
  dt-bindings: nvmem: Add binding for RAVE SP EEPROM driver
  nvmem: Add RAVE SP EEPROM driver

 .../bindings/nvmem/zii,rave-sp-eeprom.txt          |  40 +++
 drivers/nvmem/Kconfig                              |   6 +
 drivers/nvmem/Makefile                             |   3 +
 drivers/nvmem/rave-sp-eeprom.c                     | 357 +++++++++++++++++++++
 4 files changed, 406 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt
 create mode 100644 drivers/nvmem/rave-sp-eeprom.c

-- 
2.14.3

Reply via email to