aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-rda.c
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29gpio: Add RDA Micro GPIO controller supportManivannan Sadhasivam1-0/+294
Add support for GPIO controller from RDA Micro. This GPIO controller is an in house IP, developed by RDA Micro (now Unisoc) for the use in RDA88* series of SoCs. There are multiple GPIO ports present in all SoCs, each capable of addressing 32 GPIOs. But only first 8 pins have the interrupt capability. Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Linus Walleij <[email protected]>