Re: [PATCH] gpio: pca953x: restore cache_only state on resume failure
From: Bartosz Golaszewski
Date: Fri Jul 24 2026 - 06:29:07 EST
On Fri, 24 Jul 2026 10:18:38 +0200, phucduc.bui@xxxxxxxxx said:
> From: bui duc phuc <phucduc.bui@xxxxxxxxx>
>
> When pca953x_restore_context() fails, cache_only is left disabled and
> the IRQ left enabled, even though register synchronization may not have
> completed successfully. Restore cache_only and disable the IRQ again on
> failure, matching the state set by pca953x_save_context().
>
> Signed-off-by: bui duc phuc <phucduc.bui@xxxxxxxxx>
> ---
Fixes: and Cc: stable?
Bart