summaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/mpr121_touchkey.c
AgeCommit message (Expand)AuthorLines
2019-10-15Input: mpr121 - add polling modeMichal Vokáč-18/+51
2019-08-12Input: mpr121 - switch to use device_property_count_u32()Andy Shevchenko-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2017-01-21Input: keyboard - use local variables consistentlyGuenter Roeck-9/+9
2017-01-15Input: mpr121 - switch to device tree probeAkinobu Mita-43/+94
2017-01-15Input: mpr121 - handle multiple bits change of status registerAkinobu Mita-9/+14
2017-01-15Input: mpr121 - set missing event capabilityAkinobu Mita-0/+1
2017-01-15Input: mpr121 - remove unused field in struct mpr121_touchkeyAkinobu Mita-1/+0
2017-01-15Input: mpr121 - annotate PM methods as __maybe_unusedAkinobu Mita-4/+2
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2014-10-22Input: mpr121 - switch to using managed resourcesPramod Gurav-30/+12
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-3/+3
2012-11-24Input: remove use of __devinitconstBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-06-29Input: mpr121 - improve sensibility of touch keyJiejing Zhang-4/+12
2011-05-12Input: add driver FSL MPR121 capacitive touch sensorZhang Jiejing-0/+339