All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] nvmem: patches (set 1) for 6.16
@ 2025-05-09 12:24 srini
  2025-05-09 12:24 ` [PATCH 1/3] nvmem: Remove unused nvmem cell table support srini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: srini @ 2025-05-09 12:24 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srini@kernel.org>

Hi Greg,

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

patche include
	- cleanup of unused cell table support
	- add support for apple spmi nvmem provider.

Thanks,
Srini

Geert Uytterhoeven (1):
  nvmem: Remove unused nvmem cell table support

Hector Martin (1):
  nvmem: Add apple-spmi-nvmem driver

Sasha Finkelstein (1):
  dt-bindings: spmi: Add Apple SPMI NVMEM

 .../bindings/nvmem/apple,spmi-nvmem.yaml      | 54 +++++++++++++++
 Documentation/driver-api/nvmem.rst            | 14 ++--
 MAINTAINERS                                   |  2 +
 drivers/nvmem/Kconfig                         | 13 ++++
 drivers/nvmem/Makefile                        |  2 +
 drivers/nvmem/apple-spmi-nvmem.c              | 62 +++++++++++++++++
 drivers/nvmem/core.c                          | 68 -------------------
 include/linux/nvmem-provider.h                | 24 -------
 8 files changed, 137 insertions(+), 102 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/nvmem/apple,spmi-nvmem.yaml
 create mode 100644 drivers/nvmem/apple-spmi-nvmem.c

-- 
2.43.0


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

end of thread, other threads:[~2025-05-09 12:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 12:24 [PATCH 0/3] nvmem: patches (set 1) for 6.16 srini
2025-05-09 12:24 ` [PATCH 1/3] nvmem: Remove unused nvmem cell table support srini
2025-05-09 12:24 ` [PATCH 2/3] dt-bindings: spmi: Add Apple SPMI NVMEM srini
2025-05-09 12:24 ` [PATCH 3/3] nvmem: Add apple-spmi-nvmem driver 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.