aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/eeti_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Merge tag 'v5.2' into nextDmitry Torokhov1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 160Thomas Gleixner1-14/+1
2019-05-15Input: eeti_ts - read hardware state once after wakeupDaniel Mack1-15/+56
2018-07-04Input: eeti - fix link to documentation and email address in headerDaniel Mack1-3/+3
2018-07-04Input: eeti - drop module parameters, parse DT propertiesDaniel Mack1-17/+5
2018-07-04Input: eeti - add device tree matching tableDaniel Mack1-0/+9
2017-04-05Input: eeti_ts - switch to gpiod APIDmitry Torokhov1-17/+7
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov1-5/+1
2017-04-03Input: eeti_ts - switch to using threaded interruptDmitry Torokhov1-43/+36
2017-04-03Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov1-1/+1
2017-04-03Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov1-7/+6
2017-04-03Input: eeti_ts - switch to using managed resourcesDmitry Torokhov1-48/+22
2017-04-03Input: eeti_ts - use input_set_capability()Dmitry Torokhov1-2/+1
2017-04-03Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov1-2/+4
2017-04-03Input: eeti_ts - use BIT(n)Dmitry Torokhov1-4/+4
2017-04-03Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov1-57/+58
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck1-1/+0
2017-01-18Input: eeti_ts - drop goto to return statementGuenter Roeck1-3/+1
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: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han1-4/+2
2013-03-31Input: eeti_ts - remove redundant null checkSachin Kamat1-2/+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-08-09Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann1-8/+13
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-13/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-01-06Input: eeti_ts - convert to dev_pm_opsMark Brown1-7/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-10/+46
2010-04-20Input: eeti_ts - cancel pending work when going to suspendDaniel Mack1-10/+46
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-12Input: eeti_ts - allow active high irq linesDaniel Mack1-3/+19
2009-05-19Input: add driver for EETI touchpanelsDaniel Mack1-0/+286