summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-4/+2
|\
| * Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-7/+3
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-2/+2
* Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-071-1/+1
|\
| * Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+1
* | Input: ad7879 - add option to correct xy axisMichael Hennerich2012-07-061-0/+5
|/
* Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-291-0/+1
|\
| * drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-311-0/+1
* | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-151-4/+15
* | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-091-2/+2
|/
* Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-021-1/+3
* Input: ad7879 - prevent invalid finger data reportsMichael Hennerich2010-10-281-5/+27
* Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich2010-07-031-3/+13
* Input: ad7879 - add open and close methodsDmitry Torokhov2010-07-031-33/+80
* Input: ad7879 - split bus logic outMike Frysinger2010-07-031-396/+104
* Input: ad7879 - use threaded IRQDmitry Torokhov2010-06-301-27/+9
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-4/+1
* Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-191-56/+141
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-091-2/+2
|\
| * Input: ad7879 - pass up error codes from probe functionsMichael Hennerich2009-10-051-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-231-2/+4
|\ \ | |/
| * Input: ad7879 - add support for AD7889Michael Hennerich2009-09-171-2/+4
* | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
|/
* Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich2009-04-151-2/+1
* Input: add AD7879 Touchscreen driverMichael Hennerich2009-03-091-0/+782
OpenPOWER on IntegriCloud