| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' into for-linus | Dmitry Torokhov | 2024-01-14 | 56 | -545/+1626 |
|\ |
|
| * | Input: driver for Adafruit Seesaw Gamepad | Anshul Dalal | 2024-01-10 | 4 | -0/+333 |
| * | dt-bindings: input: bindings for Adafruit Seesaw Gamepad | Anshul Dalal | 2024-01-10 | 1 | -0/+63 |
| * | Input: da9063_onkey - avoid explicitly setting input's parent | Dmitry Torokhov | 2024-01-04 | 1 | -1/+0 |
| * | Input: da9063_onkey - avoid using OF-specific APIs | Dmitry Torokhov | 2024-01-04 | 1 | -3/+4 |
| * | Input: iqs269a - add support for OTP variants | Jeff LaBundy | 2024-01-01 | 1 | -3/+89 |
| * | dt-bindings: input: iqs269a: Add bindings for OTP variants | Jeff LaBundy | 2024-01-01 | 1 | -1/+29 |
| * | Input: iqs269a - add support for slider gestures | Jeff LaBundy | 2024-01-01 | 1 | -29/+191 |
| * | dt-bindings: input: iqs269a: Add bindings for slider gestures | Jeff LaBundy | 2024-01-01 | 1 | -0/+68 |
| * | Input: gpio-keys - filter gpio_keys -EPROBE_DEFER error messages | Hermes Zhang | 2023-12-29 | 1 | -3/+3 |
| * | Input: zforce_ts - accept standard touchscreen properties | Andreas Kemnade | 2023-12-24 | 1 | -18/+16 |
| * | dt-bindings: touchscreen: neonode,zforce: Use standard properties | Andreas Kemnade | 2023-12-24 | 1 | -4/+9 |
| * | dt-bindings: touchscreen: convert neonode,zforce to json-schema | Andreas Kemnade | 2023-12-24 | 2 | -34/+67 |
| * | dt-bindings: input: convert drv266x to json-schema | Anshul Dalal | 2023-12-23 | 3 | -34/+50 |
| * | Input: da9063 - use dev_err_probe() | Biju Das | 2023-12-15 | 1 | -9/+6 |
| * | Input: da9063 - drop redundant prints in probe() | Biju Das | 2023-12-15 | 1 | -15/+4 |
| * | Input: da9063 - simplify obtaining OF match data | Biju Das | 2023-12-15 | 1 | -15/+12 |
| * | Input: as5011 - convert to GPIO descriptor | Linus Walleij | 2023-12-14 | 2 | -14/+11 |
| * | Input: omap-keypad - drop optional GPIO support | Linus Walleij | 2023-12-14 | 2 | -21/+1 |
| * | Input: tca6416-keypad - drop unused include | Linus Walleij | 2023-12-14 | 1 | -1/+0 |
| * | Input: navpoint - convert to use GPIO descriptor | Linus Walleij | 2023-12-14 | 2 | -27/+15 |
| * | Input: vivaldi - convert to use sysfs_emit_at() API | ye xingchen | 2023-12-14 | 1 | -3/+3 |
| * | Input: iqs269a - use sysfs_emit() instead of scnprintf() | ye xingchen | 2023-12-14 | 1 | -12/+11 |
| * | Input: ims-pcu - use sysfs_emit() instead of scnprintf() | ye xingchen | 2023-12-14 | 1 | -5/+5 |
| * | Input: synaptics-rmi4 - use sysfs_emit() to instead of scnprintf() | ye xingchen | 2023-12-14 | 1 | -7/+6 |
| * | Input: touchscreen - use sysfs_emit[_at]() instead of scnprintf() | ye xingchen | 2023-12-14 | 10 | -51/+46 |
| * | Input: mouse - use sysfs_emit[_at]() instead of scnprintf() | ye xingchen | 2023-12-14 | 5 | -33/+33 |
| * | Input: use sysfs_emit() instead of scnprintf() | ye xingchen | 2023-12-14 | 1 | -4/+4 |
| * | Input: max77693-haptic - add device-tree compatible strings | Marek Szyprowski | 2023-12-13 | 1 | -3/+11 |
| * | Input: qt1050 - convert to use maple tree register cache | Mark Brown | 2023-12-13 | 1 | -1/+1 |
| * | Input: cap11xx - convert to use maple tree register cache | Mark Brown | 2023-12-13 | 1 | -1/+1 |
| * | Input: cap11xx - cache hardware ID registers | Mark Brown | 2023-12-13 | 1 | -3/+0 |
| * | Input: cap11xx - add advanced sensitivity settings | Jiri Valek - 2N | 2023-12-13 | 1 | -45/+192 |
| * | dt-bindings: input: microchip,cap11xx: add advanced sensitivity settings | Jiri Valek - 2N | 2023-12-13 | 1 | -3/+77 |
| * | Input: xpad - remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 2023-12-12 | 1 | -3/+3 |
| * | Input: omap4-keypad - react on keypresses if device is runtime-suspended | Andreas Kemnade | 2023-12-12 | 1 | -1/+14 |
| * | Input: pxrc - simplify mutex handling with guard macro | Marcus Folkesson | 2023-12-10 | 1 | -24/+18 |
| * | dt-bindings: input: gpio-mouse: Convert to json-schema | Anshul Dalal | 2023-12-09 | 2 | -32/+68 |
| * | Input: gpio-keys - add system suspend support for dedicated wakeirqs | Tony Lindgren | 2023-11-30 | 2 | -4/+67 |
| * | dt-bindings: input: gpio-keys: Allow optional dedicated wakeirq | Tony Lindgren | 2023-11-30 | 1 | -1/+40 |
| * | dt-bindings: input: mediatek,pmic-keys: Drop incomplete example | Rob Herring | 2023-11-29 | 1 | -23/+1 |
| * | dt-bindings: input: sprd,sc27xx-vibrator: Drop incomplete example | Rob Herring | 2023-11-29 | 1 | -18/+1 |
| * | Input: cap11xx - remove unnecessary IRQ parsing | Jiri Valek - 2N | 2023-11-17 | 1 | -9/+4 |
| * | dt-bindings: input: samsung,s6sy761: convert to DT schema | Krzysztof Kozlowski | 2023-11-15 | 2 | -32/+54 |
* | | Input: soc_button_array - add mapping for airplane mode button | Christoffer Sandberg | 2023-12-23 | 1 | -0/+5 |
* | | Input: xpad - add Razer Wolverine V2 support | Luca Weiss | 2023-12-13 | 1 | -0/+1 |
* | | Input: ipaq-micro-keys - add error handling for devm_kmemdup | Haoran Liu | 2023-12-03 | 1 | -0/+3 |
* | | Input: amimouse - convert to platform remove callback returning void | Uwe Kleine-König | 2023-12-02 | 1 | -3/+2 |
* | | Input: i8042 - add nomux quirk for Acer P459-G2-M | Esther Shimanovich | 2023-11-30 | 1 | -0/+8 |
* | | Input: atkbd - skip ATKBD_CMD_GETID in translated mode | Hans de Goede | 2023-11-26 | 1 | -4/+42 |