All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nvmem: fixes for v7.0
@ 2026-03-27 13:16 srini
  2026-03-27 13:16 ` [PATCH 1/2] nvmem: imx: assign nvmem_cell_info::raw_len srini
  2026-03-27 13:16 ` [PATCH 2/2] nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy srini
  0 siblings, 2 replies; 4+ messages in thread
From: srini @ 2026-03-27 13:16 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, Srinivas Kandagatla

From: Srinivas Kandagatla <srini@kernel.org>

Hi Greg,

Here are two nvmem fixes which can go for 7.0 release
If its not too late, could you please queue these as 7.0 material.

Thanks for all the help,
Srini


Christian Eggers (1):
  nvmem: imx: assign nvmem_cell_info::raw_len

Ivan Vera (1):
  nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy

 drivers/nvmem/imx-ocotp-ele.c | 1 +
 drivers/nvmem/imx-ocotp.c     | 1 +
 drivers/nvmem/zynqmp_nvmem.c  | 8 ++++----
 3 files changed, 6 insertions(+), 4 deletions(-)

-- 
2.47.3


^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH 0/2] nvmem: Fix reading MAC address from OCOTP on i.MX
@ 2025-07-11 11:55 Christian Eggers
  2025-07-11 11:55 ` [PATCH 1/2] nvmem: imx: assign nvmem_cell_info::raw_len Christian Eggers
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Eggers @ 2025-07-11 11:55 UTC (permalink / raw)
  To: Srinivas Kandagatla, Shawn Guo, Sascha Hauer, Dmitry Baryshkov,
	Rafał Miłecki
  Cc: Pengutronix Kernel Team, Fabio Estevam, Greg Kroah-Hartman,
	Sasha Levin, imx, linux-arm-kernel, linux-kernel

There is a (minor?) regression (also propagated via -stable series)
which causes wrong Ethernet MAC addresses read from internal OTP.

Probably this doesn't affect many system as usually the MAC address is
already read from OTP (called OCOTP on i.MX) by the boot loader and
then passed verbatim to the kernel via device tree fixups. Only if the
MAC isn't present in the device tree, the kernel reads it from the OTP
itself.


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

end of thread, other threads:[~2026-03-27 13:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-27 13:16 [PATCH 0/2] nvmem: fixes for v7.0 srini
2026-03-27 13:16 ` [PATCH 1/2] nvmem: imx: assign nvmem_cell_info::raw_len srini
2026-03-27 13:16 ` [PATCH 2/2] nvmem: zynqmp_nvmem: Fix buffer size in DMA and memcpy srini
  -- strict thread matches above, loose matches on Subject: below --
2025-07-11 11:55 [PATCH 0/2] nvmem: Fix reading MAC address from OCOTP on i.MX Christian Eggers
2025-07-11 11:55 ` [PATCH 1/2] nvmem: imx: assign nvmem_cell_info::raw_len Christian Eggers

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.