Re: [PATCH v2] gpio: rockchip: Update the GPIO driver

From: Dragan Simic
Date: Fri Aug 23 2024 - 03:08:09 EST


Hello Ye,

On 2024-08-23 05:43, Ye Zhang wrote:
GPIO driver support acpi and new version, set input direction in
irq_request_resources, fix division error and debounce config error.

Changes since v1:
- Split commits with multiple changes into separate commits.
- Adjust backportable fix to the forefront.
- Modify messages of some commits.

It seems that you sent a bunch of separate patches, instead of sending
a patch series. I believe that wasn't intended or requested, so could
you, please, resend the v2 patches as a series?

Ye Zhang (11):
gpio: rockchip: avoid division by zero
gpio: rockchip: release reference to device node
gpio: rockchip: resolve overflow issues
gpio: rockchip: resolve underflow issue
gpio: rockchip: fix debounce calculate
gpio: rockchip: Update debounce config function
gpio: rockchip: support 'clock-names' from dt nodes
gpio: rockchip: support new version gpio
gpio: rockchip: Set input direction when request irq
gpio: rockchip: support ACPI
gpio: rockchip: driver works without pinctrl device

drivers/gpio/gpio-rockchip.c | 297 +++++++++++++++++++++--------------
1 file changed, 181 insertions(+), 116 deletions(-)