Re: [PATCH] cpuidle: psci: Fix support for probe deferral by dropping the faux device
From: Abel Vesa
Date: Wed Aug 26 2026 - 05:00:17 EST
On 26-08-26 10:45:32, Ulf Hansson wrote:
> From: Ulf Hansson <ulfh@xxxxxxxxxx>
>
> At the conversion to the faux driver/device we broke the support for probe
> deferral. In hindsight, the move to the faux device seems questionable, as
> it simply makes the code more complicated and for no good reason.
>
> To fix the support for the probe deferral let's therefore restore the old
> code and drop the faux device.
>
> Fixes: af5376a77e87 ("cpuidle: psci: Transition to the faux device interface")
> Fixes: 5836ebeb4a2b ("cpuidle: psci: Avoid initializing faux device if no DT idle states are present")
> Fixes: 39cdf87a97fd ("cpuidle: psci: Fix uninitialized variable in dt_idle_state_present()")
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: Ulf Hansson <ulfh@xxxxxxxxxx>
LGTM.
Reviewed-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>