History log of /drivers/input/misc/mc13783-pwrbutton.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
18b2b1813f51a314d2468d0c103e593936e5f534 12-Dec-2011 Axel Lin <axel.lin@gmail.com> Input: mc13783-pwrbutton - convert to use module_platform_driver()

This patch converts mc13783-pwrbutton to use the module_platform_driver()
macro which makes the code smaller and a bit simpler.

Also staticise mc13783_pwrbutton_driver which is not used outside
this driver so no need to make the symbol global.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/misc/mc13783-pwrbutton.c
30fc7ac3f62945a714d9842edae313a757efb49d 18-Sep-2011 Philippe Rétornaz <philippe.retornaz@epfl.ch> input: Add power button support for mc13783

This adds support for the power-on buttons of MC13783 PMIC.

Signed-off-by: Philippe Rétornaz <philippe.retornaz@epfl.ch>
Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
/drivers/input/misc/mc13783-pwrbutton.c