Re: [PATCH v8 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
From: Wolfram Sang
Date: Wed Feb 04 2026 - 10:51:08 EST
On Tue, Feb 03, 2026 at 03:01:38PM +0200, Josua Mayer wrote:
> Multiplexer subsystem has added generic helper functions for getting an
> already selected mux-state object.
>
> Replace existing logic in probe with the equivalent helper function.
>
> There is a functional difference in that the mux is now automatically
> deselected on release, replacing the explicit mux_state_deselect call.
>
> This change is only compile-tested.
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Reviewed-by: Andreas Kemnade <andreas@xxxxxxxxxxxx>
> Signed-off-by: Josua Mayer <josua@xxxxxxxxxxxxx>
Reviewed-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>