summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: egalax_ts - ABS_MT_POSITION_Y not reported wellHeiko Abraham2013-05-051-1/+1
* Input: st1232 - add reset pin handlingBastian Hecht2013-04-151-4/+43
* Input: st1232 - convert to devm_* infrastructureLaurent Pinchart2013-04-151-22/+12
* Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-5/+5
* Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-2/+2
* Input: eeti_ts - remove redundant null checkSachin Kamat2013-03-311-2/+1
* Input: edt-ft5x06 - remove redundant null check before kfreeSachin Kamat2013-03-311-2/+1
* Input: mc13783_ts - use module_platform_driver_probe()Fabio Porcedda2013-03-171-11/+1
* Input: atmel-wm97xx - use module_platform_driver_probe macroSachin Kamat2013-03-171-11/+1
* Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-179-544/+518
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-03-112-10/+31
| |\
| | * Input: mms114 - Fix regulator enable and disable pathsMark Brown2013-03-101-9/+25
| | * Input: ads7864 - check return value of regulator enableMark Brown2013-03-101-1/+6
| * | Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds2013-03-091-2/+2
| * | Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz2013-03-081-2/+62
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2013-02-206-43/+21
| |\ \ | | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-12-1843-730/+377
| |\ \
| * \ \ Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-12-165-529/+422
| |\ \ \
| | * | | Input: da9052_tsi.c: Fix interrupt handlingFabio Estevam2012-11-201-39/+20
| | * | | input: TSC: ti_tsc: Convert TSC into a MFDevicePatil, Rachna2012-11-052-222/+98
| | * | | input: TSC: ti_tscadc: Rename the existing touchscreen driverPatil, Rachna2012-11-053-51/+51
| | * | | input: TSC: ti_tscadc: Remove definition of End Of Interrupt registerPatil, Rachna2012-11-051-3/+0
| | * | | input: TSC: ti_tscadc: set FIFO0 threshold InterruptPatil, Rachna2012-11-051-4/+6
| | * | | input: TSC: ti_tscadc: Add Step configuration as platform dataPatil, Rachna2012-11-051-12/+13
| | * | | input: TSC: ti_tscadc: Correct register usagePatil, Rachna2012-11-051-46/+82
| * | | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-1/+1
| |\ \ \ \
| | * | | | arm: at91: move platfarm_data to include/linux/platform_data/atmel.hJean-Christophe PLAGNIOL-VILLARD2012-11-061-1/+1
* | | | | | Input: wm9712 - fix dev_dbg newlinesMarkus Pargmann2013-03-121-9/+9
* | | | | | Input: wm9712 - fix wrong pen up readingsMarkus Pargmann2013-03-121-2/+6
* | | | | | Input: wm9712 - fix return code for wrong sampleMarkus Pargmann2013-03-121-1/+1
* | | | | | Input: wm97xx - drop out of range inputsMarkus Pargmann2013-03-121-0/+11
* | | | | | Input: auo-pixcir-ts - switch to using managed resourcesDmitry Torokhov2013-02-251-94/+69
* | | | | | Input: auo_pixcir_ts - add devicetree supportHeiko Stübner2013-02-241-5/+69
* | | | | | Input: auo_pixcir_ts - keep own pointer to platform_dataHeiko Stübner2013-02-241-5/+6
* | | | | | Input: auo-pixcir-ts - handle reset gpio directlyHeiko Stübner2013-02-241-6/+20
* | | | | | Input: auo-pixcir-ts - set input direction for interrupt gpioHeiko Stübner2013-02-241-0/+8
| |_|_|_|/ |/| | | |
* | | | | Input: cyttsp-spi - remove duplicate MODULE_ALIAS()Dmitry Torokhov2013-02-161-1/+0
* | | | | Input: tsc2005 - add MODULE_ALIASPali Rohár2013-02-161-0/+1
* | | | | Input: add couple of missing GENERIC_HARDIRQS dependenciesHeiko Carstens2013-02-131-1/+1
* | | | | Input: mms114 - switch to using managed resourcesSachin Kamat2013-01-171-38/+16
* | | | | Input: wm831x-ts - convert to devm_input_allocate_device()Mark Brown2012-12-241-3/+1
* | | | | Input: stmpe-ts - report BTN_TOUCH eventVipul Kumar Samar2012-12-161-0/+2
| |_|_|/ |/| | |
* | | | Input: remove Compaq iPAQ H3600 (Bitsy) touchscreen driverAlexander Shiyan2012-11-273-492/+0
* | | | Input: bu21013_ts - add support for Device Tree bootingLee Jones2012-11-271-4/+46
* | | | Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones2012-11-271-19/+50
* | | | Input: bu21013_ts - request regulator that actually existsLee Jones2012-11-271-1/+1
* | | | Input: remove use of __devexitBill Pemberton2012-11-2439-40/+40
* | | | Input: remove use of __devinitBill Pemberton2012-11-2438-59/+59
* | | | Input: remove use of __devinitconstBill Pemberton2012-11-241-1/+1
* | | | Input: remove use of __devinitdataBill Pemberton2012-11-241-1/+1
OpenPOWER on IntegriCloud