On Thu, 21 Dec 2023, Anjelique Melendez wrote: > Add the Qualcomm PBS (Programmable Boot Sequencer) driver. The QCOM PBS > driver supports configuring software PBS trigger events through PBS RAM > on Qualcomm Technologies, Inc (QTI) PMICs. > > Signed-off-by: Anjelique Melendez <quic_amelende@xxxxxxxxxxx> > --- > drivers/soc/qcom/Kconfig | 9 ++ > drivers/soc/qcom/Makefile | 1 + > drivers/soc/qcom/qcom-pbs.c | 243 ++++++++++++++++++++++++++++++ > include/linux/soc/qcom/qcom-pbs.h | 30 ++++ > 4 files changed, 283 insertions(+) > create mode 100644 drivers/soc/qcom/qcom-pbs.c > create mode 100644 include/linux/soc/qcom/qcom-pbs.h This needs to be applied soon, or I'll have to remove all of the LEDS patches, since the lack of include/linux/soc/qcom/qcom-pbs.h is causing build failures. -- Lee Jones [李琼斯]