linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] RAVE SP EEPROM driver
@ 2018-03-21 13:47 Andrey Smirnov
  2018-03-21 13:47 ` [PATCH 1/2] dt-bindings: nvmem: Add binding for " Andrey Smirnov
  2018-03-21 13:47 ` [PATCH 2/2] nvmem: Add " Andrey Smirnov
  0 siblings, 2 replies; 6+ messages in thread
From: Andrey Smirnov @ 2018-03-21 13:47 UTC (permalink / raw)
  To: Srinivas Kandagatla
  Cc: Andrey Smirnov, linux-kernel, Chris Healy, Lucas Stach,
	Aleksander Morgado

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-04-11  0:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-21 13:47 [PATCH 0/2] RAVE SP EEPROM driver Andrey Smirnov
2018-03-21 13:47 ` [PATCH 1/2] dt-bindings: nvmem: Add binding for " Andrey Smirnov
2018-03-26 22:24   ` Rob Herring
2018-04-11  0:12     ` Andrey Smirnov
2018-03-21 13:47 ` [PATCH 2/2] nvmem: Add " Andrey Smirnov
2018-03-23 10:20   ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).