aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-24Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1Mark Pearson1-1/+0
2022-09-24Input: iqs62x-keys - drop unused device node referencesJeff LaBundy1-0/+3
2022-09-24Input: melfas_mip4 - fix return value check in mip4_probe()Yang Yingliang1-1/+1
2022-08-29Input: iforce - add support for Boeder Force Feedback WheelGreg Tulli2-0/+2
2022-08-27Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flagTetsuo Handa3-7/+13
2022-08-23Input: goodix - add compatible string for GT1158Jarrah Gosbell1-0/+1
2022-08-22MAINTAINERS: add include/dt-bindings/input to INPUT DRIVERSLukas Bulwahn1-0/+1
2022-08-22Input: rk805-pwrkey - fix module autoloadingPeter Robinson1-0/+1
2022-08-11Input: goodix - add support for GT1158Ondrej Jirman1-0/+1
2022-08-11dt-bindings: input: touchscreen: add compatible string for Goodix GT1158Jarrah Gosbell1-0/+1
2022-08-02Merge branch 'next' into for-linusDmitry Torokhov22173-595930/+2133682
2022-08-02Input: adc-joystick - fix ordering in adc_joystick_probe()Dmitry Torokhov1-7/+8
2022-07-28dt-bindings: input: ariel-pwrbutton: use spi-peripheral-props.yamlKrzysztof Kozlowski1-0/+1
2022-07-20Input: deactivate MT slots when inhibiting or suspending devicesAngela Czubak3-14/+80
2022-07-20Input: properly queue synthetic eventsDmitry Torokhov1-62/+63
2022-07-11dt-bindings: input: iqs7222: Use central 'linux,code' definitionJeff LaBundy1-3/+2
2022-07-08Input: document the units for resolution of size axesSiarhei Vishniakou1-4/+7
2022-07-08Input: goodix - call acpi_device_fix_up_power() in some casesHans de Goede1-0/+5
2022-07-08Input: i8042 - add dritek quirk for Acer Aspire One AO532Hans de Goede1-0/+8
2022-07-08dt-bindings: input: gpio-keys: accept also interrupt-extendedKrzysztof Kozlowski1-0/+2
2022-07-08dt-bindings: input: gpio-keys: reference input.yaml and document propertiesKrzysztof Kozlowski1-13/+19
2022-07-08dt-bindings: input: gpio-keys: enforce node names to match all propertiesKrzysztof Kozlowski1-80/+77
2022-07-08dt-bindings: input: Convert adc-keys to DT schemaRob Herring2-67/+103
2022-07-08dt-bindings: input: Centralize 'linux,input-type' definitionRob Herring4-11/+15
2022-07-08dt-bindings: input: Use common 'linux,keycodes' definitionRob Herring2-2/+4
2022-07-08dt-bindings: input: Centralize 'linux,code' definitionRob Herring9-29/+27
2022-07-08dt-bindings: input: Increase maximum keycode value to 0x2ffRob Herring1-1/+1
2022-07-08Input: mt6779-keypad - implement row/column selectionMattijs Korpershoek1-0/+10
2022-07-08Input: mt6779-keypad - match hardware matrix organizationMattijs Korpershoek1-3/+5
2022-07-08Input: i8042 - add additional TUXEDO devices to i8042 quirk tablesWerner Sembach1-8/+68
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov13255-261068/+1052359
2022-07-08Input: wm97xx - make .remove() obviously always return 0Uwe Kleine-König1-1/+3
2022-07-06Input: goodix - switch use of acpi_gpio_get_*_resource() APIsAndy Shevchenko1-14/+8
2022-07-03Linux 5.19-rc5Linus Torvalds1-1/+1
2022-07-03lockref: remove unused 'lockref_get_or_lock()' functionLinus Torvalds2-26/+0
2022-07-03sparse: introduce conditional lock acquire function attributeLinus Torvalds2-3/+5
2022-07-03Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-131/+130
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-2/+3
2022-07-02Merge tag 'for-5.19/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds2-1/+6
2022-07-02parisc: Fix vDSO signal breakage on 32-bit kernelHelge Deller1-0/+5
2022-07-02Merge tag 'perf-tools-fixes-for-v5.19-2022-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds9-17/+134
2022-07-02Merge tag 'powerpc-5.19-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds7-16/+52
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim1-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim1-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou1-1/+1
2022-07-01Merge tag 'libnvdimm-fixes-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+2
2022-07-01Merge tag 'thermal-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2022-07-01Merge tag 'pm-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-76/+111
2022-07-01Merge branch 'pm-cpufreq'Rafael J. Wysocki5-0/+36
2022-07-01Merge tag 'hwmon-for-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds6-18/+24