aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-21Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+2
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds12-153/+655
2018-08-16Merge branch 'next' into for-linusDmitry Torokhov12-153/+655
2018-08-08Input: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-08-08Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-07-27Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer1-2/+2
2018-07-27Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer1-0/+4
2018-07-27Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer1-10/+24
2018-07-27Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer1-52/+56
2018-07-27Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer1-12/+22
2018-07-27Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer1-6/+2
2018-07-27Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer1-6/+0
2018-07-27Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer1-18/+18
2018-07-27Input: atmel_mxt_ts - only use first T9 instanceNick Dyer1-3/+4
2018-07-27Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai1-1/+1
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov1-4/+0
2018-07-18Input: egalax_ts - switch to SPDX identifierFabio Estevam1-4/+1
2018-07-13input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin1-2/+2
2018-07-04Input: eeti - fix link to documentation and email address in headerDaniel Mack1-3/+3
2018-07-04Input: eeti - drop module parameters, parse DT propertiesDaniel Mack1-17/+5
2018-07-04Input: eeti - add device tree matching tableDaniel Mack1-0/+9
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman1-0/+1
2018-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-0/+1
2018-06-26Merge tag 'iio-for-4.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-0/+218
2018-06-24Input: add bu21029 touch driverZhu Yi3-0/+497
2018-06-21Input: imx6ul_tsc - switch to SPDX identifierFabio Estevam1-9/+5
2018-06-21Input: fsl-imx25-tcq - switch to SPDX identifierFabio Estevam1-13/+8
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-10input: touchscreen: resistive-adc-touch: add generic resistive ADC touchscreenEugen Hristev3-0/+218
2018-06-05Input: silead - add MSSL0002 ACPI HIDHans de Goede1-0/+1
2018-06-04Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee1-0/+1
2018-05-30Input: ti_am335x_tsc - prevent system suspend when TSC is in useGrygorii Strashko1-0/+3
2018-05-30Input: ti_am335x_tsc - ack pending IRQs at probe and before suspendGrygorii Strashko1-0/+4
2018-05-29Input: mk712 - update documentation web linkMartin Kepplinger1-1/+1
2018-05-24Input: atmel_mxt_ts - fix reset-gpio for level based irqsSebastian Reichel1-11/+7
2018-05-24Input: atmel_mxt_ts - require device properties present when probingDmitry Torokhov1-140/+12
2018-05-24Merge tag 'v4.17-rc6' into nextDmitry Torokhov4-78/+303
2018-05-15Input: usbtouchscreen - add sysfs attribute for 3M MTouch firmware revNick Dyer1-0/+94
2018-05-09Input: add support for ChipOne icn8505 based touchscreensHans de Goede3-0/+532
2018-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-77/+125
2018-05-01Input: atmel_mxt_ts - add missing compatible strings to OF device tableJavier Martinez Canillas1-0/+5
2018-05-01Input: atmel_mxt_ts - fix the firmware updateNick Dyer1-76/+110
2018-05-01Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook ProVittorio Gambaletta (VittGam)1-0/+9
2018-04-23Input: hideep_ts - fix a typo in KconfigMasanari Iida1-1/+1
2018-04-23Merge branch 'ib-chrome-platform-input-atmel-mx-ts-platform-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform into nextDmitry Torokhov2-117/+129
2018-04-13Merge tag 'chrome-platform-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds1-108/+123
2018-04-09Input: atmel_mxt_ts - remove platform data supportDmitry Torokhov1-75/+55
2018-04-09Input: atmel_mxt_ts - switch ChromeOS ACPI devices to generic propsDmitry Torokhov1-23/+40
2018-04-09Input: atmel_mxt_ts - switch from OF to generic device propertiesDmitry Torokhov1-29/+30
2018-04-09Input: atmel_mxt_ts - do not pass suspend mode in platform dataDmitry Torokhov1-5/+22