aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
Commit message (Expand)AuthorAge
* Input: ads7846 - remove redundant regulator_disable callPetr Cvek2016-08-22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-11-06
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2015-11-03
| |\
| | * Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas2015-10-02
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-04
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-27
| |/
* / Input: ads7846 - correct the value got from SPIAndrey Gelman2015-10-06
|/
* Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov2015-07-23
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-02
* Input: ads7846 - release resources on failure for clean exitPramod Gurav2014-07-31
* Merge tag 'v3.15-rc5' into nextDmitry Torokhov2014-05-14
|\
| * Input: ads7846 - fix device usage within attribute showAlexander Stein2014-04-19
* | Input: ads7846 - correct log message for spi_sync() errorsMark Brown2014-05-14
|/
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-07
* Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck2013-12-16
* Input: ads7846 - use IS_ENABLED() macroFabio Estevam2013-12-02
* Input: ads7846 - add device tree bindingsDaniel Mack2013-07-02
* Input: ads7846 - make sure we do not change platform dataDmitry Torokhov2013-07-02
* Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-08
* Input: ads7864 - check return value of regulator enableMark Brown2013-03-10
* Input: remove use of __devexitBill Pemberton2012-11-24
* Input: remove use of __devinitBill Pemberton2012-11-24
* Input: remove use of __devexit_pBill Pemberton2012-11-24
* Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg2012-11-21
* Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-17
* Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-29
* 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: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-10
|/
* Input: ads7846 - cleanup GPIO initializationIgor Grinberg2011-06-27
* Merge branch 'next' into for-linusDmitry Torokhov2011-05-24
|\
| * Input: ads7846 - fix gpio_pendown configurationIgor Grinberg2011-05-12
| * Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein2011-05-12
* | Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein2011-05-05
* | Input: ads7846 - make transfer buffers DMA safeAlexander Stein2011-05-05
|/
* Merge branch 'next' into for-linusDmitry Torokhov2011-03-19
|\
| * Input: ads7846 - convert to dev_pm_opsMark Brown2011-01-21
* | Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov2011-02-11
|/
* Input: ads7846 - switch to using threaded IRQJason Wang2010-10-18
* Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-03
* Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-03
* Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin2010-06-28
* Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov2010-06-02
* Input: ads7846 - return error on regulator_get() failureKevin Hilman2010-05-27
* Input: ads7846 - add wakeup supportRanjith Lohithakshan2010-03-11
* Input: ads7846 - add support for AD7843 partsMichael Hennerich2010-03-10
* Input: ads7846 - add regulator supportGrazvydas Ignotas2010-02-25
* Input: ads7846 - switch to using dev_vdbg()Pavel Machek2009-11-23
* Input: ads7846 - fix pressure reportingPavel Machek2009-11-23
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-23