summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | |\ \
| * | \ \ 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
| | * | | Input: add safety guards to input_set_keycode()Dmitry Torokhov2019-12-131-10/+16
| | * | | Input: input_event - fix struct padding on sparc64Arnd Bergmann2019-12-132-12/+16
| | * | | Input: uinput - always report EPOLLOUTDmitry Torokhov2019-12-131-2/+3
* | | | | Input: add driver for the Cypress CY8CTMA140 touchscreenLinus Walleij2020-05-093-0/+366
* | | | | Input: edt-ft5x06 - prefer asynchronous probeAhmad Fatoum2020-05-091-0/+1
* | | | | Input: edt-ft5x06 - improve power management operationsMarco Felsch2020-05-091-10/+132
* | | | | Input: edt-ft5x06 - move parameter restore into helperMarco Felsch2020-05-091-19/+24
* | | | | Input: edt-ft5x06 - fix get_default register write accessMarco Felsch2020-05-091-3/+9
* | | | | Input: atkbd - receive and use physcode->keycode mapping from FWRajat Jain2020-04-271-1/+40
* | | | | Input: atkbd - expose function row physical map to userspaceRajat Jain2020-04-271-0/+56
* | | | | Input: i8042 - attach fwnode to serio i8042 kbd deviceRajat Jain2020-04-272-0/+4
* | | | | Input: mms114 - add extra compatible for mms345lStephan Gerhold2020-04-251-2/+15
* | | | | Input: delete unused GP2AP002A00F driverLinus Walleij2020-04-193-293/+0
* | | | | Input: evdev - use keyed wakeupsKenny Levinsen2020-04-181-3/+4
* | | | | Input: spear-keyboard - fix a typo in a module name in KconfigChristophe JAILLET2020-04-181-1/+1
* | | | | Input: tca6416-keypad - fix a typo in MODULE_DESCRIPTIONChristophe JAILLET2020-04-181-1/+1
| |_|_|/ |/| | |
* | | | Input: i8042 - add Acer Aspire 5738z to nomux listHans de Goede2020-04-011-0/+11
* | | | Input: goodix - fix compilation when ACPI support is disabledHans de Goede2020-04-011-13/+42
* | | | Input: of_touchscreen - explicitly choose axisAndy Shevchenko2020-03-241-18/+17
* | | | Input: goodix - support gt9147 touchpanelYannick Fertre2020-03-241-0/+2
* | | | Input: goodix - add support for Goodix GT917SIcenowy Zheng2020-03-241-0/+2
* | | | Input: goodix - use string-based chip IDIcenowy Zheng2020-03-241-28/+39