OSDN Git Service

gpio/rockchip: add driver for rockchip gpio
authorJianqun Xu <jay.xu@rock-chips.com>
Mon, 16 Aug 2021 01:20:53 +0000 (09:20 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Aug 2021 23:01:49 +0000 (01:01 +0200)
commit936ee2675eee1faca0dcdfa79165c7990422e0fc
tree6aae612a605dc8458dcf15c613aec68054065369
parent75d1415ea57c1b0e87f786e85e5f478fab5c91be
gpio/rockchip: add driver for rockchip gpio

This patch add support for rockchip gpio controller, which is supported
in pinctrl driver in the past.

With this patch, the pinctrl-rockchip driver will drop gpio related
codes and populate platform driver to gpio-rockchip.

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Link: https://lore.kernel.org/r/20210816012053.1119069-1-jay.xu@rock-chips.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-rockchip.c [new file with mode: 0644]