[PATCH v6 2/9] button: qcom-pmic: introduce Qualcomm PMIC button driver

Simon Glass sjg at chromium.org
Wed Dec 6 04:54:03 CET 2023


On Tue, 5 Dec 2023 at 06:47, Caleb Connolly <caleb.connolly at linaro.org> 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 <neil.armstrong at linaro.org>
> Reviewed-by: Sumit Garg <sumit.garg at linaro.org>
> Tested-by: Sumit Garg <sumit.garg at linaro.org>
> Signed-off-by: Caleb Connolly <caleb.connolly at linaro.org>
> ---
>  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 <sjg at chromium.org>


More information about the U-Boot mailing list