summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-02-158-14/+50
|\
| * Input: cyapa - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-4/+4
| * Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-2/+2
| * Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
| * Input: synaptics - remove the LEN0049 dmi id from topbuttonpad listBenjamin Tissoires2020-02-131-1/+1
| * Input: synaptics - enable SMBus on ThinkPad L470Gaurav Agrawal2020-02-131-0/+1
| * Input: synaptics - switch T470s to RMI4 by defaultLyude Paul2020-02-131-0/+1
| * Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-131-1/+1
| * Input: psmouse - switch to using i2c_new_scanned_device()Wolfram Sang2020-02-101-3/+5
| * Input: ili210x - add ili2120 supportLuca Weiss2020-02-101-0/+32
| * Input: ili210x - fix return value of is_visible functionLuca Weiss2020-02-101-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-041-15/+13
|\ \
| * | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-15/+13
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-02-039-55/+380
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'next' into for-linusDmitry Torokhov2020-01-3110-59/+382
| |\
| | * Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach2020-01-311-0/+14
| | * Input: add IOC3 serio driverThomas Bogendoerfer2020-01-223-0/+227
| | * Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland2020-01-211-2/+1
| | * Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland2020-01-211-1/+36
| | * Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean2020-01-201-5/+10
| | * Merge tag 'v5.5-rc5' into nextDmitry Torokhov2020-01-106-23/+45
| | |\
| | * | Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch2020-01-101-24/+0
| | * | Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch2020-01-101-1/+0
| | * | Input: edt-ft5x06 - alphabetical include reorderMarco Felsch2020-01-101-11/+12
| | * | Input: edt-ft5x06 - work around first register access errorPhilipp Zabel2020-01-101-0/+7
| | * | Input: apbps2 - add __iomem to register structBen Dooks (Codethink)2019-12-191-1/+1
| | * | Input: axp20x-pek - make device attributes staticBen Dooks (Codethink)2019-12-191-3/+4
| | * | Input: elants_i2c - check Remark ID when attempting firmware updateJohnny.Chuang2019-12-121-8/+69
* | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-031-0/+27
|\ \ \ \
| * | | | Input: hyperv-keyboard: Add the support of hibernationDexuan Cui2020-01-251-0/+27
| | |_|/ | |/| |
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-274-4/+4
|\ \ \ \
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-4/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-01-2411-40/+59
|\ \ \ \ | | |/ / | |/| |
| * | | Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold2020-01-201-1/+1
| * | | Input: keyspan-remote - fix control-message timeoutsJohan Hovold2020-01-161-3/+6
| * | | Input: max77650-onkey - add of_match tableBartosz Golaszewski2020-01-161-0/+7
| * | | Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil2020-01-161-16/+27
| * | | Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil2020-01-161-0/+2
| * | | Input: sur40 - fix interface sanity checksJohan Hovold2020-01-101-1/+1
| * | | Input: gtco - drop redundant variable reinitJohan Hovold2020-01-101-2/+0
| * | | Input: gtco - fix extra-descriptor debug messageJohan Hovold2020-01-101-1/+2
| * | | Input: gtco - fix endpoint sanity checkJohan Hovold2020-01-101-7/+3
| * | | Input: aiptek - use descriptors of current altsettingJohan Hovold2020-01-101-1/+1
| * | | Input: aiptek - fix endpoint sanity checkJohan Hovold2020-01-101-3/+3
| * | | Input: pegasus_notetaker - fix endpoint sanity checkJohan Hovold2020-01-101-1/+1
| * | | Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_registerChuhong Yuan2020-01-101-1/+5
| * | | Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()Miles Chen2020-01-101-4/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-01-094-25/+42
|\| | | | |/ / |/| |
| * | Input: imx_sc_key - only take the valid data from SCU firmware as key stateAnson Huang2019-12-131-1/+7