mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
dda3529d2e
PSE controllers like the TPS23881 can forcefully turn off their
configuration state. In such cases, the is_enabled() and get_status()
callbacks will report the PSE as disabled, while admin_state_enabled
will show it as enabled. This mismatch can lead the user to attempt
to enable it, but no action is taken as admin_state_enabled remains set.
The solution is to disable the PSE before enabling it, ensuring the
actual status matches admin_state_enabled.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pd692x0.c | ||
pse_core.c | ||
pse_regulator.c | ||
tps23881.c |