Hi Ye Zhang,
Am Freitag, 23. August 2024, 05:43:03 CEST schrieb Ye Zhang:
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.
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
this is a patch series, so in theory
git format-patch --11 --cover-letter
should have generated subjects like
[PATCH v2 00/11] ....
[PATCH v2 01/11] gpio: rockchip: avoid division by zero
and so on.
As you've seen in the replies people get confused, but also kernel patch-
handling tools get confused :-) .
Heiko