linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] nvmem: patches (set 1) for 5.11
@ 2020-11-27 10:28 Srinivas Kandagatla
  2020-11-27 10:28 ` [PATCH 1/5] dt-bindings: nvmem: mtk-efuse: add documentation for MT8516 SoC Srinivas Kandagatla
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2020-11-27 10:28 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

Hi Greg,

Here are some nvmem patches for 5.11 which includes
- adding support to keepout regions in nvmem core
- support for unaligned word count in imx provider
- imx and qfprom new compatible strings.

Can you please queue them up for 5.11.

thanks for you help,
srini

Evan Green (3):
  nvmem: core: Add support for keepout regions
  dt-bindings: nvmem: Add soc qfprom compatible strings
  nvmem: qfprom: Don't touch certain fuses

Fabien Parent (1):
  dt-bindings: nvmem: mtk-efuse: add documentation for MT8516 SoC

Peng Fan (1):
  nvmem: imx-ocotp: add support for the unaliged word count

 .../devicetree/bindings/nvmem/mtk-efuse.txt   |   1 +
 .../bindings/nvmem/qcom,qfprom.yaml           |  17 +-
 drivers/nvmem/core.c                          | 153 +++++++++++++++++-
 drivers/nvmem/imx-ocotp.c                     |  30 +++-
 drivers/nvmem/qfprom.c                        |  30 ++++
 include/linux/nvmem-provider.h                |  17 ++
 6 files changed, 235 insertions(+), 13 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2020-11-27 10:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-27 10:28 [PATCH 0/5] nvmem: patches (set 1) for 5.11 Srinivas Kandagatla
2020-11-27 10:28 ` [PATCH 1/5] dt-bindings: nvmem: mtk-efuse: add documentation for MT8516 SoC Srinivas Kandagatla
2020-11-27 10:28 ` [PATCH 2/5] nvmem: core: Add support for keepout regions Srinivas Kandagatla
2020-11-27 10:28 ` [PATCH 3/5] dt-bindings: nvmem: Add soc qfprom compatible strings Srinivas Kandagatla
2020-11-27 10:28 ` [PATCH 4/5] nvmem: qfprom: Don't touch certain fuses Srinivas Kandagatla
2020-11-27 10:28 ` [PATCH 5/5] nvmem: imx-ocotp: add support for the unaliged word count 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).