[PATCH 0/5] AM437x SK: Add power-button support
Felipe Balbi
balbi at ti.com
Fri Dec 26 11:28:19 PST 2014
Hi,
the following patches add tps65218 power button support and
make it usable with AM437x SK.
Developed and tested on top of v3.19-rc1. Logs at [1]
[1] http://hastebin.com/ecopenuqot
Felipe Balbi (5):
mfd: tps65218: make INT[12] and STATUS registers volatile
mfd: tps65218: make INT1 our status_base register
input: misc: add tps65218 power button driver
arm: boot: dts: am437x-sk: add power button binding
arm: omap2plus_defconfig: enable TPS65218 power button
arch/arm/boot/dts/am437x-sk-evm.dts | 5 ++
arch/arm/configs/omap2plus_defconfig | 1 +
drivers/input/misc/Kconfig | 10 +++
drivers/input/misc/Makefile | 1 +
drivers/input/misc/tps65218-pwrbutton.c | 135 ++++++++++++++++++++++++++++++++
drivers/mfd/tps65218.c | 12 +++
6 files changed, 164 insertions(+)
create mode 100644 drivers/input/misc/tps65218-pwrbutton.c
--
2.2.0
More information about the linux-arm-kernel
mailing list