summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879.c
AgeCommit message (Expand)AuthorLines
2025-08-21Input: include export.h in modules using EXPORT_SYMBOL*()Dmitry Torokhov-0/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-1/+1
2025-08-03Merge tag 'ib-mfd-gpio-input-pwm-v6.17' of git://git.kernel.org/pub/scm/linux...Dmitry Torokhov-1/+1
2025-06-27Input: ad7879 - use new GPIO line value setter callbacksBartosz Golaszewski-4/+7
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2023-09-06Input: ad7879 - use device core to create driver-specific device attributesDmitry Torokhov-4/+6
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner-2/+1
2019-01-07Input: ad7879 - add check for read errors in interruptAditya Pakki-4/+7
2018-12-21Input: touchscreen - fix coding style issueHardik Singh Rathore-1/+1
2018-11-15Input: ad7879 - drop platform data supportLinus Walleij-74/+33
2017-10-24Input: touchsceen - convert timers to use timer_setup()Kees Cook-3/+3
2017-09-29Input: ad7879 - use managed devm_device_add_groupAndi Shyti-12/+1
2017-03-01Input: ad7879 - do not manipulate capability bits directlyDmitry Torokhov-7/+2
2017-03-01Input: ad7879 - try parsing properties on non-DT systemsDmitry Torokhov-4/+3
2017-03-01Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov-14/+14
2017-03-01Input: ad7879 - make sure we set up drvdataDmitry Torokhov-0/+2
2017-02-25Input: ad7879 - add header file to fix ad7879.c build errorsRandy Dunlap-0/+1
2017-02-23Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich-1/+1
2017-02-23Input: ad7879 - allow exporting AUX/VBAT/GPIO pin via device propertyDmitry Torokhov-2/+13
2017-02-23Input: ad7879 - use more devm interfacesDmitry Torokhov-39/+21
2017-02-23Input: ad7879 - convert to use regmapDmitry Torokhov-16/+30
2016-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2016-07-15Input: of_touchscreen - add support for inverted / swapped axesHans de Goede-1/+1
2016-03-30input: ad7879: use gpiochip data pointerLinus Walleij-5/+5
2016-03-15Merge tag 'v4.5' into nextDmitry Torokhov-1/+1
2016-03-08Input: ad7879 - add device tree supportStefan Agner-58/+90
2016-03-08Input: ad7879 - fix default x/y axis assignmentStefan Agner-3/+5
2016-03-08Input: ad7879 - move header to platform_data directoryStefan Agner-5/+5
2015-11-19gpio: change member .dev to .parentLinus Walleij-1/+1
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+2
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2014-09-18driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe-7/+3
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han-2/+2
2012-07-07Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov-1/+1
2012-07-06Input: ad7879 - add option to correct xy axisMichael Hennerich-0/+5
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen-1/+1
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov-0/+1
2011-11-15Input: ad7879 - consolidate PM methodsDmitry Torokhov-4/+15
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding-2/+2
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker-0/+1
2011-08-02Input: ad7879 - fix deficient device disableMichael Hennerich-1/+3
2010-10-28Input: ad7879 - prevent invalid finger data reportsMichael Hennerich-5/+27
2010-07-03Input: ad7879 - report EV_KEY/BTN_TOUCH eventsMichael Hennerich-3/+13
2010-07-03Input: ad7879 - add open and close methodsDmitry Torokhov-33/+80
2010-07-03Input: ad7879 - split bus logic outMike Frysinger-396/+104
2010-06-30Input: ad7879 - use threaded IRQDmitry Torokhov-27/+9
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-4/+1