Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] nvmem: layouts: Add fixed-layout driver
@ 2026-05-15 11:56 Mathieu Dubois-Briand
  2026-05-15 11:56 ` [PATCH v2 1/2] " Mathieu Dubois-Briand
  2026-05-15 11:56 ` [PATCH v2 2/2] nvmem: layouts: Make the fixed-layout driver optional Mathieu Dubois-Briand
  0 siblings, 2 replies; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2026-05-15 11:56 UTC (permalink / raw)
  To: Srinivas Kandagatla, Greg Kroah-Hartman
  Cc: Miquel Raynal, Grégory Clement, Thomas Petazzoni,
	linux-kernel, stable, Mathieu Dubois-Briand

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>


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

end of thread, other threads:[~2026-05-15 11:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 11:56 [PATCH v2 0/2] nvmem: layouts: Add fixed-layout driver Mathieu Dubois-Briand
2026-05-15 11:56 ` [PATCH v2 1/2] " Mathieu Dubois-Briand
2026-05-15 11:56 ` [PATCH v2 2/2] nvmem: layouts: Make the fixed-layout driver optional Mathieu Dubois-Briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox