summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/mcs_touchkey.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Input: mcs_touchkey - add shutdown handlerHeungJun Kim2011-02-241-0/+9
| | | | | | | | | | | 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>
* Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim2011-02-241-1/+47
| | | | | | | | 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>
* Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-041-0/+239
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>