summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.gitStephen Rothwell2022-06-281-28/+14
|\
| * Input: applespi - avoid efivars API and invoke EFI services directlyArd Biesheuvel2022-06-241-28/+14
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inp...Stephen Rothwell2022-06-289-329/+386
|\ \
| * | Input: iqs7222 - remove support for RF filterJeff LaBundy2022-06-271-7/+0
| * | Input: iqs7222 - handle reset during ATIJeff LaBundy2022-06-271-3/+6
| * | Input: iqs7222 - acknowledge reset before writing registersJeff LaBundy2022-06-271-3/+29
| * | Input: iqs7222 - protect volatile registersJeff LaBundy2022-06-271-4/+14
| * | Input: iqs7222 - fortify slider event reportingJeff LaBundy2022-06-271-38/+58
| * | Input: iqs7222 - correct slider event disable logicJeff LaBundy2022-06-271-7/+9
| * | Input: cyapa_gen6 - aligned "*" each lineJiang Jian2022-06-221-1/+1
| * | Input: gpio_mouse - fix typos in commentsJiang Jian2022-06-221-1/+1
| * | Input: mtk-pmic-keys - move long press debounce mask to mtk_pmic_regsAngeloGioacchino Del Regno2022-05-311-6/+9
| * | Input: mtk-pmic-keys - transfer per-key bit in mtk_pmic_keys_regsAngeloGioacchino Del Regno2022-05-311-11/+19
| * | Input: mtk-pmic-keys - use single update when configuring long press behaviorDmitry Torokhov2022-05-311-43/+28
| * | Input: mtk-pmic-keys - allow compiling with COMPILE_TESTDmitry Torokhov2022-05-311-1/+1
| * | Input: adp5588-keys - do not explicitly set device as wakeup sourceDmitry Torokhov2022-05-311-8/+0
| * | Input: adp5588-keys - switch to using managed resourcesDmitry Torokhov2022-05-311-67/+45
| * | Input: adp5588-keys - switch to using threaded interruptDmitry Torokhov2022-05-311-36/+45
| * | Input: adp5588-keys - drop CONFIG_PM guardsDmitry Torokhov2022-05-311-10/+3
| * | Input: cros_ec_keyb - handle x86 detachable/convertible ChromebooksFurquan Shaikh2022-05-271-3/+18
| * | Input: cros_ec_keyb - switch to using generic device propertiesDmitry Torokhov2022-05-271-22/+46
| * | Input: zinitix - rename defines ZINITIX_*Linus Walleij2022-05-271-56/+56
| * | Input: omap4-keypad - switch to using pm_runtime_resume_and_get()Minghao Chi2022-05-271-15/+11
| * | Merge tag 'v5.18' into nextDmitry Torokhov2022-05-2713-40/+56
| |\ \
* | \ \ Merge branch 'spdx-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell2022-06-285-47/+6
|\ \ \ \
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2022-06-102-18/+2
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-103-29/+4
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Stephen Rothwell2022-06-281-0/+3
|\ \ \ \
| * | | | Input: usbtouchscreen - add driver_info sanity checkJohan Hovold2022-06-271-0/+3
* | | | | Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-073-3/+9
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch2022-06-071-2/+2
| * | | Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman2022-06-071-1/+6
| * | | Input: raspberrypi-ts - add missing HAS_IOMEM dependencyRandy Dunlap2022-05-311-0/+1
* | | | Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-041-2/+2
|\ \ \ \
| * | | | xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-2/+2
* | | | | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-036-6/+6
|\ \ \ \ \
| * \ \ \ \ Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman2022-05-032-1/+15
| |\ \ \ \ \ | | |/ / / /
| * | | | | Input: remove third argument of usb_maxpacket()Vincent Mailhol2022-04-236-6/+6
* | | | | | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-025-135/+83
|\ \ \ \ \ \
| * | | | | | Input: wm97xx - get rid of irq_enable method in wm97xx_mach_opsDmitry Torokhov2022-05-072-18/+0
| * | | | | | Input: wm97xx - switch to using threaded IRQDmitry Torokhov2022-05-071-35/+7
| * | | | | | Input: touchscreen: use wrapper for pxa2xx ac97 registersArnd Bergmann2022-05-073-14/+16
| * | | | | | input: touchscreen: mainstone: sync with zylonite driverArnd Bergmann2022-05-071-28/+31
| * | | | | | input: touchscreen: mainstone: fix pxa2xx+pxa3xx configurationArnd Bergmann2022-05-071-12/+7
| * | | | | | ARM: pxa: zylonite: use gpio lookup instead mfp headerArnd Bergmann2022-05-071-9/+11
| * | | | | | ARM: pxa: mainstone-wm97xx: use gpio lookup tableArnd Bergmann2022-05-071-21/+14
| * | | | | | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-192-2/+1
| |/ / / / /
* | | | | | Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-2822-62/+2840
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'next' into for-linusDmitry Torokhov2022-05-2722-62/+2840
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Input: stmfts - do not leave device disabled in stmfts_input_openDmitry Torokhov2022-05-261-8/+8