summaryrefslogtreecommitdiff
path: root/drivers/input/keyboard/mcs_touchkey.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor1-1/+1
2023-07-21Input: mcs-touchkey - convert to use devm_* apiYangtao Li1-34/+29
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-12-08Input: mcs-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-5/+3
2022-12-03Input: mcs_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-01-14Input: mcs_touchkey - use struct_size() in kzalloc()Gustavo A. R. Silva1-3/+2
2017-05-23Input: mcs - move header file out of I2C realmWolfram Sang1-1/+1
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-05-29Input: mcs_touchkey - fix incorrect input device nameBeomho Seo1-1/+1
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-05Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+2
2012-03-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-02-24Input: mcs_touchkey - add shutdown handlerHeungJun Kim1-0/+9
2011-02-24Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim1-1/+47
2010-07-04Input: mcs - Add MCS touchkey driverJoonyoung Shim1-0/+239