summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-imx-scu.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-31gpio: imx-scu: add imx-scu GPIO driverShenwei Wang1-0/+139
The SCU firmware on i.MX8 platforms provides a set of APIs to control the GPIO PINs on the SCU domain. This patch implements the standard GPIO driver interface to access those PINs on the SCU domain over the SCU APIs. Signed-off-by: Shenwei Wang <shenwei.wang@nxp.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>