[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <11200017.BaYr0rKQ5T@diego>
Date: Fri, 23 Aug 2024 11:33:20 +0200
From: Heiko Stübner <heiko@...ech.de>
To: linus.walleij@...aro.org, brgl@...ev.pl, linux-gpio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, Ye Zhang <ye.zhang@...k-chips.com>
Cc: linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
mika.westerberg@...ux.intel.com, andriy.shevchenko@...ux.intel.com,
tao.huang@...k-chips.com, finley.xiao@...k-chips.com,
tim.chen@...k-chips.com, elaine.zhang@...k-chips.com,
Ye Zhang <ye.zhang@...k-chips.com>
Subject: Re: [PATCH v2] gpio: rockchip: Update the GPIO driver
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
Powered by blists - more mailing lists