summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ad7879.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-30input: ad7879: use gpiochip data pointerLinus Walleij1-5/+5
2016-03-16Merge tag 'v4.5' into nextDmitry Torokhov1-1/+1
2016-03-08Input: ad7879 - add device tree supportStefan Agner1-58/+90
2016-03-08Input: ad7879 - fix default x/y axis assignmentStefan Agner1-3/+5
2016-03-08Input: ad7879 - move header to platform_data directoryStefan Agner1-5/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-4/+2
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe1-7/+3
2014-01-07Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-2/+2
2012-07-08Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov1-1/+1
2012-07-07Input: ad7879 - add option to correct xy axisMichael Hennerich1-0/+5
2012-07-05Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-0/+1
2011-11-16Input: ad7879 - consolidate PM methodsDmitry Torokhov1-4/+15
2011-11-10Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-2/+2
2011-11-01drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-08-03Input: ad7879 - fix deficient device disableMichael Hennerich1-1/+3
2010-10-29Input: ad7879 - prevent invalid finger data reportsMichael Hennerich1-5/+27
2010-07-04Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich1-3/+13
2010-07-04Input: ad7879 - add open and close methodsDmitry Torokhov1-33/+80
2010-07-04Input: ad7879 - split bus logic outMike Frysinger1-396/+104
2010-07-01Input: ad7879 - use threaded IRQDmitry Torokhov1-27/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-4/+1
2010-01-19Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich1-56/+141
2009-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+2
2009-10-06Input: ad7879 - pass up error codes from probe functionsMichael Hennerich1-2/+2
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-2/+4
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-18Input: ad7879 - add support for AD7889Michael Hennerich1-2/+4
2009-04-15Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich1-2/+1
2009-03-10Input: add AD7879 Touchscreen driverMichael Hennerich1-0/+782