From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
To: Srinivas Kandagatla <srini@kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Miquel Raynal" <miquel.raynal@bootlin.com>,
"Grégory Clement" <gregory.clement@bootlin.com>,
"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
linux-kernel@vger.kernel.org, stable@vger.kernel.org,
"Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
Subject: [PATCH v2 0/2] nvmem: layouts: Add fixed-layout driver
Date: Fri, 15 May 2026 13:56:55 +0200 [thread overview]
Message-ID: <20260515-mathieu-nvmem-fixed-layout-v2-0-8ac215dd4016@bootlin.com> (raw)
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
---
Changes in v2:
- Fixed dependency on core layout code with CONFIG_NVMEM_LAYOUTS
- Make fixed layout optional
- Link to v1: https://lore.kernel.org/r/20260505-mathieu-nvmem-fixed-layout-v1-1-7f6ecbce108d@bootlin.com
---
Mathieu Dubois-Briand (2):
nvmem: layouts: Add fixed-layout driver
nvmem: layouts: Make the fixed-layout driver optional
MAINTAINERS | 5 ++++
drivers/nvmem/core.c | 24 ++---------------
drivers/nvmem/layouts.c | 11 --------
drivers/nvmem/layouts/Kconfig | 8 ++++++
drivers/nvmem/layouts/Makefile | 1 +
drivers/nvmem/layouts/fixed-layout.c | 52 ++++++++++++++++++++++++++++++++++++
include/linux/nvmem-provider.h | 7 +++++
7 files changed, 75 insertions(+), 33 deletions(-)
---
base-commit: 7fd2df204f342fc17d1a0bfcd474b24232fb0f32
change-id: 20260504-mathieu-nvmem-fixed-layout-24c6f8500bf6
Best regards,
--
Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
next reply other threads:[~2026-05-15 11:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 11:56 Mathieu Dubois-Briand [this message]
2026-05-15 11:56 ` [PATCH v2 1/2] nvmem: layouts: Add fixed-layout driver Mathieu Dubois-Briand
2026-05-15 11:56 ` [PATCH v2 2/2] nvmem: layouts: Make the fixed-layout driver optional Mathieu Dubois-Briand
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=20260515-mathieu-nvmem-fixed-layout-v2-0-8ac215dd4016@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=gregkh@linuxfoundation.org \
--cc=gregory.clement@bootlin.com \
--cc=linux-kernel@vger.kernel.org \
--cc=miquel.raynal@bootlin.com \
--cc=srini@kernel.org \
--cc=stable@vger.kernel.org \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox