summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/eeti_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: eeti_ts - switch to gpiod APIDmitry Torokhov2017-04-051-17/+7Star
* Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov2017-04-051-5/+1Star
* Input: eeti_ts - switch to using threaded interruptDmitry Torokhov2017-04-041-43/+36Star
* Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov2017-04-041-1/+1
* Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov2017-04-041-7/+6Star
* Input: eeti_ts - switch to using managed resourcesDmitry Torokhov2017-04-041-48/+22Star
* Input: eeti_ts - use input_set_capability()Dmitry Torokhov2017-04-041-2/+1Star
* Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov2017-04-041-2/+4
* Input: eeti_ts - use BIT(n)Dmitry Torokhov2017-04-041-4/+4
* Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov2017-04-041-57/+58
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-1/+0Star
* Input: eeti_ts - drop goto to return statementGuenter Roeck2017-01-181-3/+1Star
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-131-4/+2Star
* Input: eeti_ts - remove redundant null checkSachin Kamat2013-03-311-2/+1Star
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann2012-08-091-8/+13
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-13/+1Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* Input: eeti_ts - convert to dev_pm_opsMark Brown2011-01-071-7/+9
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-051-10/+46
|\
| * Input: eeti_ts - cancel pending work when going to suspendDaniel Mack2010-04-201-10/+46
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Input: eeti_ts - allow active high irq linesDaniel Mack2009-08-121-3/+19
* Input: add driver for EETI touchpanelsDaniel Mack2009-05-201-0/+286