Re: [PATCH RESEND] net: mdio: mux-gpio: use gpiod_multi_set_value_cansleep
From: Andrew Lunn
Date: Wed Jun 11 2025 - 14:26:24 EST
On Wed, Jun 11, 2025 at 01:11:36PM -0500, David Lechner wrote:
> Reduce verbosity by using gpiod_multi_set_value_cansleep() instead of
> gpiod_set_array_value_cansleep().
>
> Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
> ---
> This is a resend of a patch from the series "[PATCH v3 00/15] gpiolib:
> add gpiod_multi_set_value_cansleep" [1].
>
> This patch never got acked so didn't go picked up with the rest of that
> series. The dependency has been in mainline since v6.15-rc1 so this
> patch can now be applied independently.
It is not surprising it did not get picked up when it is mixed in with
a lot of other subsystems. Please always post a patchset per
subsystem.
This also appears to be version 4.
Since you did not annotate the Subject: line with the tree this is
for, i'm not sure the CI system will accept it an run the tests.
https://patchwork.kernel.org/project/netdevbpf/patch/20250611-net-mdio-mux-gpio-use-gpiod_multi_set_value_cansleep-v1-1-6eb5281f1b41@xxxxxxxxxxxx/
https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html
Andrew