On Tue, 5 Dec 2023 at 06:47, Caleb Connolly <[email protected]> wrote: > > Qualcomm PMICs include a "pon" function which handles two buttons, the > power button and "resin" button (usually volume down). Introduce a new > driver following upstream Linux DT to enable these and map them to Enter > and Down respectively to enable use in boot menus. > > Reviewed-by: Neil Armstrong <[email protected]> > Reviewed-by: Sumit Garg <[email protected]> > Tested-by: Sumit Garg <[email protected]> > Signed-off-by: Caleb Connolly <[email protected]> > --- > MAINTAINERS | 1 + > drivers/button/Kconfig | 9 +++ > drivers/button/Makefile | 1 + > drivers/button/button-qcom-pmic.c | 165 > ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 176 insertions(+) >
Reviewed-by: Simon Glass <[email protected]>

