Lines Matching +full:pwrseq +full:- +full:simple
1 .. SPDX-License-Identifier: GPL-2.0-only
13 This framework is designed to abstract complex power-up sequences that are
22 --------
43 A handle passed by the pwrseq core to every consumer that serves as the
50 The consumer API is aimed to be as simple as possible. The driver interested in
65 Each provider can logically split the power-up sequence into descrete chunks
70 register with the pwrseq subsystem by calling pwrseq_device_register().
73 -------------------------
75 The main difference between pwrseq and other linux kernel providers is the
77 provider driver must implement the `match()` callback and pass it to the pwrseq
83 device-tree node representing a power management unit of a chipset and the
91 .. kernel-doc:: include/linux/pwrseq/provider.h
94 .. kernel-doc:: drivers/power/sequencing/core.c