Re: [PATCH v4 5/5] Input: Add tps65217 power button driver
From: Marcin Niestroj <hidden>
Date: 2016-08-29 09:09:34
Also in:
linux-input, linux-omap, linux-pm
From: Marcin Niestroj <hidden>
Date: 2016-08-29 09:09:34
Also in:
linux-input, linux-omap, linux-pm
ping On 21.06.2016 15:17, Rob Herring wrote:
On Mon, Jun 20, 2016 at 12:50:56PM +0200, Marcin Niestroj wrote:quoted
This driver enables us to use tps65217's power button as KEY_POWER on am335x boards (directly connected button in chiliboard, accessible pin via expansion header in beaglebone). This patch has been tested with chiliboard. Signed-off-by: Marcin Niestroj <redacted> --- Depends on patches 1-4 in series Changes v2 -> v4: none Changes v1 -> v2: * Added information about parent device in tps65217 power button device-tree binding documentation (suggested by Rob) .../bindings/input/tps65217-pwrbutton.txt | 17 +++Acked-by: Rob Herring <redacted>quoted
drivers/input/misc/Kconfig | 10 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/tps65217-pwrbutton.c | 131 +++++++++++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/tps65217-pwrbutton.txt create mode 100644 drivers/input/misc/tps65217-pwrbutton.c
-- Marcin Niestroj -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html