|
|
Log in / Subscribe / Register

RAVE SP EEPROM driver

From:  Andrey Smirnov <andrew.smirnov-AT-gmail.com>
To:  Srinivas Kandagatla <srinivas.kandagatla-AT-linaro.org>
Subject:  [PATCH v3 0/2] RAVE SP EEPROM driver
Date:  Mon, 30 Apr 2018 22:29:50 -0700
Message-ID:  <20180501052952.26765-1-andrew.smirnov@gmail.com>
Cc:  Andrey Smirnov <andrew.smirnov-AT-gmail.com>, linux-kernel-AT-vger.kernel.org, Chris Healy <cphealy-AT-gmail.com>, Lucas Stach <l.stach-AT-pengutronix.de>, Aleksander Morgado <aleksander-AT-aleksander.es>, Rob Herring <robh+dt-AT-kernel.org>
Archive-link:  Article

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.smirnov@gmail.com
[v1] lkml.kernel.org/r/20180321134710.29757-1-andrew.smirnov@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



Copyright © 2018, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds