linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] nvmem: patches for v4.18
@ 2018-05-11 11:06 Srinivas Kandagatla
  2018-05-11 11:06 ` [PATCH 1/8] drivers: nvmem: Export nvmem_add_cells() Srinivas Kandagatla
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Srinivas Kandagatla @ 2018-05-11 11:06 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, srinivas.kandagatla

Hi Greg,

Here are some nvmem enhancements, fixes, write support to meson efuse
and new RAVE SP eeprom driver.

Can you queue them up for 4.18.

Thanks,
Srini

Andrew Lunn (1):
  drivers: nvmem: Export nvmem_add_cells()

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

Jerome Brunet (3):
  nvmem: meson-efuse: remove econfig global
  nvmem: meson-efuse: simplify read callback
  nvmem: meson-efuse: add write support

Mathieu Malaterre (1):
  nvmem: properly handle returned value nvmem_reg_read

Srinivas Kandagatla (1):
  nvmem: core: describe add missing dev function parameter

 .../bindings/nvmem/zii,rave-sp-eeprom.txt          |  40 +++
 drivers/nvmem/Kconfig                              |   6 +
 drivers/nvmem/Makefile                             |   3 +
 drivers/nvmem/core.c                               |  33 +-
 drivers/nvmem/meson-efuse.c                        |  41 +--
 drivers/nvmem/rave-sp-eeprom.c                     | 357 +++++++++++++++++++++
 include/linux/nvmem-provider.h                     |  11 +
 7 files changed, 465 insertions(+), 26 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/zii,rave-sp-eeprom.txt
 create mode 100644 drivers/nvmem/rave-sp-eeprom.c

-- 
2.16.2

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

end of thread, other threads:[~2018-05-11 11:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 11:06 [PATCH 0/8] nvmem: patches for v4.18 Srinivas Kandagatla
2018-05-11 11:06 ` [PATCH 1/8] drivers: nvmem: Export nvmem_add_cells() Srinivas Kandagatla
2018-05-11 11:06 ` [PATCH 2/8] dt-bindings: nvmem: Add binding for RAVE SP EEPROM driver Srinivas Kandagatla
2018-05-11 11:06 ` [PATCH 3/8] nvmem: Add " Srinivas Kandagatla
2018-05-11 11:06 ` [PATCH 4/8] nvmem: meson-efuse: remove econfig global Srinivas Kandagatla
2018-05-11 11:07 ` [PATCH 5/8] nvmem: meson-efuse: simplify read callback Srinivas Kandagatla
2018-05-11 11:07 ` [PATCH 6/8] nvmem: meson-efuse: add write support Srinivas Kandagatla
2018-05-11 11:07 ` [PATCH 7/8] nvmem: core: describe add missing dev function parameter Srinivas Kandagatla
2018-05-11 11:07 ` [PATCH 8/8] nvmem: properly handle returned value nvmem_reg_read Srinivas Kandagatla

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).