Re: [PATCH 0/2] Qualcomm PM8941 power key driver
From: Ivan T. Ivanov <hidden>
Date: 2014-10-07 09:01:49
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Ivan T. Ivanov <hidden>
Date: 2014-10-07 09:01:49
Also in:
linux-arm-msm, linux-devicetree, lkml
Hi Bjorn, On Mon, 2014-10-06 at 18:11 -0700, Bjorn Andersson wrote:
These patches add dt bindings and a device driver for the power key block in the Qualcomm PM8941 pmic. Courtney Cavin (2): input: Add Qualcomm PM8941 power key driver input: pm8941-pwrkey: Add DT binding documentation .../bindings/input/qcom,pm8941-pwrkey.txt | 43 +++++ drivers/input/misc/Kconfig | 12 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/pm8941-pwrkey.c | 196 ++++++++++++++++++++ 4 files changed, 252 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/qcom,pm8941-pwrkey.txt create mode 100644 drivers/input/misc/pm8941-pwrkey.c
Any reason why we cannot reuse pm8xxx-pwrkey driver? It have been converted to regmap already. Regards, Ivan