summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* 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-221-2/+0Star
* Input: ads7846 - remove redundant regulator_disable callPetr Cvek2016-08-221-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-061-3/+1Star
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-11-031-3/+1Star
| |\
| | * Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-021-3/+1Star
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-041-1/+0Star
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
| |/
* / Input: ads7846 - correct the value got from SPIAndrey Gelman2015-10-071-2/+6
|/
* Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-241-1/+2
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-311-2/+4
* Merge tag 'v3.15-rc5' into nextDmitry Torokhov2014-05-151-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-151-1/+1
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-071-1/+0Star
* Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck2013-12-161-56/+25Star
* Input: ads7846 - use IS_ENABLED() macroFabio Estevam2013-12-021-2/+2
* Input: ads7846 - add device tree bindingsDaniel Mack2013-07-031-11/+104
* Input: ads7846 - make sure we do not change platform dataDmitry Torokhov2013-07-031-5/+5
* Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-081-2/+2
* Input: ads7864 - check return value of regulator enableMark Brown2013-03-111-1/+6
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-3/+3
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg2012-11-211-1/+5
* Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-171-11/+1Star
* Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-291-1/+0Star
* 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: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-3/+5
|/
* Input: ads7846 - cleanup GPIO initializationIgor Grinberg2011-06-271-10/+5Star
* Merge branch 'next' into for-linusDmitry Torokhov2011-05-241-8/+18
|\
| * Input: ads7846 - fix gpio_pendown configurationIgor Grinberg2011-05-121-0/+7
| * Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein2011-05-121-8/+11
* | Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein2011-05-051-1/+0Star
* | Input: ads7846 - make transfer buffers DMA safeAlexander Stein2011-05-051-2/+10
|/
* Merge branch 'next' into for-linusDmitry Torokhov2011-03-191-6/+10
|\
| * Input: ads7846 - convert to dev_pm_opsMark Brown2011-01-211-6/+10
* | Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov2011-02-111-16/+22
|/
* Input: ads7846 - switch to using threaded IRQJason Wang2010-10-181-430/+456
* Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-031-37/+135
* Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-031-16/+19
* Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin2010-06-281-1/+4
* Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov2010-06-021-1/+1
* Input: ads7846 - return error on regulator_get() failureKevin Hilman2010-05-271-2/+2
* Input: ads7846 - add wakeup supportRanjith Lohithakshan2010-03-111-0/+10
* Input: ads7846 - add support for AD7843 partsMichael Hennerich2010-03-101-0/+10