Re: [PATCH v10 7/9] gpio: Remove unused `chip` and `srcu` in struct gpio_device
From: Bartosz Golaszewski
Date: Mon May 11 2026 - 09:23:21 EST
On Fri, 8 May 2026 12:54:46 +0200, Tzung-Bi Shih <tzungbi@xxxxxxxxxx> said:
> `chip` and `srcu` in struct gpio_device are unused as their usages are
> replaced to use revocable. Remove them.
>
> Signed-off-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>
> ---
I'm thinking that all the GPIO patches could actually be squashed into one. Is
there any technical reason for the split or is it just for easier review?
Bart