All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] nvmem: patches for 5.3
@ 2019-06-14 14:32 Srinivas Kandagatla
  2019-06-14 14:32 ` [PATCH 1/6] nvmem: meson-efuse: update with SPDX Licence identifier Srinivas Kandagatla
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Srinivas Kandagatla @ 2019-06-14 14:32 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel

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


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

end of thread, other threads:[~2019-06-19 17:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-14 14:32 [PATCH 0/6] nvmem: patches for 5.3 Srinivas Kandagatla
2019-06-14 14:32 ` [PATCH 1/6] nvmem: meson-efuse: update with SPDX Licence identifier Srinivas Kandagatla
2019-06-19 17:34   ` Greg KH
2019-06-14 14:32 ` [PATCH 2/6] nvmem: meson-mx-efuse: " Srinivas Kandagatla
2019-06-19 17:35   ` Greg KH
2019-06-14 14:32 ` [PATCH 3/6] dt-bindings: fsl: scu: add ocotp binding Srinivas Kandagatla
2019-06-14 14:32 ` [PATCH 4/6] nvmem: imx: add i.MX8 nvmem driver Srinivas Kandagatla
2019-06-14 14:32 ` [PATCH 5/6] nvmem: Broaden the selection of NVMEM_SNVS_LPGPR Srinivas Kandagatla
2019-06-14 14:32 ` [PATCH 6/6] dt-bindings: nvmem: Convert Allwinner SID to a schema Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.