]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl/rockchip: separate struct rockchip_pin_bank to a head file
authorJianqun Xu <jay.xu@rock-chips.com>
Mon, 16 Aug 2021 01:19:41 +0000 (09:19 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 16 Aug 2021 23:01:49 +0000 (01:01 +0200)
commite47b2200e40e3a33c5555f1e8dc6598d859699b1
tree8dd6ac860a35de422668b0f2dc362efb309e7bb9
parenta4332f4c78726eefc6e9ad84b524a71753b29a93
pinctrl/rockchip: separate struct rockchip_pin_bank to a head file

Separate struct rockchip_pin_bank to pinctrl-rockchip.h file, which will
be used by gpio-rockchip driver in the future.

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