Hello This add button handling for the MC13783 PMIC. The first patch modify the mc13783 MFD driver to add a button subdevice and also adds the mc13783-pwrbutton driver using a misc input device. v2: first patch modified according to comments by Dmitry Torokhov The second patch adds the power on button support to the mx31moboard boards. Regards, Philippe Philippe Rétornaz (2): mc13783: add power button support mx31moboard: Add MC13783 power button support arch/arm/mach-imx/mach-mx31moboard.c | 10 +- drivers/input/misc/Kconfig | 11 ++ drivers/input/misc/Makefile | 1 + drivers/input/misc/mc13783-pwrbutton.c | 288 ++++++++++++++++++++++++++++++++ drivers/mfd/mc13xxx-core.c | 4 + include/linux/mfd/mc13783.h | 1 + include/linux/mfd/mc13xxx.h | 18 ++ 7 files changed, 332 insertions(+), 1 deletions(-) create mode 100644 drivers/input/misc/mc13783-pwrbutton.c -- 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