linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] soc: nxp: Add a simple NXP LPC32xx socinfo driver
@ 2026-01-01 23:56 Vladimir Zapolskiy
  2026-01-01 23:56 ` [PATCH 1/2] soc: Sort the list of subfolders alphabetically Vladimir Zapolskiy
  2026-01-01 23:56 ` [PATCH 2/2] soc: nxp: Add a simple NXP LPC32xx socinfo driver Vladimir Zapolskiy
  0 siblings, 2 replies; 11+ messages in thread
From: Vladimir Zapolskiy @ 2026-01-01 23:56 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Piotr Wojtaszczyk, Krzysztof Kozlowski, linux-arm-kernel,
	linux-kernel

Add a simple socinfo driver for NXP LPC32xx powered boards, the driver
exports SoC family, machine name and the unique SoC ID to userspace.

The unique SoC ID is read from SCB out, it replaces the current platform
specific functionality, which can be removed after adding this driver.

The System Control Block device tree node is added in the change given
below, but the driver operates without a dependency on it, so it does
not cause any regressions on boards with not updated dtb firmware:
- https://lore.kernel.org/linux-arm-kernel/20251231215754.2222308-3-vz@mleia.com/

Vladimir Zapolskiy (2):
  soc: Sort the list of subfolders alphabetically
  soc: nxp: Add a simple NXP LPC32xx socinfo driver

 drivers/soc/Kconfig           |   1 +
 drivers/soc/Makefile          |   3 +-
 drivers/soc/nxp/Kconfig       |  16 +++++
 drivers/soc/nxp/Makefile      |   2 +
 drivers/soc/nxp/lpc32xx-soc.c | 114 ++++++++++++++++++++++++++++++++++
 5 files changed, 135 insertions(+), 1 deletion(-)
 create mode 100644 drivers/soc/nxp/Kconfig
 create mode 100644 drivers/soc/nxp/Makefile
 create mode 100644 drivers/soc/nxp/lpc32xx-soc.c

-- 
2.43.0



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

end of thread, other threads:[~2026-01-05  7:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-01 23:56 [PATCH 0/2] soc: nxp: Add a simple NXP LPC32xx socinfo driver Vladimir Zapolskiy
2026-01-01 23:56 ` [PATCH 1/2] soc: Sort the list of subfolders alphabetically Vladimir Zapolskiy
2026-01-01 23:56 ` [PATCH 2/2] soc: nxp: Add a simple NXP LPC32xx socinfo driver Vladimir Zapolskiy
2026-01-02  9:34   ` Arnd Bergmann
2026-01-02  9:58   ` Krzysztof Kozlowski
2026-01-02 12:36     ` Vladimir Zapolskiy
2026-01-02 12:54       ` Krzysztof Kozlowski
2026-01-02 13:21         ` Vladimir Zapolskiy
2026-01-03 12:43           ` Krzysztof Kozlowski
2026-01-03 22:14             ` Vladimir Zapolskiy
2026-01-05  7:18               ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).