mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
249ebf3f65
Implement the power sequencing subsystem allowing devices to share complex powering-up and down procedures. It's split into the consumer and provider parts but does not implement any new DT bindings so that the actual power sequencing is never revealed in the DT representation. Tested-by: Amit Pundir <amit.pundir@linaro.org> Tested-by: Neil Armstrong <neil.armstrong@linaro.org> # on SM8550-QRD, SM8650-QRD & SM8650-HDK Tested-by: Caleb Connolly <caleb.connolly@linaro.org> # OnePlus 8T Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240605123850.24857-2-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
4 lines
157 B
Text
4 lines
157 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
source "drivers/power/reset/Kconfig"
|
|
source "drivers/power/sequencing/Kconfig"
|
|
source "drivers/power/supply/Kconfig"
|