On 10/25/2023 5:12 AM, Lee Jones wrote: > On Fri, 20 Oct 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 > > The LED patches look good to go. > > What's the plan for the SoC driver? > > * Who will review it? > * Shall I take it via LED with an Ack? > QCOM PBS driver should be reviewed by linux-arm-msm maintainers/reviewers. Will give them another week or so to take a look at this series before I resend to them.