Re: [PATCH] gpiolib: use a single SRCU struct for all GPIO descriptors

From: Bartosz Golaszewski
Date: Thu May 09 2024 - 09:08:04 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>


On Tue, 07 May 2024 19:24:14 +0200, Bartosz Golaszewski wrote:
> We used a per-descriptor SRCU struct in order to not impose a wait with
> synchronize_srcu() for descriptor X on read-only operations of
> descriptor Y. Now that we no longer call synchronize_srcu() on
> descriptor label change but only when releasing descriptor resources, we
> can use a single SRCU structure for all GPIO descriptors in a given chip.
>
>
> [...]

Applied, thanks!

[1/1] gpiolib: use a single SRCU struct for all GPIO descriptors
commit: 7765ffed533d4a9f0291a0edc660496d104396ec

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