All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvmem: fixes for 7.2
@ 2026-07-24 22:34 srini
  2026-07-24 22:34 ` [PATCH 1/2] nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI srini
  2026-07-24 22:34 ` [PATCH 2/2] nvmem: layouts: Add fixed-layout driver srini
  0 siblings, 2 replies; 3+ messages in thread
From: srini @ 2026-07-24 22:34 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srini@kernel.org>

Hi Greg, 
Here are two fixes that can go into v7.2 release

Could you please queue them as 7.2 material.

Thanks,
Srini

Aelin Reidel (1):
  nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI

Mathieu Dubois-Briand (1):
  nvmem: layouts: Add fixed-layout driver

 MAINTAINERS                          |  5 +++
 drivers/nvmem/apple-spmi-nvmem.c     | 20 +++++++++-
 drivers/nvmem/core.c                 | 24 +-----------
 drivers/nvmem/internals.h            |  2 +
 drivers/nvmem/layouts.c              | 11 ------
 drivers/nvmem/layouts/Makefile       |  1 +
 drivers/nvmem/layouts/fixed-layout.c | 58 ++++++++++++++++++++++++++++
 include/linux/nvmem-provider.h       |  6 +++
 8 files changed, 92 insertions(+), 35 deletions(-)
 create mode 100644 drivers/nvmem/layouts/fixed-layout.c

-- 
2.53.0


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

end of thread, other threads:[~2026-07-24 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 22:34 [PATCH 0/2] nvmem: fixes for 7.2 srini
2026-07-24 22:34 ` [PATCH 1/2] nvmem: apple-spmi-nvmem: wrap regmap calls to satisfy CFI srini
2026-07-24 22:34 ` [PATCH 2/2] nvmem: layouts: Add fixed-layout driver srini

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.