On Fri, Aug 01, 2025 at 01:36:24PM +0100, Jamie Gibbons wrote: > 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.gibb...@microchip.com> > --- > drivers/misc/Kconfig | 9 ++ > drivers/misc/Makefile | 1 + > drivers/misc/mpfs_syscontroller.c | 157 ++++++++++++++++++++++++++++++ > 3 files changed, 167 insertions(+) > create mode 100644 drivers/misc/mpfs_syscontroller.c
Acked-by: Leo Yu-Chi Liang <ycli...@andestech.com>