public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] nvmem: patches(set 1) for 6.12
@ 2024-09-02 14:29 srinivas.kandagatla
  2024-09-02 14:29 ` [PATCH 1/9] dt-bindings: nvmem: imx-ocotp: support i.MX95 srinivas.kandagatla
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: srinivas.kandagatla @ 2024-09-02 14:29 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Hi Greg,

Here are few patches in nvmem for 6.12 that includes
- updates to dt-bindings 
- adds i.MX95 provider support.
- u-boot env layout support.
- move to use devm_platform_ioremap_resource_byname

Can you please queue them up for 6.12.

Thanks,
Srini


MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Frank Li (1):
  dt-bindings: nvmem: sfp: add ref to nvmem-deprecated-cells.yaml

Krzysztof Kozlowski (1):
  dt-bindings: nvmem: st,stm32-romem: add missing
    "unevaluatedProperties" on child nodes

Matthew Wilcox (1):
  nvmem: Fix misspelling

Peng Fan (2):
  dt-bindings: nvmem: imx-ocotp: support i.MX95
  nvmem: imx-ocotp-ele: support i.MX95

Rafał Miłecki (3):
  dt-bindings: nvmem: convert U-Boot env to a layout
  nvmem: layouts: add U-Boot env layout
  MAINTAINERS: Update path for U-Boot environment variables YAML

Zhang Zekun (1):
  nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname()
    helper function

 Documentation/ABI/stable/sysfs-bus-nvmem      |   2 +-
 .../bindings/nvmem/fsl,layerscape-sfp.yaml    |   1 +
 .../devicetree/bindings/nvmem/imx-ocotp.yaml  |   3 +-
 .../bindings/nvmem/layouts/nvmem-layout.yaml  |   1 +
 .../nvmem/{ => layouts}/u-boot,env.yaml       |  39 +++-
 .../bindings/nvmem/st,stm32-romem.yaml        |   3 +
 MAINTAINERS                                   |   3 +-
 drivers/nvmem/Kconfig                         |   3 +-
 drivers/nvmem/imx-ocotp-ele.c                 |  32 ++-
 drivers/nvmem/layouts/Kconfig                 |  11 +
 drivers/nvmem/layouts/Makefile                |   1 +
 drivers/nvmem/layouts/u-boot-env.c            | 211 ++++++++++++++++++
 drivers/nvmem/layouts/u-boot-env.h            |  15 ++
 drivers/nvmem/sunplus-ocotp.c                 |   7 +-
 drivers/nvmem/u-boot-env.c                    | 165 +-------------
 15 files changed, 316 insertions(+), 181 deletions(-)
 rename Documentation/devicetree/bindings/nvmem/{ => layouts}/u-boot,env.yaml (75%)
 create mode 100644 drivers/nvmem/layouts/u-boot-env.c
 create mode 100644 drivers/nvmem/layouts/u-boot-env.h

-- 
2.25.1


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

end of thread, other threads:[~2024-09-11 14:06 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 14:29 [PATCH 0/9] nvmem: patches(set 1) for 6.12 srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 1/9] dt-bindings: nvmem: imx-ocotp: support i.MX95 srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 2/9] nvmem: imx-ocotp-ele: " srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 3/9] dt-bindings: nvmem: convert U-Boot env to a layout srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 4/9] nvmem: layouts: add U-Boot env layout srinivas.kandagatla
2024-09-03 10:12   ` Greg KH
2024-09-03 10:55     ` Srinivas Kandagatla
2024-09-03 11:04     ` Rafał Miłecki
2024-09-03 11:24       ` Greg KH
2024-09-10 13:24         ` Rafał Miłecki
2024-09-11 14:06           ` Greg KH
2024-09-02 14:29 ` [PATCH 5/9] MAINTAINERS: Update path for U-Boot environment variables YAML srinivas.kandagatla
2024-09-03 10:13   ` Greg KH
2024-09-02 14:29 ` [PATCH 6/9] dt-bindings: nvmem: st,stm32-romem: add missing "unevaluatedProperties" on child nodes srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 7/9] nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper function srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 8/9] nvmem: Fix misspelling srinivas.kandagatla
2024-09-02 14:29 ` [PATCH 9/9] dt-bindings: nvmem: sfp: add ref to nvmem-deprecated-cells.yaml srinivas.kandagatla

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