summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/mpr121_touchkey.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: mpr121-touchkey - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-12-071-4/+4
* Input: mpr121_touchkey - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: mpr121 - make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-221-2/+2
* Input: mpr121 - add polling modeMichal Vokáč2019-10-151-18/+51
* Input: mpr121 - switch to use device_property_count_u32()Andy Shevchenko2019-08-121-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* Input: keyboard - use local variables consistentlyGuenter Roeck2017-01-211-9/+9
* Input: mpr121 - switch to device tree probeAkinobu Mita2017-01-151-43/+94
* Input: mpr121 - handle multiple bits change of status registerAkinobu Mita2017-01-151-9/+14
* Input: mpr121 - set missing event capabilityAkinobu Mita2017-01-151-0/+1
* Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita2017-01-151-1/+0
* Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita2017-01-151-4/+2
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: mpr121 - switch to using managed resourcesPramod Gurav2014-10-221-30/+12
* 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/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-3/+3
* Input: remove use of __devinitconstBill 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/+1
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Input: mpr121 - improve sensibility of touch keyJiejing Zhang2011-06-291-4/+12
* Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing2011-05-121-0/+339