All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] nvmem: patches (set 1) for 6.17
@ 2025-07-12 18:18 srini
  2025-07-12 18:18 ` [PATCH 1/8] nvmem: apple: drop default ARCH_APPLE in Kconfig srini
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: srini @ 2025-07-12 18:18 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srini@kernel.org>

Here are few nvmem patches for 6.17, Could you please queue
these for 6.17.

Patches include:
	- adding bindings conversion to yaml for lpc1857 and vf610
	  providers.
	- fix some typos in MODULE_AUTHOR.
	- make nvmem_bus_type constant
	- add bindings for A523 SID controller.
	- Update fixed-layout to support optional bit position

Thanks,
Srini

Alok Tiwari (1):
  nvmem: core: Fix typos in comments and MODULE_AUTHOR strings

Chen-Yu Tsai (1):
  dt-bindings: nvmem: mediatek: efuse: split MT8186/MT8188 from base
    version

Frank Li (2):
  dt-bindings: nvmem: convert lpc1857-eeprom.txt to yaml format
  dt-bindings: nvmem: convert vf610-ocotp.txt to yaml format

Greg Kroah-Hartman (1):
  nvmem: make nvmem_bus_type constant

Mikhail Kalashnikov (1):
  dt-bindings: nvmem: SID: Add binding for A523 SID controller

Sven Peter (2):
  nvmem: apple: drop default ARCH_APPLE in Kconfig
  dt-bindings: nvmem: fixed-layout: Allow optional bit positions

 .../nvmem/allwinner,sun4i-a10-sid.yaml        |  1 +
 .../bindings/nvmem/fsl,vf610-ocotp.yaml       | 47 ++++++++++++++
 .../bindings/nvmem/layouts/fixed-layout.yaml  |  2 +-
 .../bindings/nvmem/lpc1857-eeprom.txt         | 28 ---------
 .../bindings/nvmem/mediatek,efuse.yaml        | 17 +++++-
 .../bindings/nvmem/nxp,lpc1857-eeprom.yaml    | 61 +++++++++++++++++++
 .../devicetree/bindings/nvmem/vf610-ocotp.txt | 19 ------
 drivers/nvmem/Kconfig                         |  1 -
 drivers/nvmem/core.c                          | 12 ++--
 9 files changed, 131 insertions(+), 57 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/fsl,vf610-ocotp.yaml
 delete mode 100644 Documentation/devicetree/bindings/nvmem/lpc1857-eeprom.txt
 create mode 100644 Documentation/devicetree/bindings/nvmem/nxp,lpc1857-eeprom.yaml
 delete mode 100644 Documentation/devicetree/bindings/nvmem/vf610-ocotp.txt

-- 
2.43.0


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

end of thread, other threads:[~2025-07-12 18:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-12 18:18 [PATCH 0/8] nvmem: patches (set 1) for 6.17 srini
2025-07-12 18:18 ` [PATCH 1/8] nvmem: apple: drop default ARCH_APPLE in Kconfig srini
2025-07-12 18:18 ` [PATCH 2/8] dt-bindings: nvmem: fixed-layout: Allow optional bit positions srini
2025-07-12 18:18 ` [PATCH 3/8] nvmem: core: Fix typos in comments and MODULE_AUTHOR strings srini
2025-07-12 18:19 ` [PATCH 4/8] dt-bindings: nvmem: convert lpc1857-eeprom.txt to yaml format srini
2025-07-12 18:19 ` [PATCH 5/8] nvmem: make nvmem_bus_type constant srini
2025-07-12 18:19 ` [PATCH 6/8] dt-bindings: nvmem: SID: Add binding for A523 SID controller srini
2025-07-12 18:19 ` [PATCH 7/8] dt-bindings: nvmem: mediatek: efuse: split MT8186/MT8188 from base version srini
2025-07-12 18:19 ` [PATCH 8/8] dt-bindings: nvmem: convert vf610-ocotp.txt to yaml format srini

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.