summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
Commit message (Expand)AuthorAgeFilesLines
* Input: ads7846 - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-12/+6
* Input: ads7846 - fix pointer cast warningArnd Bergmann2023-06-091-1/+1
* Input: ads7846 - Fix usage of match dataLinus Walleij2023-06-071-8/+1
* Input: ads7846 - Convert to use software nodesLinus Walleij2023-05-241-72/+41
* gpiolib: remove gpio_set_debounce()Arnd Bergmann2023-03-061-2/+3
* Input: ads7846 - don't check penirq immediately for 7845Luca Ellero2023-01-291-7/+1
* Input: ads7846 - always set last command to PWRDOWNLuca Ellero2023-01-291-1/+9
* Input: ads7846 - don't report pressure for ads7845Luca Ellero2023-01-291-2/+3
* Input: ads7846 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* Input: ads7846 - do not attempt IRQ workaround when deferring probeDmitry Torokhov2021-10-151-1/+1
* Input: ads7846 - use input_set_capability()Dmitry Torokhov2021-10-151-2/+1
* Input: ads7846 - set input device bus type and product IDDmitry Torokhov2021-10-151-0/+3
* Input: ads7846 - switch to devm initializationDaniel Mack2021-09-091-89/+47
* Input: ads7846 - remove custom filter handling functions from pdataDaniel Mack2021-09-091-17/+8
* Input: ads7846 - add short-hand for spi->dev in probe() functionDaniel Mack2021-09-091-22/+23
* Merge tag 'v5.11' into nextDmitry Torokhov2021-02-221-1/+2
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-151-153/+94
| |\
| * | Input: ads7846: do not overwrite spi->mode flags set by spi frameworkOleksij Rempel2020-11-121-1/+2
* | | Input: ads7846 - convert to one messageOleksij Rempel2021-01-201-183/+193
| |/ |/|
* | Input: ads7846 - drop unneeded asm/irq.h includeDmitry Torokhov2020-11-171-1/+0
* | Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov2020-11-171-1/+2
* | Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel2020-11-171-2/+3
* | Input: ads7846 - convert to full duplexOleksij Rempel2020-11-171-130/+62
* | Input: ads7846 - fix race that causes missing releasesDavid Jander2020-11-171-18/+26
* | Input: ads7846 - use kobj_to_dev() APIWang Qing2020-11-081-1/+1
|/
* Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean2020-01-201-5/+10
* Input: ads7846 - add support for general touchscreen bindingsMarco Felsch2019-08-091-8/+30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: ads7846 - constify attribute_group structuresArvind Yadav2017-07-121-2/+2
* Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander2017-03-251-1/+1
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-211-2/+0
* Input: ads7846 - remove redundant regulator_disable callPetr Cvek2016-08-221-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-061-3/+1
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-11-031-3/+1
| |\
| | * Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-3/+1
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-1/+0
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
| |/
* / Input: ads7846 - correct the value got from SPIAndrey Gelman2015-10-061-2/+6
|/
* Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-231-1/+2
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-301-2/+4
* Merge tag 'v3.15-rc5' into nextDmitry Torokhov2014-05-141-1/+1
|\
| * Input: ads7846 - fix device usage within attribute showAlexander Stein2014-04-191-1/+1
* | Input: ads7846 - correct log message for spi_sync() errorsMark Brown2014-05-141-1/+1
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck2013-12-161-56/+25
* Input: ads7846 - use IS_ENABLED() macroFabio Estevam2013-12-011-2/+2
* Input: ads7846 - add device tree bindingsDaniel Mack2013-07-021-11/+104
* Input: ads7846 - make sure we do not change platform dataDmitry Torokhov2013-07-021-5/+5