linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] nvmem: new drivers for v4.4
@ 2015-09-30 12:53 Srinivas Kandagatla
  2015-09-30 12:54 ` [PATCH 1/8] nvmem: Add DT binding documentation for Vybrid OCOTP driver Srinivas Kandagatla
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Srinivas Kandagatla @ 2015-09-30 12:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Greg,

Here are 4 new nvmem drivers which are in the mailing list for long time
and are good to go for some testing and find its way to v4.4-rc*.

Could you please take these patches via char-misc tree.

Thanks,
srini


Philipp Zabel (2):
  nvmem: Add i.MX6 OCOTP device tree binding documentation
  nvmem: imx-ocotp: Add i.MX6 OCOTP driver

Sanchayan Maity (2):
  nvmem: Add DT binding documentation for Vybrid OCOTP driver
  nvmem: Add Vybrid OCOTP support

Stefan Wahren (2):
  nvmem: add binding for mxs-ocotp
  nvmem: add driver for ocotp in i.MX23 and i.MX28

ZhengShunQian (2):
  nvmem: rockchip-efuse: describe the usage of eFuse
  nvmem: Adding bindings for rockchip-efuse

 .../devicetree/bindings/nvmem/imx-ocotp.txt        |  20 ++
 .../devicetree/bindings/nvmem/mxs-ocotp.txt        |  25 ++
 .../devicetree/bindings/nvmem/rockchip-efuse.txt   |  38 +++
 .../devicetree/bindings/nvmem/vf610-ocotp.txt      |  19 ++
 drivers/nvmem/Kconfig                              |  42 +++
 drivers/nvmem/Makefile                             |   8 +
 drivers/nvmem/imx-ocotp.c                          | 154 +++++++++++
 drivers/nvmem/mxs-ocotp.c                          | 257 ++++++++++++++++++
 drivers/nvmem/rockchip-efuse.c                     | 186 +++++++++++++
 drivers/nvmem/vf610-ocotp.c                        | 302 +++++++++++++++++++++
 10 files changed, 1051 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/nvmem/imx-ocotp.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/mxs-ocotp.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/rockchip-efuse.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt
 create mode 100644 drivers/nvmem/imx-ocotp.c
 create mode 100644 drivers/nvmem/mxs-ocotp.c
 create mode 100644 drivers/nvmem/rockchip-efuse.c
 create mode 100644 drivers/nvmem/vf610-ocotp.c

-- 
1.9.1

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

end of thread, other threads:[~2015-09-30 13:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 12:53 [PATCH 0/8] nvmem: new drivers for v4.4 Srinivas Kandagatla
2015-09-30 12:54 ` [PATCH 1/8] nvmem: Add DT binding documentation for Vybrid OCOTP driver Srinivas Kandagatla
2015-09-30 12:54 ` [PATCH 2/8] nvmem: Add Vybrid OCOTP support Srinivas Kandagatla
2015-09-30 12:55 ` [PATCH 3/8] nvmem: Add i.MX6 OCOTP device tree binding documentation Srinivas Kandagatla
2015-09-30 12:55 ` [PATCH 4/8] nvmem: imx-ocotp: Add i.MX6 OCOTP driver Srinivas Kandagatla
2015-09-30 12:56 ` [PATCH 5/8] nvmem: add binding for mxs-ocotp Srinivas Kandagatla
2015-09-30 12:56 ` [PATCH 6/8] nvmem: add driver for ocotp in i.MX23 and i.MX28 Srinivas Kandagatla
2015-09-30 12:56 ` [PATCH 7/8] nvmem: rockchip-efuse: describe the usage of eFuse Srinivas Kandagatla
2015-09-30 12:56 ` [PATCH 8/8] nvmem: Adding bindings for rockchip-efuse Srinivas Kandagatla
2015-09-30 13:46   ` kbuild test robot
2015-09-30 13:46   ` [RFC PATCH] nvmem: rockchip_efuse_regmap_config can be static kbuild test robot
2015-09-30 13:54     ` 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).