[PATCH 0/6] nvmem: patches for 5.3

From: Srinivas Kandagatla
Date: Fri Jun 14 2019 - 10:37:11 EST


Hi Greg,

Here are few nvmem patches for 5.3 which includes
- new i.MX8 SCU On-Chip OTP Controller support
- Few SPDX Licence header updates.
- sun4i and sunxi dt bindings in yaml

Can you please pick them up for 5.3.

thanks,
srini


Fabio Estevam (1):
nvmem: Broaden the selection of NVMEM_SNVS_LPGPR

Maxime Ripard (1):
dt-bindings: nvmem: Convert Allwinner SID to a schema

Neil Armstrong (2):
nvmem: meson-efuse: update with SPDX Licence identifier
nvmem: meson-mx-efuse: update with SPDX Licence identifier

Peng Fan (2):
dt-bindings: fsl: scu: add ocotp binding
nvmem: imx: add i.MX8 nvmem driver

.../bindings/arm/freescale/fsl,scu.txt | 22 +++
.../nvmem/allwinner,sun4i-a10-sid.yaml | 51 ++++++
.../bindings/nvmem/allwinner,sunxi-sid.txt | 29 ----
drivers/nvmem/Kconfig | 9 +-
drivers/nvmem/Makefile | 2 +
drivers/nvmem/imx-ocotp-scu.c | 161 ++++++++++++++++++
drivers/nvmem/meson-efuse.c | 10 +-
drivers/nvmem/meson-mx-efuse.c | 10 +-
8 files changed, 246 insertions(+), 48 deletions(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/allwinner,sun4i-a10-sid.yaml
delete mode 100644 Documentation/devicetree/bindings/nvmem/allwinner,sunxi-sid.txt
create mode 100644 drivers/nvmem/imx-ocotp-scu.c

--
2.21.0