[PATCH 0/2] input: misc: Add support for axp20x Power Enable Key

Carlo Caione carlo at caione.org
Sat Feb 8 11:05:52 EST 2014


This patch-set adds support for the button used by PMICs axp202 and axp209.
The button is used to power on/off the SoC connected to PMIC but also it can
automatically identify long/short press.

PEK is intended as subsystem for the MFD driver so it depends on the axp20x
header files.

Bindings documentation has been already included with documentation for the MFD.

Carlo Caione (2):
  input: misc: Add driver for axp20x power enable key
  input: misc: dts: Add axp20x-pek node to axp20x.dtsi

 arch/arm/boot/dts/axp20x.dtsi   |   6 +
 drivers/input/misc/Kconfig      |  11 ++
 drivers/input/misc/Makefile     |   1 +
 drivers/input/misc/axp20x-pek.c | 278 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 296 insertions(+)
 create mode 100644 drivers/input/misc/axp20x-pek.c

-- 
1.8.5.3




More information about the linux-arm-kernel mailing list