summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-271-1/+1
|\
| * Merge tag 'v4.20' into for-linusDmitry Torokhov2019-01-147-9/+240
| |\
| * | Input: raspberrypi-ts - fix link errorAnders Roxell2019-01-141-1/+1
* | | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-029-84/+283
|\| | | |/ |/|
| * Merge branch 'next' into for-linusDmitry Torokhov2018-12-289-84/+283
| |\
| | * Input: atmel_mxt_ts - don't try to free unallocated kernel memorySanjeev Chugh2018-12-281-2/+2
| | * Input: touchscreen - fix coding style issueHardik Singh Rathore2018-12-215-8/+8
| | * Input: add official Raspberry Pi's touchscreen driverNicolas Saenz Julienne2018-12-213-0/+240
| | * Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-74/+33
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-12-042-24/+3
|\| |
| * | Input: st1232 - convert to SPDX identifiersKuninori Morimoto2018-11-121-10/+2
| * | Input: migor_ts - convert to SPDX identifiersKuninori Morimoto2018-11-121-14/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-10-276-14/+49
|\| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2018-10-226-14/+49
| |\|
| | * Input: atmel_mxt_ts - mark expected switch fall-throughGustavo A. R. Silva2018-10-151-1/+1
| | * Input: wm97xx-ts - fix exit pathRandy Dunlap2018-10-151-1/+2
| | * Input: of_touchscreen - add support for touchscreen-min-x|yHans de Goede2018-10-111-8/+28
| | * Input: elants_i2c - use DMA safe i2c when possibleStephen Boyd2018-10-101-3/+4
| | * Input: silead - try firmware reload after unsuccessful resumeJulian Sax2018-10-051-0/+13
| | * Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger2018-10-051-0/+1
| | * Input: atmel_mxt_ts - fix multiple <linux/property.h> includesGeorge G. Davis2018-09-281-1/+0
* | | Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-10-251-5/+17
|\ \ \
| * | | Input: ti_am335x_tsc: Mark IRQ as wakeup capableVignesh R2018-10-091-0/+6
| * | | Input: ti_am335x_tsc: Mark TSC device as wakeup sourceVignesh R2018-10-091-5/+11
| | | |
| \ \ \
*-. \ \ \ Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-211-1/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| | * | | regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman2018-09-281-0/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Input: egalax_ts - add system wakeup supportAnson Huang2018-09-181-0/+6
* | | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-211-2/+2
|\ \ \
| * | | input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin2018-07-131-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2018-08-1812-153/+655
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2018-08-1612-153/+655
| |\ \ \ | | | |/ | | |/|
| | * | Input: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+1
| | * | Input: raydium_i2c_ts - use true and false for boolean valuesGustavo A. R. Silva2018-08-081-2/+2
| | * | Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer2018-07-271-2/+2
| | * | Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer2018-07-271-0/+4
| | * | Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer2018-07-271-10/+24
| | * | Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer2018-07-271-52/+56
| | * | Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer2018-07-271-12/+22
| | * | Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer2018-07-271-6/+2
| | * | Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer2018-07-271-6/+0
| | * | Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer2018-07-271-18/+18
| | * | Input: atmel_mxt_ts - only use first T9 instanceNick Dyer2018-07-271-3/+4
| | * | Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai2018-07-271-1/+1
| | * | Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-261-4/+0
| | * | Input: egalax_ts - switch to SPDX identifierFabio Estevam2018-07-181-4/+1
| | * | Input: eeti - fix link to documentation and email address in headerDaniel Mack2018-07-041-3/+3
| | * | Input: eeti - drop module parameters, parse DT propertiesDaniel Mack2018-07-041-17/+5
| | * | Input: eeti - add device tree matching tableDaniel Mack2018-07-041-0/+9