From: srini@kernel.org
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla <srini@kernel.org>
Subject: [PATCH 0/3] nvmem: patches (set 1) for 6.16
Date: Fri, 9 May 2025 13:24:49 +0100 [thread overview]
Message-ID: <20250509122452.11827-1-srini@kernel.org> (raw)
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
next reply other threads:[~2025-05-09 12:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 12:24 srini [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250509122452.11827-1-srini@kernel.org \
--to=srini@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.