aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-18Input: da7280 - protect OF match table with CONFIG_OFDmitry Torokhov1-0/+2
2020-12-15Input: raydium_ts_i2c - do not send zero lengthjeffrey.lin1-1/+2
2020-12-15Input: da7280 - fix missing error testDmitry Torokhov1-0/+1
2020-12-14Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King1-1/+1
2020-12-14Input: cyapa_gen6 - fix out-of-bounds stack accessArnd Bergmann1-1/+1
2020-12-11Input: sc27xx - add support for sc2730 and sc2721Nemo Han1-12/+59
2020-12-11Input: stmpe - add axis inversion and swapping capabilityStefan Riedmueller1-2/+5
2020-12-11Input: adp5589-keys - do not explicitly control IRQ for wakeupDmitry Torokhov1-18/+9
2020-12-11Input: adp5589-keys - do not unconditionally configure as wakeup sourceDmitry Torokhov1-2/+0
2020-12-11Input: ipx4xx-beeper - convert comma to semicolonZheng Yongjun1-1/+1
2020-12-11Input: parkbd - convert comma to semicolonZheng Yongjun1-1/+1
2020-12-11Input: new da7280 haptic driverRoy Im3-0/+1342
2020-12-11Input: elantech - fix protocol errors for some trackpoints in SMBus modejingle.wu2-2/+101
2020-12-11Input: elan_i2c - add new trackpoint report type 0x5FJingle Wu3-14/+23
2020-12-10Input: elants - document some registers and valuesMichał Mirosław1-5/+13
2020-12-10Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_cmd()Zheng Yongjun1-6/+1
2020-12-10Input: imx_keypad - add COMPILE_TEST supportAnson Huang1-1/+1
2020-12-10Input: applespi - use new structure for SPI transfer delaysSergiu Cuciurean1-4/+8
2020-12-10Input: synaptics-rmi4 - use new structure for SPI transfer delaysSergiu Cuciurean1-2/+4
2020-12-10Input: ad7877 - use new structure for SPI transfer delaysSergiu Cuciurean1-2/+4
2020-12-10Input: edt-ft5x06 - consolidate handling of number of electrodesDmitry Torokhov1-26/+17
2020-12-09Input: tm2-touchkey - add vddio regulatorStephan Gerhold1-1/+2
2020-12-09Input: cyapa - switch to using devm_add_action_or_reset()Fuqian Huang1-6/+4
2020-12-09Input: add driver for power button on Dell Wyse 3020Lubomir Rintel3-0/+181
2020-12-09Input: gtco - remove driverDmitry Torokhov3-1056/+0
2020-12-04Input: vsxxxaa - fix Kconfig spelling mistakeColin Ian King1-1/+1
2020-12-02Input: Add "inhibited" propertyPatrik Fimml1-7/+105
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz41-90/+96
2020-12-02Input: add input_device_enabled()Andrzej Pietrasiewicz1-0/+8
2020-12-02Input: omap4-keypad - set up interrupt as wakeup sourceDmitry Torokhov1-35/+8
2020-12-02Input: remove input_polled_dev implementationDmitry Torokhov3-376/+0
2020-11-22Input: libps2 - fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-11-22Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-22Input: omap4-keypad - fix runtime PM error handlingZhang Qilong1-36/+53
2020-11-19Input: vmmouse - demote obvious abuse of kernel-doc headerLee Jones1-1/+1
2020-11-19Input: applespi - provide missing struct 'message' descriptionsLee Jones1-0/+9
2020-11-19Input: goodix - fix misspelling of 'ctx'Lee Jones1-1/+1
2020-11-19Input: synaptics - demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-19Input: wm97xx-ts - provide missing description for 'status'Lee Jones1-1/+1
2020-11-19Input: surface3_spi - fix naming issue with 'surface3_spi_get_gpio_config's headerLee Jones1-1/+1
2020-11-19Input: wm831x-on - source file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-19Input: goodix - provide some missing function parameter descriptionsLee Jones1-0/+3
2020-11-19Input: mc13783-pwrbutton - file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-19Input: xpad - demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-19Input: adp5589-keys - use BIT()Dmitry Torokhov1-34/+35
2020-11-19Input: adp5589-keys - mark suspend and resume methods as __maybe_unusedDmitry Torokhov1-4/+2
2020-11-18Input: adp5589-keys - use devm_add_action_or_reset() for register clearAlexandru Ardelean1-10/+13
2020-11-18Input: adp5589-keys - use devm_gpiochip_add_data() for gpiosAlexandru Ardelean1-20/+2
2020-11-18Input: adp5589-keys - remove setup/teardown hooks for gpiosAlexandru Ardelean1-21/+0
2020-11-18Input: adp5589-keys - use device-managed function in adp5589_keypad_add()Alexandru Ardelean1-31/+10