summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
AgeCommit message (Expand)AuthorLines
2014-05-14Input: mms114 - make of_device_id array constJingoo Han-1/+1
2014-05-14Input: lpc32xx_ts - make of_device_id array constJingoo Han-1/+1
2014-05-14Input: egalax_ts - make of_device_id array constJingoo Han-1/+1
2014-05-14Input: auo-pixcir-ts - make of_device_id array constJingoo Han-1/+1
2014-05-14Input: tsc2005 - convert driver to use devm_*Sebastian Reichel-23/+14
2014-05-14Input: tsc2005 - use dev_err for error messagesSebastian Reichel-2/+2
2014-05-14Input: ads7877 - remove bitrotted commentMark Brown-5/+0
2014-05-14Input: ads7846 - correct log message for spi_sync() errorsMark Brown-1/+1
2014-05-14Input: w90p910_ts - depend on ARCH_W90X900Jean Delvare-1/+1
2014-05-12Input: atmel-wm97xx - only build for AVR32Arnd Bergmann-1/+1
2014-05-07Input: atmel_tsadcc: remove driverAlexandre Belloni-371/+0
2014-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2014-04-19Input: ads7846 - fix device usage within attribute showAlexander Stein-1/+1
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-532/+476
2014-04-03Input: edt-ft5x06 - add a missing conditionDan Carpenter-3/+4
2014-03-28Input: edt-ft5x06 - add support for M09 firmware versionLothar Waßmann-82/+276
2014-03-28Input: edt-ft5x06 - ignore touchdown eventsLothar Waßmann-0/+4
2014-03-28Input: edt-ft5x06 - adjust delays to conform datasheetLothar Waßmann-3/+3
2014-03-28Input: edt-ft5x06 - add DT supportLothar Waßmann-31/+114
2014-03-28Input: edt-ft5x06 - several cleanups; no functional changeLothar Waßmann-9/+6
2014-03-28Input: remove obsolete tnetv107x driversArnd Bergmann-394/+0
2014-03-01Merge tag 'v3.14-rc4' into nextDmitry Torokhov-9/+18
2014-02-11PM / QoS: Add type to dev_pm_qos_add_ancestor_request() argumentsRafael J. Wysocki-1/+2
2014-01-27Input: zforce - add devicetree supportHeiko Stübner-2/+55
2014-01-27Input: zforce - use internal pdata pointer instead of dev_get_platdataHeiko Stübner-3/+3
2014-01-27Input: zforce - reduce stack memory allocated to framesLuis Ortega-1/+2
2014-01-27Input: zforce - remove unnecessary payload data checksLuis Ortega-1/+1
2014-01-27Input: zforce - fix lines exceeding 80 columnsLuis Ortega-7/+12
2014-01-27Input: zforce - fix spelling errorsLuis Ortega-5/+5
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-231/+244
2014-01-23Merge branch 'next' into for-linusDmitry Torokhov-231/+244
2014-01-21mfd: mc13xxx: Remove useless symbol MFD_MC13783Alexander Shiyan-1/+1
2014-01-21Merge tag 'ib-iio-input-3.13-1' into for-mfd-nextLee Jones-2/+2
2014-01-20Input: edt_ft5x06 - use devm_* functions where appropriateLothar Waßmann-43/+26
2014-01-07mfd: ti_am335x_tscadc: Don't read back REG_SESebastian Andrzej Siewior-2/+2
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker-35/+0
2013-12-18Input: zforce - fix error return code in zforce_start()Wei Yongjun-1/+2
2013-12-16Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck-56/+25
2013-12-16Merge tag 'v3.13-rc4' into nextDmitry Torokhov-13/+31
2013-12-15Input: cyttsp - include appropriate header file in cyttsp_i2c_common.cRashika Kheria-0/+2
2013-12-15Input: zforce - fix possible driver hang during suspendHeiko Stübner-6/+15
2013-12-09Merge tag 'v3.13-rc3' into for-linusDmitry Torokhov-7/+11
2013-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-6/+20
2013-12-06Input: use dev_get_platdata()Jingoo Han-25/+26
2013-12-01Input: usbtouchscreen - separate report and transmit buffer size handlingChristian Engelmayer-4/+18
2013-12-01Input: sur40 - suppress false uninitialized variable warningDmitry Torokhov-2/+2
2013-12-01Input: ads7846 - use IS_ENABLED() macroFabio Estevam-2/+2
2013-11-25Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov-39/+40
2013-11-25Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov-2/+0
2013-11-25Input: tsc2007 - add device tree support.Denis Carikli-40/+133