History log of /drivers/input/keyboard/mcs_touchkey.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1b92c1cf6b638e7cbe9fdaac3f6efb8874f5cc02 17-Mar-2012 Axel Lin <axel.lin@gmail.com> Input: convert I2C drivers to use module_i2c_driver()

This patch converts the drivers in drivers/input/* to use the
module_i2c_driver() macro which makes the code smaller and a bit
simpler.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/mcs_touchkey.c
5f62615ef5e50b0ad6c125fe1e38f2ac675012e2 24-Feb-2011 HeungJun Kim <riverful.kim@samsung.com> Input: mcs_touchkey - add shutdown handler

The MCS50XX series has a HW bug that requires explicit chip power down.
If chip is not powered down before shutting the system down the control
pins (powerup, interrupt) are pulled up and residue current continues
flowing into the chips making them continue consuming power.

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/mcs_touchkey.c
adf779c1ee1d5556ebd83e39a7189022d4ebce3a 24-Feb-2011 Heungjun Kim <riverful.kim@samsung.com> Input: mcs_touchkey - add support for suspend/resume

This adds support for system-level suspend/resume to the driver.

Signed-off-by: Heungjun Kim <riverful.kim@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/mcs_touchkey.c
312e8e8a9e2471b0ada7366497fffb3ff1a40e2c 04-Jul-2010 Joonyoung Shim <jy0922.shim@samsung.com> Input: mcs - Add MCS touchkey driver

This adds support for MELPAS MCS5000/MSC5080 touch key controllers.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
/drivers/input/keyboard/mcs_touchkey.c