[PATCH v2 0/2] nvmem: layouts: Add fixed-layout driver

Mathieu Dubois-Briand posted 2 patches 3 weeks, 6 days ago
There is a newer version of this series
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(-)
[PATCH v2 0/2] nvmem: layouts: Add fixed-layout driver
Posted by Mathieu Dubois-Briand 3 weeks, 6 days ago
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>