aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879.c
Commit message (Expand)AuthorAge
* Input: touchsceen - convert timers to use timer_setup()Kees Cook2017-10-24
* Input: ad7879 - use managed devm_device_add_groupAndi Shyti2017-09-29
* Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov2017-03-01
* Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov2017-03-01
* Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov2017-03-01
* Input: ad7879 - make sure we set up drvdataDmitry Torokhov2017-03-01
* Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap2017-02-25
* Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich2017-02-23
* Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov2017-02-23
* Input: ad7879 - use more devm interfacesDmitry Torokhov2017-02-23
* Input: ad7879 - convert to use regmapDmitry Torokhov2017-02-23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-07-27
|\
| * Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-15
* | input: ad7879: use gpiochip data pointerLinus Walleij2016-03-30
|/
* Merge tag 'v4.5' into nextDmitry Torokhov2016-03-15
|\
| * gpio: change member .dev to .parentLinus Walleij2015-11-19
* | Input: ad7879 - add device tree supportStefan Agner2016-03-08
* | Input: ad7879 - fix default x/y axis assignmentStefan Agner2016-03-08
* | Input: ad7879 - move header to platform_data directoryStefan Agner2016-03-08
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-12-17
|\
| * Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-02
* | driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-18
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-07
* Input: use dev_get_platdata()Jingoo Han2013-12-06
* Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-07
|\
| * Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-04
* | Input: ad7879 - add option to correct xy axisMichael Hennerich2012-07-06
|/
* Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-29
|\
| * drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-31
* | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-16
* | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-10
|/
* Input: ad7879 - fix deficient device disableMichael Hennerich2011-08-03
* Input: ad7879 - prevent invalid finger data reportsMichael Hennerich2010-10-29
* Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich2010-07-03
* Input: ad7879 - add open and close methodsDmitry Torokhov2010-07-03
* Input: ad7879 - split bus logic outMike Frysinger2010-07-03
* Input: ad7879 - use threaded IRQDmitry Torokhov2010-06-30
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-03
* Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-19
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-10-09
|\
| * Input: ad7879 - pass up error codes from probe functionsMichael Hennerich2009-10-06
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-09-23
|\|
| * Input: ad7879 - add support for AD7889Michael Hennerich2009-09-18
* | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-23
|/
* Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich2009-04-15
* Input: add AD7879 Touchscreen driverMichael Hennerich2009-03-09