Re: [PATCH] input: cpcap-pwrbutton: new driver
From: Rob Herring <robh@kernel.org>
Date: 2017-02-28 00:25:29
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2017-02-28 00:25:29
Also in:
linux-devicetree, lkml
On Fri, Feb 24, 2017 at 09:59:09AM +0100, Sebastian Reichel wrote:
Motorola CPCAP is a PMIC found in multiple smartphones. This driver adds support for the power/on button and has been tested with Droid 4. Signed-off-by: Sebastian Reichel <sre@kernel.org> --- .../devicetree/bindings/input/cpcap-pwrbutton.txt | 20 ++++
Acked-by: Rob Herring <robh@kernel.org>
drivers/input/misc/Kconfig | 10 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/cpcap-pwrbutton.c | 119 +++++++++++++++++++++ 4 files changed, 150 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/cpcap-pwrbutton.txt create mode 100644 drivers/input/misc/cpcap-pwrbutton.c