Re: [PATCH v10 7/9] gpio: Remove unused `chip` and `srcu` in struct gpio_device

From: Tzung-Bi Shih

Date: Tue May 12 2026 - 04:14:54 EST


On Mon, May 11, 2026 at 06:18:21AM -0700, Bartosz Golaszewski wrote:
> 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?

Correct, they are separated only for easier review. Would you prefer I
squash the 5 patches into a single patch?