misc: add PolarFire SoC system controller
authorJamie Gibbons <jamie.gibbons@microchip.com>
Fri, 1 Aug 2025 12:36:24 +0000 (13:36 +0100)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Thu, 14 Aug 2025 07:33:00 +0000 (15:33 +0800)
commitb7a0ad16f9114a7fe648d94e67d943772b8119ab
tree2467ce7c17b92242d198c02e938dcaed7fb6c1ab
parent111e9bf6a5acc8187c4849cbf4e7516e37496059
misc: add PolarFire SoC system controller

This driver provides an interface to access the functions of the system
controller on the Microchip PolarFire SoC.
This driver includes functions to use the system controller to read
the device serial number.

Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/mpfs_syscontroller.c [new file with mode: 0644]