aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/cy8ctmg110_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-05Input: cy8ctmg110_ts - switch to using gpiod APIDmitry Torokhov1-27/+18
2021-06-05Input: cy8ctmg110_ts - switch to using managed resourcesDmitry Torokhov1-46/+28
2021-06-05Input: cy8ctmg110_ts - use endian helpers when converting data on wireDmitry Torokhov1-6/+5
2021-06-05Input: cy8ctmg110_ts - let I2C core configure wake interruptDmitry Torokhov1-6/+4
2021-06-05Input: cy8ctmg110_ts - do not hardcode as wakeup sourceDmitry Torokhov1-1/+1
2021-06-05Input: cy8ctmg110_ts - do not hard code interrupt triggerDmitry Torokhov1-2/+1
2021-06-05Input: cy8ctmg110_ts - rely on platform code to supply interruptDmitry Torokhov1-31/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner1-13/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+1
2013-08-12Input: cy8ctmg110_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-4/+2
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-10-11Input: cy8ctmg110_ts - use C99-style structure initializatorsShubhrajyoti Datta1-2/+11
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+2
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-12/+1
2011-07-18Input: cy8ctmg110_ts - set reset_pin and irq_pin from platform dataAxel Lin1-0/+2
2011-07-13Input: cy8ctmg110_ts - constify i2c_device_id tableAxel Lin1-1/+1
2011-07-13Input: cy8ctmg110_ts - fix checking return value of i2c_master_sendAxel Lin1-2/+2
2011-01-06Input: cy8ctmg110_ts - Convert to dev_pm_opsMark Brown1-6/+9
2010-09-06Input: cy8ctmg110 - add fuzz to ABS_X and ABS_Y to remove jitterJames Ketrenos1-2/+2
2010-08-10Input: cy8ctmg100_ts - signedness bugDan Carpenter1-3/+3
2010-07-31Input: cy8ctmg110 - capacitive touchscreen supportSamuli Konttila1-0/+363