Message ID | 20240815071651.3645949-1-ye.zhang@rock-chips.com (mailing list archive) |
---|---|
Headers | show |
Series | gpio: rockchip: Update the GPIO driver | expand |
On Thu, Aug 15, 2024 at 9:17 AM Ye Zhang <ye.zhang@rock-chips.com> 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@linux.intel.com> and Andy Shevchenko <andriy.shevchenko@linux.intel.com>. Bart