soc: add microchip polarfire soc system controller
authorConor Dooley <conor.dooley@microchip.com>
Thu, 17 Feb 2022 10:13:50 +0000 (10:13 +0000)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Fri, 25 Feb 2022 11:50:59 +0000 (12:50 +0100)
commitd0054a470c33902f5ae88835ed8a8ecc3cf8faa4
tree910fd52c07c58d0cf3f02763ecdf8ff7b6d704c9
parentf8e0f301c46112a15d0b9ab792602875f00010ef
soc: add microchip polarfire soc system controller

This driver provides an interface for other drivers to access the
functions of the system controller on the Microchip PolarFire SoC.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20220217101349.2374873-2-conor.dooley@microchip.com
drivers/soc/Kconfig
drivers/soc/Makefile
drivers/soc/microchip/Kconfig [new file with mode: 0644]
drivers/soc/microchip/Makefile [new file with mode: 0644]
drivers/soc/microchip/mpfs-sys-controller.c [new file with mode: 0644]
include/soc/microchip/mpfs.h