public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] nvmem: patches(set 1) for 6.1
@ 2022-09-16 12:20 Srinivas Kandagatla
  2022-09-16 12:20 ` [PATCH 01/13] nvmem: add driver handling U-Boot environment variables Srinivas Kandagatla
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Srinivas Kandagatla @ 2022-09-16 12:20 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

Hi Greg,

Here are some nvmem patches for 6.1, which includes

- Cleanups to Kconfig and Makefile for consistency reasons, which also
  updates some defconfig
- new lan9662 nvmem provider
- new u-boot-env nvmem provider to handle u-boot environment variables.
- support for sm6115, ipq8064, sdm630 in qfprom nvmem provider.
- mt8188 support in mediatek nvmem provider
- few cleanups in core to handing error cases for dev_set_name.
- few minor updates to u-boot-env provider. 

Can you please queue them up for 6.1.

Thanks,
Srini

Gaosheng Cui (1):
  nvmem: core: add error handling for dev_set_name

Horatiu Vultur (2):
  dt-bindings: lan9662-otpc: document Lan9662 OTPC
  nvmem: lan9662-otp: add support

Iskren Chernev (1):
  dt-bindings: nvmem: Add SoC compatible for sm6115

Johnson Wang (1):
  dt-bindings: nvmem: mediatek: efuse: Add support for MT8188

Kenneth Lee (1):
  nvmem: brcm_nvram: Use kzalloc for allocating only one element

Krzysztof Kozlowski (1):
  dt-bindings: nvmem: qfprom: add IPQ8064 and SDM630 compatibles

Rafał Miłecki (6):
  nvmem: add driver handling U-Boot environment variables
  mtd: allow getting MTD device associated with a specific DT node
  nvmem: prefix all symbols with NVMEM_
  nvmem: sort config symbols alphabetically
  nvmem: u-boot-env: find Device Tree nodes for NVMEM cells
  nvmem: u-boot-env: fix crc32 casting type

 .../bindings/nvmem/mediatek,efuse.yaml        |   1 +
 .../nvmem/microchip,lan9662-otpc.yaml         |  45 +++
 .../bindings/nvmem/qcom,qfprom.yaml           |   3 +
 MAINTAINERS                                   |   1 +
 arch/arm/configs/multi_v7_defconfig           |   6 +-
 arch/arm/configs/qcom_defconfig               |   2 +-
 arch/arm64/configs/defconfig                  |  10 +-
 arch/mips/configs/ci20_defconfig              |   2 +-
 drivers/cpufreq/Kconfig.arm                   |   2 +-
 drivers/mtd/mtdcore.c                         |  28 ++
 drivers/nvmem/Kconfig                         | 313 ++++++++++--------
 drivers/nvmem/Makefile                        | 120 +++----
 drivers/nvmem/brcm_nvram.c                    |   2 +-
 drivers/nvmem/core.c                          |  12 +-
 drivers/nvmem/lan9662-otpc.c                  | 222 +++++++++++++
 drivers/nvmem/u-boot-env.c                    | 219 ++++++++++++
 drivers/soc/mediatek/Kconfig                  |   2 +-
 drivers/thermal/qcom/Kconfig                  |   2 +-
 include/linux/mtd/mtd.h                       |   1 +
 19 files changed, 773 insertions(+), 220 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/microchip,lan9662-otpc.yaml
 create mode 100644 drivers/nvmem/lan9662-otpc.c
 create mode 100644 drivers/nvmem/u-boot-env.c

-- 
2.25.1


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

end of thread, other threads:[~2022-09-27  9:15 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-16 12:20 [PATCH 00/13] nvmem: patches(set 1) for 6.1 Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 01/13] nvmem: add driver handling U-Boot environment variables Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 02/13] mtd: allow getting MTD device associated with a specific DT node Srinivas Kandagatla
2022-09-19 15:42   ` Miquel Raynal
2022-09-19 15:49     ` Miquel Raynal
2022-09-16 12:20 ` [PATCH 03/13] nvmem: core: add error handling for dev_set_name Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 04/13] dt-bindings: nvmem: mediatek: efuse: Add support for MT8188 Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 05/13] nvmem: brcm_nvram: Use kzalloc for allocating only one element Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 06/13] dt-bindings: nvmem: qfprom: add IPQ8064 and SDM630 compatibles Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 07/13] nvmem: prefix all symbols with NVMEM_ Srinivas Kandagatla
2022-09-27  9:15   ` Amit Kucheria
2022-09-16 12:20 ` [PATCH 08/13] nvmem: sort config symbols alphabetically Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 09/13] dt-bindings: nvmem: Add SoC compatible for sm6115 Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 10/13] nvmem: u-boot-env: find Device Tree nodes for NVMEM cells Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 11/13] dt-bindings: lan9662-otpc: document Lan9662 OTPC Srinivas Kandagatla
2022-09-16 12:20 ` [PATCH 12/13] nvmem: lan9662-otp: add support Srinivas Kandagatla
2022-09-16 12:21 ` [PATCH 13/13] nvmem: u-boot-env: fix crc32 casting type Srinivas Kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox