| Commit message (Expand) | Author | Age | Files | Lines |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 1 | -1/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2021-02-23 | 28 | -517/+1126 |
|\ |
|
| * | Input: st1232 - fix NORMAL vs. IDLE state handling | Geert Uytterhoeven | 2021-02-23 | 1 | -2/+7 |
| * | Merge branch 'next' into for-linus | Dmitry Torokhov | 2021-02-22 | 30 | -528/+1180 |
| |\ |
|
| | * | Input: aiptek - convert sysfs sprintf/snprintf family to sysfs_emit | Jiapeng Chong | 2021-02-22 | 1 | -47/+33 |
| | * | Input: alps - fix spelling of "positive" | Bhaskar Chowdhury | 2021-02-22 | 1 | -1/+1 |
| | * | Input: cros-ec-keyb - expose function row physical map to userspace | Philip Chen | 2021-02-22 | 1 | -0/+79 |
| | * | Merge tag 'v5.11' into next | Dmitry Torokhov | 2021-02-22 | 24 | -94/+368 |
| | |\ |
|
| | * | | Input: applespi - fix occasional crc errors under load. | Ronald Tschalär | 2021-02-19 | 1 | -0/+2 |
| | * | | Input: applespi - don't wait for responses to commands indefinitely. | Ronald Tschalär | 2021-02-19 | 1 | -6/+15 |
| | * | | Input: zinitix - fix return type of zinitix_init_touch() | Dmitry Torokhov | 2021-02-19 | 1 | -1/+1 |
| | * | | Input: i8042 - add ASUS Zenbook Flip to noselftest list | Marcos Paulo de Souza | 2021-02-19 | 1 | -0/+4 |
| | * | | Input: add missing dependencies on CONFIG_HAS_IOMEM | Dmitry Torokhov | 2021-02-19 | 3 | -4/+4 |
| | * | | Input: joydev - prevent potential read overflow in ioctl | Dan Carpenter | 2021-02-19 | 1 | -2/+5 |
| | * | | Input: elo - fix an error code in elo_connect() | Dan Carpenter | 2021-02-18 | 1 | -1/+3 |
| | * | | Input: sur40 - fix an error code in sur40_probe() | Dan Carpenter | 2021-02-16 | 1 | -0/+1 |
| | * | | Input: elants_i2c - detect enum overflow | Josh Poimboeuf | 2021-02-16 | 1 | -2/+1 |
| | * | | Input: zinitix - remove unneeded semicolon | Yang Li | 2021-02-16 | 1 | -1/+1 |
| | * | | Input: iqs5xx - initialize an uninitialized variable | Jeff LaBundy | 2021-01-28 | 1 | -1/+1 |
| | * | | Input: Add N64 controller driver | Lauri Kasanen | 2021-01-24 | 3 | -1/+353 |
| | * | | Input: iqs5xx - allow device to be a wake-up source | Jeff LaBundy | 2021-01-24 | 1 | -2/+2 |
| | * | | Input: iqs5xx - allow more time for ATI to complete | Jeff LaBundy | 2021-01-24 | 1 | -6/+5 |
| | * | | Input: iqs5xx - eliminate unnecessary register read | Jeff LaBundy | 2021-01-24 | 1 | -19/+12 |
| | * | | Input: iqs5xx - simplify axis setup logic | Jeff LaBundy | 2021-01-24 | 1 | -79/+21 |
| | * | | Input: iqs5xx - re-initialize device upon warm reset | Jeff LaBundy | 2021-01-24 | 1 | -11/+41 |
| | * | | Input: iqs5xx - accommodate bootloader latency | Jeff LaBundy | 2021-01-24 | 1 | -2/+7 |
| | * | | Input: iqs5xx - preserve bootloader errors | Jeff LaBundy | 2021-01-24 | 1 | -1/+5 |
| | * | | Input: iqs5xx - minor cosmetic improvements | Jeff LaBundy | 2021-01-24 | 1 | -4/+4 |
| | * | | Input: elants_i2c - add support for eKTF3624 | Michał Mirosław | 2021-01-24 | 1 | -17/+135 |
| | * | | Input: ads7846 - convert to one message | Oleksij Rempel | 2021-01-20 | 1 | -183/+193 |
| | * | | Input: stmpe-ts - add description for 'prop' struct member | Lee Jones | 2021-01-19 | 1 | -0/+1 |
| | * | | Input: surface3_spi - remove set but unused variable 'timestamp' | Lee Jones | 2021-01-19 | 1 | -2/+0 |
| | * | | Input: usbtouchscreen - actually check return value of usb_submit_urb() | Lee Jones | 2021-01-19 | 1 | -0/+3 |
| | * | | Input: melfas_mip4 - mark a bunch of variables as __always_unused | Lee Jones | 2021-01-19 | 1 | -4/+4 |
| | * | | Input: synaptics - replace NOOP with suitable commentary | Lee Jones | 2021-01-19 | 1 | -2/+5 |
| | * | | Input: omap4-keypad - implement errata check for lost key-up events | Tony Lindgren | 2021-01-10 | 1 | -0/+30 |
| | * | | Input: omap4-keypad - use PM runtime autosuspend | Tony Lindgren | 2021-01-10 | 1 | -11/+39 |
| | * | | Input: omap4-keypad - move rest of key scanning to a separate function | Tony Lindgren | 2021-01-10 | 1 | -13/+26 |
| | * | | Input: omap4-keypad - scan keys in two phases and simplify with bitmask | Tony Lindgren | 2021-01-10 | 1 | -28/+45 |
| | * | | Input: omap4-keypad - disable unused long interrupts | Tony Lindgren | 2021-01-10 | 1 | -3/+2 |
| | * | | Input: omap4-keypad - switch to use managed resources | Dmitry Torokhov | 2021-01-10 | 1 | -84/+53 |
| | * | | Input: imx_keypad - add dependency on HAS_IOMEM | Dmitry Torokhov | 2020-12-18 | 1 | -1/+1 |
| | * | | Input: da7280 - protect OF match table with CONFIG_OF | Dmitry Torokhov | 2020-12-18 | 1 | -0/+2 |
| | * | | Input: raydium_ts_i2c - do not send zero length | jeffrey.lin | 2020-12-15 | 1 | -1/+2 |
| | * | | Input: da7280 - fix missing error test | Dmitry Torokhov | 2020-12-15 | 1 | -0/+1 |
| * | | | Input: st1232 - add IDLE state as ready condition | Michael Tretter | 2021-02-19 | 1 | -1/+1 |
| * | | | Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Serie... | Olivier Crête | 2021-02-16 | 1 | -0/+1 |
* | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2021-02-22 | 3 | -8/+3 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'devel-stable' into for-linus | Russell King | 2021-02-22 | 1 | -2/+1 |
| |\ \ \ \ |
|
| | * | | | | amba: Make the remove callback return void | Uwe Kleine-König | 2021-02-02 | 1 | -2/+1 |