]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfbb7f85e04bf614ed90e8b4bc81a1292d5a94407
tree6aae612a605dc8458dcf15c613aec68054065369
parent16397427934182b5d3655b3e20d364c91fd4df6e
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]