Re: [PATCH] i2c: muxes: pca954x: Allow sharing reset GPIO

From: Krzysztof Kozlowski
Date: Thu Jan 11 2024 - 03:53:47 EST


On 08/01/2024 05:19, Chris Packham wrote:
> Some hardware designs with multiple PCA954x devices use a reset GPIO
> connected to all the muxes. Support this configuration by making use of
> the reset controller framework which can deal with the shared reset
> GPIOs. Fall back to the old GPIO descriptor method if the reset
> controller framework is not enabled.
>
> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
> ---
>
> Notes:
> This patch goes on top of Krzysztof's series adding the GPIO based reset
> controller[1]. With this I'm able to correctly describe my hardware
> platform in the DTS and have the resets appropriately controlled.
>
> Krzysztof, I'd be really happy if you included this in your series (if
> there is another round) but I'd also be OK with waiting until your
> series is in and re-sending this after.

Sure, I can take send it together.

>
> [1] - https://lore.kernel.org/lkml/20240105155918.279657-1-krzysztof.kozlowski@xxxxxxxxxx/
>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>

Best regards,
Krzysztof