summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2022-05-05Input: sun4i-lradc-keys - add support for R329 and D1Samuel Holland-0/+8
2022-05-05Input: sun4i-lradc-keys - add optional clock/reset supportSamuel Holland-0/+33
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman-1/+15
2022-04-24Input: sun4i-lradc-keys - add wakeup supportOndrej Jirman-4/+18
2022-04-24Input: pm8941-pwrkey - simulate missed key press eventsDavid Collins-0/+11
2022-04-24Input: pm8941-pwrkey - add software key press debouncing supportDavid Collins-6/+77
2022-04-24Input: pm8941-pwrkey - add support for PON GEN3 base addressesAnjelique Melendez-7/+24
2022-04-24Input: pm8941-pwrkey - fix error messageAnjelique Melendez-1/+1
2022-04-24Input: synaptics-rmi4 - remove unnecessary flush_workqueue()ran jianping-1/+0
2022-04-24Input: ep93xx_keypad - use devm_platform_ioremap_resource() helperLv Ruyi-6/+1
2022-04-24Input: add Raspberry Pi Sense HAT joystick driverCharles Mirabile-0/+149
2022-04-24Input: clps711x-keypad - use syscon_regmap_lookup_by_phandleAlexander Shiyan-2/+1
2022-04-24Input: remove unneeded variable in input_inhibit_device()Changcheng Deng-3/+1
2022-04-23Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+15
2022-04-23Input: remove third argument of usb_maxpacket()Vincent Mailhol-6/+6
2022-04-21input: omap: void using mach/*.h headersArnd Bergmann-0/+1
2022-04-20Input: aiptek - remove redundant assignment to variable retColin Ian King-2/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann-2/+1
2022-04-17Input: iqs7222 - avoid dereferencing a NULL pointerJeff LaBundy-2/+3
2022-04-17Input: iqs7222 - propagate some error codes correctlyDan Carpenter-16/+16
2022-04-17Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin-1/+1
2022-04-08Input: cypress-sf - register a callback to disable the regulatorsZheyu Ma-0/+14
2022-04-08Input: add support for Azoteq IQS7222A/B/CJeff LaBundy-0/+2456
2022-04-08Input: mt6779-keypad - move iomem pointer to probe functionAngeloGioacchino Del Regno-5/+5
2022-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-188/+976
2022-03-31Revert "Input: clear BTN_RIGHT/MIDDLE on buttonpads"José Expósito-6/+0
2022-03-30Merge branch 'next' into for-linusDmitry Torokhov-182/+976
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+23
2022-03-23Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-3/+3
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-15/+5
2022-03-20Input: adi - remove redundant variable zColin Ian King-2/+2
2022-03-20Input: add Imagis touchscreen driverMarkuss Broks-0/+378
2022-03-20Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMDMatthew Haughton-0/+1
2022-03-20Input: stmfts - fix reference leak in stmfts_input_openZheng Yongjun-3/+5
2022-03-20Input: add bounds checking to input_set_capability()Jeff LaBundy-0/+19
2022-03-20Input: iqs5xx - use local input_dev pointerJeff LaBundy-8/+8
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab-3/+3
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross-2/+2
2022-03-14Input: extract ChromeOS vivaldi physmap show functionStephen Boyd-46/+73
2022-03-14Merge tag 'v5.17-rc8' into nextDmitry Torokhov-59/+69
2022-03-14Input: aiptek - properly check endpoint typePavel Skripkin-6/+4
2022-03-14Input: mt6779-keypad - fix signedness bugLv Ruyi (CGEL ZTE)-1/+1
2022-03-07Input: zinitix - do not report shadow fingersLinus Walleij-9/+35
2022-03-05Input: mt6779-keypad - add MediaTek keypad driverfengping.yu-0/+234
2022-03-02Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsHans de Goede-1/+23
2022-03-01Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede-7/+7
2022-03-01Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede-40/+22
2022-02-28Input: da9063 - use devm_delayed_work_autocancel()Christophe JAILLET-10/+3
2022-02-28Input: goodix - fix race on driver unbindHans de Goede-13/+23