summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1Star
* Input: ad7879 - add check for read errors in interruptAditya Pakki2019-01-071-4/+7
* Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-211-1/+1
* Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-74/+33Star
* Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-241-3/+3
* Input: ad7879 - use managed devm_device_add_groupAndi Shyti2017-09-301-12/+1Star
* Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov2017-03-011-7/+2Star
* Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov2017-03-011-4/+3Star
* Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov2017-03-011-14/+14
* Input: ad7879 - make sure we set up drvdataDmitry Torokhov2017-03-011-0/+2
* Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap2017-02-251-0/+1
* Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich2017-02-231-1/+1
* Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov2017-02-231-2/+13
* Input: ad7879 - use more devm interfacesDmitry Torokhov2017-02-231-39/+21Star
* Input: ad7879 - convert to use regmapDmitry Torokhov2017-02-231-16/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-271-1/+1
|\
| * Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-151-1/+1
* | input: ad7879: use gpiochip data pointerLinus Walleij2016-03-301-5/+5
|/
* Merge tag 'v4.5' into nextDmitry Torokhov2016-03-161-1/+1
|\
| * gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* | Input: ad7879 - add device tree supportStefan Agner2016-03-081-58/+90
* | Input: ad7879 - fix default x/y axis assignmentStefan Agner2016-03-081-3/+5
* | Input: ad7879 - move header to platform_data directoryStefan Agner2016-03-081-5/+5
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-171-4/+2Star
|\
| * Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-7/+3Star
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* 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-081-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-071-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-11-011-0/+1
* | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-161-4/+15
* | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-2/+2
|/
* Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-031-1/+3
* Input: ad7879 - prevent invalid finger data reportsMichael Hennerich2010-10-291-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/+104Star
* Input: ad7879 - use threaded IRQDmitry Torokhov2010-07-011-27/+9Star
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-4/+1Star
* 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-061-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-241-2/+4
|\|
| * Input: ad7879 - add support for AD7889Michael Hennerich2009-09-181-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/+1Star
* Input: add AD7879 Touchscreen driverMichael Hennerich2009-03-101-0/+782