linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] nvmem: patches (set 1) for 5.13
@ 2021-03-30 11:12 Srinivas Kandagatla
  2021-03-30 11:12 ` [PATCH 01/10] dt-bindings: nvmem: mediatek: add support for MediaTek mt8192 SoC Srinivas Kandagatla
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Srinivas Kandagatla @ 2021-03-30 11:12 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

Hi Greg,

Here are some nvmem patches for 5.13 which includes
- adding support to new Broadcom NVRAM, MediaTek mt8192,
 Qualcomm sc7280 nvmem provider
- Add new function to make numbers reading easy
- Update qfprom to support fuse blowing!
- few minor fixes.

Can you please queue them up for 5.13.

thanks for you help,
srini

Colin Ian King (1):
  nvmem: core: Fix unintentional sign extension issue

Douglas Anderson (1):
  nvmem: core: Add functions to make number reading easy

Rafał Miłecki (2):
  dt-bindings: nvmem: add Broadcom's NVRAM
  nvmem: brcm_nvram: new driver exposing Broadcom's NVRAM

Rajendra Nayak (2):
  dt-bindings: nvmem: Add SoC compatible for sc7280
  nvmem: qfprom: Add support for fuse blowing on sc7280

Ravi Kumar Bokka (1):
  drivers: nvmem: Fix voltage settings for QTI qfprom-efuse

Ryan Wu (1):
  dt-bindings: nvmem: mediatek: add support for MediaTek mt8192 SoC

Srinivas Kandagatla (1):
  nvmem: rmem: fix undefined reference to memremap

Zheng Yongjun (1):
  nvmem: convert comma to semicolon

 .../devicetree/bindings/nvmem/brcm,nvram.yaml | 34 +++++++
 .../devicetree/bindings/nvmem/mtk-efuse.txt   |  1 +
 .../bindings/nvmem/qcom,qfprom.yaml           |  1 +
 drivers/nvmem/Kconfig                         | 10 ++
 drivers/nvmem/Makefile                        |  2 +
 drivers/nvmem/brcm_nvram.c                    | 78 +++++++++++++++
 drivers/nvmem/core.c                          | 95 +++++++++++++++++++
 drivers/nvmem/qcom-spmi-sdam.c                |  2 +-
 drivers/nvmem/qfprom.c                        | 44 +++++++++
 drivers/nvmem/snvs_lpgpr.c                    |  2 +-
 include/linux/nvmem-consumer.h                |  4 +
 11 files changed, 271 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/brcm,nvram.yaml
 create mode 100644 drivers/nvmem/brcm_nvram.c

-- 
2.21.0


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

end of thread, other threads:[~2021-03-30 11:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 11:12 [PATCH 00/10] nvmem: patches (set 1) for 5.13 Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 01/10] dt-bindings: nvmem: mediatek: add support for MediaTek mt8192 SoC Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 02/10] nvmem: convert comma to semicolon Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 03/10] drivers: nvmem: Fix voltage settings for QTI qfprom-efuse Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 04/10] dt-bindings: nvmem: add Broadcom's NVRAM Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 05/10] nvmem: brcm_nvram: new driver exposing " Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 06/10] nvmem: core: Add functions to make number reading easy Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 07/10] nvmem: core: Fix unintentional sign extension issue Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 08/10] nvmem: rmem: fix undefined reference to memremap Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 09/10] dt-bindings: nvmem: Add SoC compatible for sc7280 Srinivas Kandagatla
2021-03-30 11:12 ` [PATCH 10/10] nvmem: qfprom: Add support for fuse blowing on sc7280 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).