aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds8-14/+50
2020-02-14Input: cyapa - replace zero-length array with flexible-array memberGustavo A. R. Silva1-4/+4
2020-02-14Input: tca6416-keypad - replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-14Input: gpio_keys_polled - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Input: synaptics - remove the LEN0049 dmi id from topbuttonpad listBenjamin Tissoires1-1/+1
2020-02-13Input: synaptics - enable SMBus on ThinkPad L470Gaurav Agrawal1-0/+1
2020-02-13Input: synaptics - switch T470s to RMI4 by defaultLyude Paul1-0/+1
2020-02-13Input: gpio_keys - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-13Input: goldfish_events - replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-10Input: psmouse - switch to using i2c_new_scanned_device()Wolfram Sang1-3/+5
2020-02-10Input: ili210x - add ili2120 supportLuca Weiss1-0/+32
2020-02-10Input: ili210x - fix return value of is_visible functionLuca Weiss1-1/+1
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-15/+13
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-15/+13
2020-02-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-55/+380
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+27
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov10-59/+382
2020-01-31Input: synaptics-rmi4 - switch to reduced reporting modeLucas Stach1-0/+14
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds4-4/+4
2020-01-25Input: hyperv-keyboard: Add the support of hibernationDexuan Cui1-0/+27
2020-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-40/+59
2020-01-22Input: add IOC3 serio driverThomas Bogendoerfer3-0/+227
2020-01-21Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland1-2/+1
2020-01-21Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland1-1/+36
2020-01-20Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-5/+10
2020-01-20Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold1-1/+1
2020-01-16Input: keyspan-remote - fix control-message timeoutsJohan Hovold1-3/+6
2020-01-16Input: max77650-onkey - add of_match tableBartosz Golaszewski1-0/+7
2020-01-16Input: rmi_f54 - read from FIFO in 32 byte blocksHans Verkuil1-16/+27
2020-01-16Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil1-0/+2
2020-01-10Merge tag 'v5.5-rc5' into nextDmitry Torokhov6-23/+45
2020-01-10Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch1-24/+0
2020-01-10Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch1-1/+0
2020-01-10Input: edt-ft5x06 - alphabetical include reorderMarco Felsch1-11/+12
2020-01-10Input: edt-ft5x06 - work around first register access errorPhilipp Zabel1-0/+7
2020-01-10Input: sur40 - fix interface sanity checksJohan Hovold1-1/+1
2020-01-10Input: gtco - drop redundant variable reinitJohan Hovold1-2/+0
2020-01-10Input: gtco - fix extra-descriptor debug messageJohan Hovold1-1/+2
2020-01-10Input: gtco - fix endpoint sanity checkJohan Hovold1-7/+3
2020-01-10Input: aiptek - use descriptors of current altsettingJohan Hovold1-1/+1
2020-01-10Input: aiptek - fix endpoint sanity checkJohan Hovold1-3/+3
2020-01-10Input: pegasus_notetaker - fix endpoint sanity checkJohan Hovold1-1/+1
2020-01-10Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_registerChuhong Yuan1-1/+5
2020-01-10Input: evdev - convert kzalloc()/vzalloc() to kvzalloc()Miles Chen1-4/+1
2020-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-25/+42
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig4-4/+4
2019-12-19Input: apbps2 - add __iomem to register structBen Dooks (Codethink)1-1/+1
2019-12-19Input: axp20x-pek - make device attributes staticBen Dooks (Codethink)1-3/+4
2019-12-13Input: imx_sc_key - only take the valid data from SCU firmware as key stateAnson Huang1-1/+7
2019-12-13Input: add safety guards to input_set_keycode()Dmitry Torokhov1-10/+16