Re: [PATCH] gpio: shared: fix a false-positive sharing detection with reset-gpios

From: Bartosz Golaszewski
Date: Fri Jan 09 2026 - 03:59:50 EST



On Thu, 08 Jan 2026 14:39:19 +0100, Bartosz Golaszewski wrote:
> After scanning the devicetree, we remove all entries that have only one
> reference, while creating GPIO shared proxies for the remaining, shared
> entries. However: for the reset-gpio corner-case, we will have two
> references for a "reset-gpios" pin that's not really shared. In this
> case one will come from the actual consumer fwnode and the other from
> the potential auxiliary reset-gpio device. This causes the GPIO core to
> create unnecessary GPIO shared proxy devices for pins that are not
> really shared.
>
> [...]

Applied, thanks!

[1/1] gpio: shared: fix a false-positive sharing detection with reset-gpios
commit: d578b31856cec31315f27b3ba97b212e4c6989b3

Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>