Re: [PATCH] input: cpcap-pwrbutton: new driver

From: Rob Herring
Date: Mon Feb 27 2017 - 19:26:15 EST


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@xxxxxxxxxx>
> ---
> .../devicetree/bindings/input/cpcap-pwrbutton.txt | 20 ++++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> 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