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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html