summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-033-64/+95
|\
| * Input: fix regression when re-registering input handlersDmitry Torokhov2024-11-021-61/+73
| * Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov2024-10-251-2/+4
| * Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov2024-10-241-1/+18
* | Merge tag 'input-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-192-12/+25
|\|
| * Input: zinitix - don't fail if linux,keycodes prop is absentNikita Travkin2024-10-181-12/+22
| * Input: xpad - add support for MSI Claw A1MJohn Edwards2024-10-181-0/+2
| * Input: xpad - add support for 8BitDo Ultimate 2C Wireless ControllerStefan Kerkmann2024-10-161-0/+1
* | Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-0251-51/+51
|\ \
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0251-51/+51
* | | Merge tag 'input-for-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-027-377/+14
|\ \ \ | |/ / |/| / | |/
| * Input: adp5589-keys - fix adp5589_gpio_get_value()Nuno Sa2024-10-011-3/+10
| * Input: adp5589-keys - fix NULL pointer dereferenceNuno Sa2024-10-011-6/+3
| * Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov2024-10-016-368/+1
* | [tree-wide] finally take no_llseek outAl Viro2024-09-275-5/+0
* | Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-261-52/+22
|\ \
| * | input: keypad: ep93xx: add DT support for Cirrus EP93xxNikita Shubin2024-09-121-52/+22
* | | Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-2461-5506/+1837
|\ \ \ | | |/ | |/|
| * | Input: hynitron_cstxxx - drop explicit initialization of struct i2c_device_id...Uwe Kleine-König2024-09-221-1/+1
| * | Merge branch 'next' into for-linusDmitry Torokhov2024-09-2081-5594/+2512
| |\ \
| | * | Input: Convert comma to semicolonShen Lichuan2024-09-181-1/+1
| | * | Input: tegra-kbc - use of_property_read_variable_u32_array() and of_property_...Rob Herring (Arm)2024-09-131-45/+27
| | * | Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan2024-09-131-4/+2
| | * | Input: ims-pcu - fix calling interruptible mutexDavid Lechner2024-09-101-1/+1
| | * | Input: zforce_ts - switch to using asynchronous probingDmitry Torokhov2024-09-051-0/+1
| | * | Input: zforce_ts - remove assert/deassert wrappersDmitry Torokhov2024-09-051-12/+2
| | * | Input: zforce_ts - do not hardcode interrupt levelDmitry Torokhov2024-09-051-2/+1
| | * | Input: zforce_ts - switch to using devm_regulator_get_enable()Dmitry Torokhov2024-09-051-12/+1
| | * | Input: zforce_ts - stop treating VDD regulator as optionalDmitry Torokhov2024-09-051-15/+13
| | * | Input: zforce_ts - make zforce_idtable constantDmitry Torokhov2024-09-051-1/+1
| | * | Input: zforce_ts - use dev_err_probe() where appropriateDmitry Torokhov2024-09-051-132/+113
| | * | Input: zforce_ts - do not ignore errors when acquiring regulatorDmitry Torokhov2024-09-051-1/+1
| | * | Input: zforce_ts - make parsing of contacts less confusingDmitry Torokhov2024-09-051-12/+13
| | * | Input: zforce_ts - switch to using get_unaligned_le16Dmitry Torokhov2024-09-051-12/+12
| | * | Input: zforce_ts - use guard notation when acquiring mutexesDmitry Torokhov2024-09-051-21/+24
| | * | Input: zforce_ts - ensure that pm_stay_awake() and pm_relax() are balancedDmitry Torokhov2024-09-051-5/+11
| | * | Input: zforce_ts - remove unneeded lockingDmitry Torokhov2024-09-051-38/+9
| | * | Input: zforce_ts - handle errors from input_mt_init_sots()Dmitry Torokhov2024-09-051-1/+5
| | * | Input: zforce_ts - do not explicitly set EV_SYN, etc bitsDmitry Torokhov2024-09-051-4/+0
| | * | Input: zforce_ts - remove support for platfrom dataDmitry Torokhov2024-09-051-40/+16
| | * | Input: zforce_ts - simplify reporting of slot stateDmitry Torokhov2024-09-051-4/+2
| | * | Input: zforce_ts - use devm_add_action_or_reset()Sudip Mukherjee2024-09-051-4/+1
| | * | Input: tegra-kbc - use guard notation when acquiring mutex and spinlockDmitry Torokhov2024-09-051-26/+19
| | * | Input: iqs62x-keys - use cleanup facility for fwnodesDmitry Torokhov2024-09-051-5/+2
| | * | Input: gpio-keys - switch to using cleanup functionsDmitry Torokhov2024-09-051-27/+17
| | * | Input: atkbd - use guard notation when acquiring mutexDmitry Torokhov2024-09-051-22/+15
| | * | Input: alps - use guard notation when acquiring mutexDmitry Torokhov2024-09-051-21/+27
| | * | Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov2024-09-0528-340/+913
| | |\ \
| | | * | Input: matrix_keypad - remove support for platform dataDmitry Torokhov2024-09-051-71/+3
| | | * | Input: matrix_keypad - switch to gpiod API and generic device propertiesDmitry Torokhov2024-09-051-156/+185