[PATCH 0/4] nvmem: new drivers for v4.10

From: Srinivas Kandagatla
Date: Mon Oct 31 2016 - 10:45:38 EST


Hi Greg,

This patchset contains two new nvmem drivers one for Broadcom OTP and
other for LPC18xx OTP devices
These patches are reviewed and tested.

Can you please queue them up for next merge window (v4.10).

Thanks,
srini


Joachim Eastwood (2):
nvmem: add NXP LPC18xx OTP driver
nvmem: dt: document lpc1850 OTP binding

Jonathan Richardson (2):
dt-bindings: Document Broadcom OTP controller driver
nvmem: Add the Broadcom OTP controller driver

.../devicetree/bindings/nvmem/brcm,ocotp.txt | 17 ++
.../devicetree/bindings/nvmem/lpc1850-otp.txt | 20 ++
drivers/nvmem/Kconfig | 22 ++
drivers/nvmem/Makefile | 4 +
drivers/nvmem/bcm-ocotp.c | 335 +++++++++++++++++++++
drivers/nvmem/lpc18xx_otp.c | 124 ++++++++
6 files changed, 522 insertions(+)
create mode 100644 Documentation/devicetree/bindings/nvmem/brcm,ocotp.txt
create mode 100644 Documentation/devicetree/bindings/nvmem/lpc1850-otp.txt
create mode 100644 drivers/nvmem/bcm-ocotp.c
create mode 100644 drivers/nvmem/lpc18xx_otp.c

--
2.10.1