aboutsummaryrefslogtreecommitdiff
path: root/include/soc/microchip
AgeCommit message (Collapse)AuthorFilesLines
2022-02-25soc: add microchip polarfire soc system controllerConor Dooley1-2/+2
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 <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]> Link: https://lore.kernel.org/r/[email protected]
2021-06-26mbox: add polarfire soc system controller mailboxConor Dooley1-0/+43
This driver adds support for the single mailbox channel of the MSS system controller on the Microchip PolarFire SoC. Signed-off-by: Conor Dooley <[email protected]> Signed-off-by: Jassi Brar <[email protected]>