From: srini@kernel.org
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Srinivas Kandagatla <srini@kernel.org>
Subject: [PATCH 0/5] nvmem: patches for 6.18
Date: Fri, 12 Sep 2025 14:14:10 +0100 [thread overview]
Message-ID: <20250912131415.303407-1-srini@kernel.org> (raw)
From: Srinivas Kandagatla <srini@kernel.org>
Hi Greg,
Here are few nvmem patches for 6.18, Could you please queue
these for 6.18.
Patches include
- new Airoha AN8855 nvmem provider
- new nxp S32G OCOTP nvmem provider
- new dt binding for sa67mcu
Thanks,
Srini
Christian Marangi (2):
dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE
nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE
Ciprian Costea (2):
dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file
nvmem: s32g-ocotp: Add driver for S32G OCOTP
Michael Walle (1):
dt-bindings: nvmem: sl28cpld: add sa67mcu compatible
.../bindings/nvmem/airoha,an8855-efuse.yaml | 123 ++++++++++++++++++
.../nvmem/layouts/kontron,sl28-vpd.yaml | 7 +-
.../bindings/nvmem/nxp,s32g-ocotp-nvmem.yaml | 45 +++++++
drivers/nvmem/Kconfig | 21 +++
drivers/nvmem/Makefile | 4 +
drivers/nvmem/an8855-efuse.c | 68 ++++++++++
drivers/nvmem/s32g-ocotp-nvmem.c | 100 ++++++++++++++
7 files changed, 367 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/airoha,an8855-efuse.yaml
create mode 100644 Documentation/devicetree/bindings/nvmem/nxp,s32g-ocotp-nvmem.yaml
create mode 100644 drivers/nvmem/an8855-efuse.c
create mode 100644 drivers/nvmem/s32g-ocotp-nvmem.c
--
2.50.0
next reply other threads:[~2025-09-12 13:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 13:14 srini [this message]
2025-09-12 13:14 ` [PATCH 1/5] dt-bindings: nvmem: Add the nxp,s32g-ocotp yaml file srini
2025-09-12 13:14 ` [PATCH 2/5] nvmem: s32g-ocotp: Add driver for S32G OCOTP srini
2025-09-12 13:14 ` [PATCH 3/5] dt-bindings: nvmem: sl28cpld: add sa67mcu compatible srini
2025-09-12 13:14 ` [PATCH 4/5] dt-bindings: nvmem: Document support for Airoha AN8855 Switch EFUSE srini
2025-09-12 13:14 ` [PATCH 5/5] nvmem: an8855: Add " 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=20250912131415.303407-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.