index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
input
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
Input: ads7846 - convert to one message
Oleksij Rempel
1
-183
/
+193
2021-01-20
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
1
-1
/
+3
2021-01-19
Input: stmpe-ts - add description for 'prop' struct member
Lee Jones
1
-0
/
+1
2021-01-19
Input: surface3_spi - remove set but unused variable 'timestamp'
Lee Jones
1
-2
/
+0
2021-01-19
Input: usbtouchscreen - actually check return value of usb_submit_urb()
Lee Jones
1
-0
/
+3
2021-01-19
Input: melfas_mip4 - mark a bunch of variables as __always_unused
Lee Jones
1
-4
/
+4
2021-01-19
Input: synaptics - replace NOOP with suitable commentary
Lee Jones
1
-2
/
+5
2021-01-11
Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_table
Souptick Joarder
1
-6
/
+0
2021-01-10
Input: omap4-keypad - implement errata check for lost key-up events
Tony Lindgren
1
-0
/
+30
2021-01-10
Input: omap4-keypad - use PM runtime autosuspend
Tony Lindgren
1
-11
/
+39
2021-01-10
Input: omap4-keypad - move rest of key scanning to a separate function
Tony Lindgren
1
-13
/
+26
2021-01-10
Input: omap4-keypad - scan keys in two phases and simplify with bitmask
Tony Lindgren
1
-28
/
+45
2021-01-10
Input: omap4-keypad - disable unused long interrupts
Tony Lindgren
1
-3
/
+2
2021-01-10
Input: omap4-keypad - switch to use managed resources
Dmitry Torokhov
1
-84
/
+53
2021-01-09
Input: goodix - add support for Goodix GT9286 chip
AngeloGioacchino Del Regno
1
-0
/
+2
2021-01-03
Input: ili210x - implement pressure reporting for ILI251x
Marek Vasut
1
-7
/
+19
2021-01-03
Input: i8042 - unbreak Pegatron C15B
Alexey Dobriyan
1
-0
/
+2
2021-01-01
Input: st1232 - wait until device is ready before reading resolution
Geert Uytterhoeven
1
-0
/
+35
2021-01-01
Input: st1232 - do not read more bytes than needed
Geert Uytterhoeven
1
-4
/
+5
2021-01-01
Input: st1232 - fix off-by-one error in resolution handling
Geert Uytterhoeven
1
-2
/
+2
2020-12-18
Input: imx_keypad - add dependency on HAS_IOMEM
Dmitry Torokhov
1
-1
/
+1
2020-12-18
Input: da7280 - protect OF match table with CONFIG_OF
Dmitry Torokhov
1
-0
/
+2
2020-12-15
Input: raydium_ts_i2c - do not send zero length
jeffrey.lin
1
-1
/
+2
2020-12-15
Input: da7280 - fix missing error test
Dmitry Torokhov
1
-0
/
+1
2020-12-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
94
-2194
/
+2550
2020-12-15
Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-1
/
+2
2020-12-14
Merge branch 'next' into for-linus
Dmitry Torokhov
111
-2347
/
+2566
2020-12-14
Input: da7280 - fix spelling mistake "sequemce" -> "sequence"
Colin Ian King
1
-1
/
+1
2020-12-14
Input: cyapa_gen6 - fix out-of-bounds stack access
Arnd Bergmann
1
-1
/
+1
2020-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
6
-40
/
+159
2020-12-11
Input: sc27xx - add support for sc2730 and sc2721
Nemo Han
1
-12
/
+59
2020-12-11
Input: stmpe - add axis inversion and swapping capability
Stefan Riedmueller
1
-2
/
+5
2020-12-11
Input: goodix - add upside-down quirk for Teclast X98 Pro tablet
Simon Beginn
1
-0
/
+12
2020-12-11
Input: cm109 - do not stomp on control URB
Dmitry Torokhov
1
-2
/
+5
2020-12-11
Input: adp5589-keys - do not explicitly control IRQ for wakeup
Dmitry Torokhov
1
-18
/
+9
2020-12-11
Input: adp5589-keys - do not unconditionally configure as wakeup source
Dmitry Torokhov
1
-2
/
+0
2020-12-11
Input: ipx4xx-beeper - convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-11
Input: parkbd - convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-11
Input: new da7280 haptic driver
Roy Im
3
-0
/
+1342
2020-12-11
Input: elantech - fix protocol errors for some trackpoints in SMBus mode
jingle.wu
2
-2
/
+101
2020-12-11
Input: elan_i2c - add new trackpoint report type 0x5F
Jingle Wu
3
-14
/
+23
2020-12-10
Input: elants - document some registers and values
Michał Mirosław
1
-5
/
+13
2020-12-10
Input: atmel_mxt_ts - simplify the return expression of mxt_send_bootloader_c...
Zheng Yongjun
1
-6
/
+1
2020-12-10
Input: imx_keypad - add COMPILE_TEST support
Anson Huang
1
-1
/
+1
2020-12-10
Input: applespi - use new structure for SPI transfer delays
Sergiu Cuciurean
1
-4
/
+8
2020-12-10
Input: synaptics-rmi4 - use new structure for SPI transfer delays
Sergiu Cuciurean
1
-2
/
+4
2020-12-10
Input: ad7877 - use new structure for SPI transfer delays
Sergiu Cuciurean
1
-2
/
+4
2020-12-10
Input: edt-ft5x06 - consolidate handling of number of electrodes
Dmitry Torokhov
1
-26
/
+17
2020-12-10
Merge series "spi: spi-geni-qcom: Use gpio descriptors for CS" from Stephen B...
Mark Brown
8
-18
/
+55
2020-12-09
Input: i8042 - add Acer laptops to the i8042 reset list
Chris Chiu
1
-0
/
+42
[prev]
[next]