aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mpfs.c
Commit message (Collapse)AuthorAgeFilesLines
* gpio: mpfs: add CoreGPIO supportConor Dooley2024-11-131-5/+33
| | | | | | | | | | coreGPIO, which the "hard" core in PolarFire SoC is based on, has different offsets for inp/outp. Add some match_data handling to account for the differences. Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/20241113-jovial-atlantic-cd07f05eb2e5@spud Signed-off-by: Bartosz Golaszewski <[email protected]>
* gpio: mpfs: add polarfire soc gpio supportLewis Hanly2024-11-061-0/+160
Add a driver to support the Polarfire SoC gpio controller. Interrupt controller support is unavailable for now and will be added at a later date. Signed-off-by: Lewis Hanly <[email protected]> Co-developed-by: Conor Dooley <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/20241104-tiny-evaluate-9336020b4b6a@spud Signed-off-by: Bartosz Golaszewski <[email protected]>