Re: [PATCH RESEND 0/7] gpio-rockchip driver

From: jay.xu@xxxxxxxxxxxxxx
Date: Wed Mar 24 2021 - 02:52:19 EST


I'm forget to send-to include Bartosz, I'll remember in next version

--------------
jay.xu@xxxxxxxxxxxxxx
>Separate gpio driver from pinctrl driver, and support v2 controller.
>
>Jianqun Xu (7):
>  pinctrl/rockchip: separate struct rockchip_pin_bank to a head file
>  pinctrl/pinctrl-rockchip.h: add pinctrl device to gpio bank struct
>  gpio: separate gpio driver from pinctrl-rockchip driver
>  gpio/rockchip: use struct rockchip_gpio_regs for gpio controller
>  gpio/rockchip: support next version gpio controller
>  gpio/rockchip: always enable clock for gpio controller
>  gpio/rockchip: drop irq_gc_lock/irq_gc_unlock for irq set type
>
> drivers/gpio/Kconfig               |   8 +
> drivers/gpio/Makefile              |   1 +
> drivers/gpio/gpio-rockchip.c       | 758 ++++++++++++++++++++++++
> drivers/pinctrl/pinctrl-rockchip.c | 909 +----------------------------
> drivers/pinctrl/pinctrl-rockchip.h | 286 +++++++++
> 5 files changed, 1072 insertions(+), 890 deletions(-)
> create mode 100644 drivers/gpio/gpio-rockchip.c
> create mode 100644 drivers/pinctrl/pinctrl-rockchip.h
>
>--
>2.25.1
>
>
>