Re: [PATCH] gpio: aggregator: restore the set_config operation
From: Thomas Richard
Date: Fri Oct 03 2025 - 10:00:07 EST
>
> Is there any specific reason why you are doing this unconditionally,
> instead of only when any of its parents support .set_config(), like
> was done before?
>
My idea was: it will be handled by the core, so the if statement is not
needed. But if we conditionally add the operation we can save some time
in case there is no chip supporting set_config().
Thomas