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-12-1594-2194/+2550
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2020-12-14111-2347/+2566
| |\
| | * Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King2020-12-141-1/+1
| | * Input: cyapa_gen6 - fix out-of-bounds stack accessArnd Bergmann2020-12-141-1/+1
| | * Input: sc27xx - add support for sc2730 and sc2721Nemo Han2020-12-111-12/+59
| | * Input: stmpe - add axis inversion and swapping capabilityStefan Riedmueller2020-12-111-2/+5
| | * Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov2020-12-111-18/+9
| | * Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov2020-12-111-2/+0
| | * Input: ipx4xx-beeper - convert comma to semicolonZheng Yongjun2020-12-111-1/+1
| | * Input: parkbd - convert comma to semicolonZheng Yongjun2020-12-111-1/+1
| | * Input: new da7280 haptic driverRoy Im2020-12-113-0/+1342
| | * Input: elantech - fix protocol errors for some trackpoints in SMBus modejingle.wu2020-12-112-2/+101
| | * Input: elan_i2c - add new trackpoint report type 0x5FJingle Wu2020-12-113-14/+23
| | * Input: elants - document some registers and valuesMichał Mirosław2020-12-101-5/+13
| | * Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_c...Zheng Yongjun2020-12-101-6/+1
| | * Input: imx_keypad - add COMPILE_TEST supportAnson Huang2020-12-101-1/+1
| | * Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-101-4/+8
| | * Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-101-2/+4
| | * Input: ad7877 - use new structure for SPI transfer delaysSergiu Cuciurean2020-12-101-2/+4
| | * Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov2020-12-101-26/+17
| | * Input: tm2-touchkey - add vddio regulatorStephan Gerhold2020-12-091-1/+2
| | * Input: cyapa - switch to using devm_add_action_or_reset()Fuqian Huang2020-12-091-6/+4
| | * Input: add driver for power button on Dell Wyse 3020Lubomir Rintel2020-12-093-0/+181
| | * Input: gtco - remove driverDmitry Torokhov2020-12-093-1056/+0
| | * Input: vsxxxaa - fix Kconfig spelling mistakeColin Ian King2020-12-041-1/+1
| | * Input: Add "inhibited" propertyPatrik Fimml2020-12-021-7/+105
| | * Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-0241-90/+96
| | * Input: add input_device_enabled()Andrzej Pietrasiewicz2020-12-021-0/+8
| | * Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov2020-12-021-35/+8
| | * Input: remove input_polled_dev implementationDmitry Torokhov2020-12-023-376/+0
| | * Input: libps2 - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-1/+1
| | * Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
| | * Input: omap4-keypad - fix runtime PM error handlingZhang Qilong2020-11-221-36/+53
| | * Input: vmmouse - demote obvious abuse of kernel-doc headerLee Jones2020-11-191-1/+1
| | * Input: applespi - provide missing struct 'message' descriptionsLee Jones2020-11-191-0/+9
| | * Input: goodix - fix misspelling of 'ctx'Lee Jones2020-11-191-1/+1
| | * Input: synaptics - demote non-conformant kernel-doc headerLee Jones2020-11-191-1/+1
| | * Input: wm97xx-ts - provide missing description for 'status'Lee Jones2020-11-191-1/+1
| | * Input: surface3_spi - fix naming issue with 'surface3_spi_get_gpio_config's h...Lee Jones2020-11-191-1/+1
| | * Input: wm831x-on - source file headers are not good candidates for kernel-docLee Jones2020-11-191-1/+1
| | * Input: goodix - provide some missing function parameter descriptionsLee Jones2020-11-191-0/+3
| | * Input: mc13783-pwrbutton - file headers are not good candidates for kernel-docLee Jones2020-11-191-1/+1
| | * Input: xpad - demote non-conformant kernel-doc headerLee Jones2020-11-191-1/+1
| | * Input: adp5589-keys - use BIT()Dmitry Torokhov2020-11-191-34/+35
| | * Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov2020-11-191-4/+2
| | * Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean2020-11-181-10/+13
| | * Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean2020-11-181-20/+2
| | * Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean2020-11-181-21/+0
| | * Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean2020-11-181-31/+10
| | * Input: adp5589-keys - use devm_kzalloc() to allocate the kpad objectAlexandru Ardelean2020-11-181-9/+4