public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] nvmem: fixes for 6.13
@ 2024-12-30 14:18 srinivas.kandagatla
  2024-12-30 14:18 ` [PATCH 1/6] nvmem: imx-ocotp-ele: simplify read beyond device check srinivas.kandagatla
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: srinivas.kandagatla @ 2024-12-30 14:18 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

Hi Greg,

Here are some  fixes in nvmem for 6.13, Could you queue
these for next possible rc.

fixes include
	- add missing boundary check in cell write for cells with bits.
	- various fixes for imx-ocotp-ele provider.
	- fix size for qcom-spmi-sdam provider.

Thanks,
Srini

Jennifer Berringer (1):
  nvmem: core: improve range check for nvmem_cell_write()

Luca Weiss (1):
  nvmem: qcom-spmi-sdam: Set size in struct nvmem_config

Sascha Hauer (4):
  nvmem: imx-ocotp-ele: simplify read beyond device check
  nvmem: imx-ocotp-ele: fix reading from non zero offset
  nvmem: imx-ocotp-ele: fix MAC address byte order
  nvmem: imx-ocotp-ele: set word length to 1

 drivers/nvmem/core.c           |  2 ++
 drivers/nvmem/imx-ocotp-ele.c  | 38 +++++++++++++++++++++++++++-------
 drivers/nvmem/qcom-spmi-sdam.c |  1 +
 3 files changed, 34 insertions(+), 7 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-01-10 15:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 14:18 [PATCH 0/6] nvmem: fixes for 6.13 srinivas.kandagatla
2024-12-30 14:18 ` [PATCH 1/6] nvmem: imx-ocotp-ele: simplify read beyond device check srinivas.kandagatla
2024-12-30 14:18 ` [PATCH 2/6] nvmem: imx-ocotp-ele: fix reading from non zero offset srinivas.kandagatla
2024-12-30 14:18 ` [PATCH 3/6] nvmem: imx-ocotp-ele: fix MAC address byte order srinivas.kandagatla
2024-12-30 14:18 ` [PATCH 4/6] nvmem: imx-ocotp-ele: set word length to 1 srinivas.kandagatla
2024-12-30 14:19 ` [PATCH 5/6] nvmem: qcom-spmi-sdam: Set size in struct nvmem_config srinivas.kandagatla
2024-12-30 14:19 ` [PATCH 6/6] nvmem: core: improve range check for nvmem_cell_write() srinivas.kandagatla
2025-01-10 15:16 ` [PATCH 0/6] nvmem: fixes for 6.13 Greg KH

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