summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/eeti_ts.c
Commit message (Expand)AuthorAge
* Input: eeti_ts - switch to gpiod APIDmitry Torokhov2017-04-05
* Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov2017-04-05
* Input: eeti_ts - switch to using threaded interruptDmitry Torokhov2017-04-03
* Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov2017-04-03
* Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov2017-04-03
* Input: eeti_ts - switch to using managed resourcesDmitry Torokhov2017-04-03
* Input: eeti_ts - use input_set_capability()Dmitry Torokhov2017-04-03
* Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov2017-04-03
* Input: eeti_ts - use BIT(n)Dmitry Torokhov2017-04-03
* Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov2017-04-03
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-21
* Input: eeti_ts - drop goto to return statementGuenter Roeck2017-01-18
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-02
* Input: use dev_get_platdata()Jingoo Han2013-12-06
* Input: eeti_ts - add CONFIG_PM_SLEEP to suspend/resumeJingoo Han2013-08-12
* Input: eeti_ts - remove redundant null checkSachin Kamat2013-03-31
* Input: remove use of __devexitBill Pemberton2012-11-24
* Input: remove use of __devinitBill Pemberton2012-11-24
* Input: remove use of __devexit_pBill Pemberton2012-11-24
* Input: eeti_ts: pass gpio value instead of IRQArnd Bergmann2012-08-09
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-16
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13
* Input: eeti_ts - convert to dev_pm_opsMark Brown2011-01-06
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-05-05
|\
| * Input: eeti_ts - cancel pending work when going to suspendDaniel Mack2010-04-20
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Input: eeti_ts - allow active high irq linesDaniel Mack2009-08-12
* Input: add driver for EETI touchpanelsDaniel Mack2009-05-19