Srinivas: This series is a first iteration of the patchset adding NVMEM support for EEPROMs connected to RAVE SP MFD device (support for which landed in 4.15).
NOTE: This patchset depends on the following patches: "nvmem: Document struct nvmem_config" "nvmem: core: Allow specifying device name verbatim" "nvmem: Introduce devm_nvmem_(un)register()" which are still trickling down from 'char-misc' to Linus' tree. Feedback is wellcome! Thanks, Andrey Smirnov 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 | 23 ++ drivers/nvmem/Kconfig | 6 + drivers/nvmem/Makefile | 3 + drivers/nvmem/rave-sp-eeprom.c | 356 +++++++++++++++++++++ 4 files changed, 388 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