Re: [PATCH v1 0/5] gpio: rockchip: Update the GPIO driver

From: Bartosz Golaszewski
Date: Fri Aug 16 2024 - 05:47:03 EST


On Thu, Aug 15, 2024 at 9:17 AM Ye Zhang <ye.zhang@xxxxxxxxxxxxxx> wrote:
>
> GPIO driver support acpi and new version, set input direction in
> irq_request_resources, fix division error and debounce config error.
>
> Ye Zhang (5):
> gpio: rockchip: support acpi
> gpio: rockchip: support GPIO_TYPE_V2_2
> gpio: rockchip: Set input direction in irq_request_resources
> gpio: rockchip: avoid division by zero
> rockchip: gpio: fix debounce config error
>
> drivers/gpio/gpio-rockchip.c | 286 ++++++++++++++++++++++-------------
> 1 file changed, 180 insertions(+), 106 deletions(-)
>
> --
> 2.34.1
>

Please Cc the GPIO ACPI maintainers on this series: Mika Westerberg
<mika.westerberg@xxxxxxxxxxxxxxx> and Andy Shevchenko
<andriy.shevchenko@xxxxxxxxxxxxxxx>.

Bart