2015-02-16 09:55:23

by Ivan T. Ivanov

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Qualcomm PM8941 power key driver


On Fri, 2015-01-23 at 16:19 -0800, Bjorn Andersson wrote:
> These patches add dt bindings and a device driver for the power key block in
> the Qualcomm PM8941 pmic.
>
> Changes since v1:
> * Use a reboot_notifier to set power off/reboot mode
> * Use irq flags from devicetree
> * Some style fixes
>
> Courtney Cavin (2):
> input: Add Qualcomm PM8941 power key driver
> input: pm8941-pwrkey: Add DT binding documentation

Tested-by: Ivan T. Ivanov <[email protected]>

Thanks.

>
> .../bindings/input/qcom,pm8941-pwrkey.txt | 43 ++++
> drivers/input/misc/Kconfig | 12 +
> drivers/input/misc/Makefile | 1 +
> drivers/input/misc/pm8941-pwrkey.c | 281 +++++++++++++++++++++
> 4 files changed, 337 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt
> create mode 100644 drivers/input/misc/pm8941-pwrkey.c
>
>