summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/mcs_touchkey.c
Commit message (Expand)AuthorAgeFilesLines
* Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor2023-07-251-1/+1
* Input: mcs-touchkey - convert to use devm_* apiYangtao Li2023-07-201-34/+29
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: mcs-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-5/+3
* Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Input: mcs_touchkey - use struct_size() in kzalloc()Gustavo A. R. Silva2019-01-131-3/+2
* Input: mcs - move header file out of I2C realmWolfram Sang2017-05-221-1/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: mcs_touchkey - fix incorrect input device nameBeomho Seo2014-05-281-1/+1
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-12/+1
* Input: mcs_touchkey - add shutdown handlerHeungJun Kim2011-02-231-0/+9
* Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim2011-02-231-1/+47
* Input: mcs - Add MCS touchkey driverJoonyoung Shim2010-07-041-0/+239