aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2023-09-06Input: cyapa - use device core to create driver-specific device attributesDmitry Torokhov1-11/+3
2023-09-06Input: cros_ec_keyb - use device core to create driver-specific device attrib...Dmitry Torokhov1-7/+3
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds73-1029/+3638
2023-09-05Merge tag 'v6.5' into nextDmitry Torokhov3-78/+40
2023-08-30Merge branch 'next' into for-linusDmitry Torokhov73-1022/+3622
2023-08-15Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt1-0/+1
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)1-2/+2
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-3/+2
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+2
2023-08-01Input: rpckbd - fix the return value handle for platform_get_irq()Ruan Jinjie1-4/+4
2023-07-31input: serport: remove casts from tty->disc_dataJiri Slaby1-5/+5
2023-07-28Input: tca6416-keypad - switch to using input core's polling featuresDmitry Torokhov1-28/+20
2023-07-28Input: tca6416-keypad - convert to use devm_* apiYangtao Li1-35/+18
2023-07-28Input: tca6416-keypad - fix interrupt enable disbalanceDmitry Torokhov1-6/+2
2023-07-28Input: tca6416-keypad - rely on I2C core to set up suspend/resumeDmitry Torokhov1-25/+0
2023-07-28Input: tca6416-keypad - always expect proper IRQ number in i2c clientDmitry Torokhov1-17/+10
2023-07-28Input: lm8323 - convert to use devm_* apiYangtao Li1-51/+26
2023-07-28Input: lm8323 - rely on device core to create kp_disable attributeDmitry Torokhov1-12/+12
2023-07-28Input: qt2160 - convert to use devm_* apiYangtao Li1-57/+20
2023-07-28Input: qt2160 - do not hard code interrupt triggerDmitry Torokhov1-2/+1
2023-07-28Input: qt2160 - switch to using threaded interrupt handlerDmitry Torokhov1-34/+19
2023-07-28Input: qt2160 - tweak check for i2c adapter functionalityDmitry Torokhov1-5/+2
2023-07-25Input: psmouse - add delay when deactivating for SMBus modeJeffery Miller1-7/+12
2023-07-25Input: mcs-touchkey - fix uninitialized use of error in mcs_touchkey_probe()Nathan Chancellor1-1/+1
2023-07-20Input: qt1070 - convert to use devm_* apiYangtao Li1-32/+14
2023-07-20Input: mcs-touchkey - convert to use devm_* apiYangtao Li1-34/+29
2023-07-20Input: amikbd - convert to use devm_* apiYangtao Li1-20/+5
2023-07-20Input: lm8333 - convert to use devm_* apiYangtao Li1-30/+14
2023-07-18Input: mms114 - add support for touch keysArtur Weber1-7/+81
2023-07-18Input: da9063 - add wakeup supportSamuel Holland1-0/+9
2023-07-17Input: gpio-keys - convert to dev_err_probe()Geert Uytterhoeven1-12/+9
2023-07-17Input: Explicitly include correct DT includesRob Herring21-22/+20
2023-07-17Merge tag 'v6.4' into nextDmitry Torokhov12-28/+111
2023-07-13Input: iqs7211 - point to match data directlyJeff LaBundy1-19/+7
2023-07-12Input: add support for Azoteq IQS7210A/7211A/EJeff LaBundy3-0/+2580
2023-07-12Input: rotary_encoder - don't double assign input->dev.parentRoi L1-1/+0
2023-07-12Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach1-0/+7
2023-07-12Input: bcm-keypad - correct dev_err_probe() errorKrzysztof Kozlowski1-1/+1
2023-07-10Input: lpc32xx_ts - convert to use devm_* apiYangtao Li1-76/+22
2023-07-10Input: nomadik-ske-keypad - convert to use devm_* apiYangtao Li1-92/+35
2023-07-10Input: sun4i-lradc-keys - convert to devm_platform_ioremap_resource()Yangtao Li1-2/+1
2023-07-10Input: pxa27x_keypad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-10Input: opencores-kbd - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-10Input: omap4-keyad - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-10Input: nspire-keypad - use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-07-10Input: lpc32xx-keys - convert to devm_platform_ioremap_resource()Yangtao Li1-8/+1
2023-07-10Input: bcm-keypad - convert to devm_platform_ioremap_resource()Yangtao Li1-9/+1
2023-07-10Input: iqs7222 - add support for Azoteq IQS7222DJeff LaBundy2-11/+461
2023-07-10Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy1-4/+4
2023-07-10Input: tegra-kbc - use devm_platform_ioremap_resourceMartin Kaiser1-1/+1
2023-07-10Input: novatek-nvt-ts - add touchscreen model number to descriptionHans de Goede2-7/+5
2023-07-10Input: novatek-nvt-ts - fix input_register_device() failure error messageHans de Goede1-1/+1
2023-07-07Input: adp5588-keys - use devm_regulator_get_enable()Christophe JAILLET1-16/+1
2023-07-07Input: pinephone-keyboard - use devm_regulator_get_enable()Christophe JAILLET1-19/+1
2023-07-07Input: bu21029_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-20/+15
2023-07-07Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski1-33/+28
2023-07-07Input: bcm-keypad - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+4
2023-07-07Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-07Input: surface3_spi - simplify with dev_err_probe()Krzysztof Kozlowski1-10/+3
2023-07-07Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-07Input: silead - simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2023-07-07Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-21/+9
2023-07-07Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-26/+12
2023-07-07Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2023-07-07Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski1-29/+11
2023-07-07Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-16/+6
2023-07-07Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2023-07-07Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-14/+6
2023-07-07Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski1-11/+6
2023-07-07Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski1-7/+2
2023-07-07Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: pwm-vibra - simplify with dev_err_probe()Krzysztof Kozlowski1-21/+9
2023-07-07Input: gpio-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2-28/+11
2023-07-07Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski1-6/+2
2023-07-07Input: exc3000 - support power supply regulatorsMike Looijmans1-0/+7
2023-07-07Input: xpad - add GameSir T4 Kaleid Controller supportJonathan Frederick1-0/+2
2023-07-07Input: xpad - add GameSir VID for Xbox One controllersSam Lantinga1-0/+1
2023-07-07Input: xpad - fix support for some third-party controllersVicki Pfau1-0/+22
2023-07-05Input: gameport - add ISA and HAS_IOPORT dependenciesNiklas Schnelle2-6/+24
2023-07-05Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDXSebastian Reichel1-9/+1
2023-07-05Input: cpcap-pwrbutton - remove initial kernel-doc notationRandy Dunlap1-1/+1
2023-07-05Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist1-0/+10
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-8/+1
2023-06-29Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds113-403/+793
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-72/+41
2023-06-28Merge tag 'regulator-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-1/+1
2023-06-27Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-06-26Merge branch 'next' into for-linusDmitry Torokhov113-403/+793
2023-06-24Add Renesas PMIC RAA215300 and built-in RTCMark Brown5-7/+37
2023-06-16docs: update some straggling Documentation/arm referencesJonathan Corbet1-1/+1
2023-06-09Input: ads7846 - fix pointer cast warningArnd Bergmann1-1/+1
2023-06-07Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-7/+37
2023-06-07Input: ads7846 - Fix usage of match dataLinus Walleij1-8/+1
2023-06-06Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly1-4/+15
2023-06-06Input: gameport - provide default trigger() and read()Dmitry Torokhov1-2/+16
2023-06-06Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König1-3/+2
2023-06-06Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König1-5/+8
2023-05-24Input: ads7846 - Convert to use software nodesLinus Walleij1-72/+41
2023-05-23Input: tests - add test to cover all input_grab_device() functionDana Elfassy1-0/+32
2023-05-23Input: gpio-keys - use input_report_key()Geert Uytterhoeven1-3/+3
2023-05-23Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas1-1/+0
2023-05-22Input: xpad - spelling fixes for "Xbox"Ismael Ferreras Morezuelas2-39/+39
2023-05-22Input: add HAS_IOPORT dependenciesNiklas Schnelle2-0/+2
2023-05-18Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov1-4/+32
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov3-129/+231
2023-05-18Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov1-4/+11
2023-05-18Input: libps2 - fix NAK handlingDmitry Torokhov1-1/+1
2023-05-18Input: libps2 - rework handling of command responseDmitry Torokhov1-8/+10
2023-05-18Input: libps2 - remove special handling of ACK for command byteDmitry Torokhov1-7/+2
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov6-29/+44
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König92-92/+92
2023-05-15mfd: rk808: Split into core and i2cSebastian Reichel1-1/+1
2023-05-11Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov1-4/+5
2023-05-11Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede1-0/+30
2023-05-10Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut1-2/+1
2023-05-08Input: pwm-vibra - add support for enable GPIOLuca Weiss1-0/+16
2023-05-08Input: pwm-vibra - add newline to dev_err printsLuca Weiss1-10/+10
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut1-13/+23
2023-05-05Input: edt-ft5x06 - add delay after waking upPhilipp Puschmann1-0/+1
2023-05-05Input: cyttsp5 - implement proper sleep and wakeup proceduresMaximilian Weigand1-0/+77
2023-05-05Input: fix open count when closing inhibited deviceDmitry Torokhov1-1/+1
2023-05-05Input: tests - fix input_test_match_device_id testDmitry Torokhov1-1/+1
2023-05-02Input: avoid calling input_set_abs_val() in the event handling coreDmitry Torokhov1-2/+4
2023-05-02Input: tests - modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-05-02Input: tests - fix use-after-free and refcount underflow in input_test_exit()Geert Uytterhoeven1-2/+2
2023-05-01Input: uinput - allow injecting event timesBiswarup Pal1-0/+34
2023-05-01Input: atmel_mxt_ts - support capacitive keysAndré Apitzsch1-0/+85
2023-05-01Input: cyttsp4_core - change del_timer_sync() to timer_shutdown_sync()Duoming Zhou1-2/+1
2023-05-01Input: cyttsp5 - fix array lengthMaximilian Weigand1-1/+1
2023-05-01Input: cyttsp5 - remove unused codeMaximilian Weigand1-5/+0
2023-05-01Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds31-297/+1015
2023-05-01Input: drv260x - fix magnitude handlingLuca Weiss1-6/+7
2023-05-01Input: drv260x - remove unused .reg_defaultsLuca Weiss1-40/+0
2023-05-01Input: drv260x - sleep between polling GO bitLuca Weiss1-0/+1
2023-05-01Input: drv260x - fix typo in register value defineLuca Weiss1-2/+2
2023-05-01Merge branch 'next' into for-linusDmitry Torokhov47-2298/+1045
2023-05-01Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov1-23/+0
2023-04-25Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-04-23Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+7
2023-04-14Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki1-1/+1
2023-04-14Input: xpad - fix PowerA EnWired Controller guide buttonVicki Pfau1-0/+15
2023-04-14Input: xpad - add constants for GIP interface numbersVicki Pfau1-1/+4
2023-04-13Input: cyttsp5 - fix sensing configuration data structurehrdl1-0/+1
2023-04-13Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong1-1/+1
2023-04-13Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin1-2/+1
2023-04-10Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle1-0/+1
2023-04-10Input: melfas_mip4 - report palm touchesJungHoon Hyun1-9/+10
2023-04-09Input: pegasus-notetaker - check pipe type when probingSoumya Negi1-0/+6
2023-04-09Input: cma3000_d0x - remove unneeded codeJiapeng Chong1-2/+0
2023-04-02Input: edt-ft5x06 - calculate points data length only onceDario Binacchi1-28/+28
2023-04-02Input: edt-ft5x06 - unify the crc checkDario Binacchi1-6/+3
2023-04-02Input: edt-ft5x06 - convert to use regmap APIDario Binacchi1-210/+214
2023-04-02Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi1-3/+3
2023-04-02Input: edt-ft5x06 - remove code duplicationDario Binacchi1-4/+7
2023-04-02Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi1-4/+4
2023-04-02Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi1-2/+2
2023-04-02Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi1-2/+0
2023-04-02Input: edt-ft5x06 - fix indentationDario Binacchi1-16/+20
2023-04-02Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara1-15/+2
2023-04-01Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas5-0/+167
2023-04-01Input: add a new Novatek NVT-ts driverHans de Goede3-0/+312
2023-04-01Input: xpad - fix support for some third-party controllersVicki Pfau1-0/+23
2023-04-01Input: xpad - treat Qanba controllers as Xbox360 controllersPierre-Loup A. Griffais1-0/+1
2023-04-01Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-18/+63
2023-03-23Input: xpad - add VID for Turtle Beach controllersVicki Pfau1-0/+1
2023-03-23Input: xpad - remove unused field in VID/PID tableVicki Pfau1-1/+0
2023-03-23Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach1-0/+28
2023-03-19Input: alps - fix compatibility with -funsigned-charmsizanoen1-8/+8
2023-03-19Input: focaltech - use explicitly signed char typeJason A. Donenfeld1-4/+4
2023-03-19Input: xpad - fix incorrectly applied patch for MAP_PROFILE_BUTTONMatthias Benkmann1-3/+4
2023-03-19Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König1-1/+1
2023-03-17Input: bcm_iproc_tsc - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: sun4i-ts - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-17Input: zinitix - use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-03-17Input: Use of_property_read_bool() for boolean propertiesRob Herring4-10/+5
2023-03-17Merge tag 'v6.3-rc2' into nextDmitry Torokhov20-2002/+37
2023-03-17Input: hideep - optionally reset controller work mode to native HiDeep protocolHans de Goede1-0/+20
2023-03-17Input: hideep - silence error in SW_RESET()Hans de Goede1-1/+6
2023-03-17Input: hideep - clean up some inconsistent indentingYang Li1-3/+3
2023-03-17Input: goodix - add Lenovo Yoga Book X90F to nine_bytes_report DMI tableHans de Goede1-3/+11
2023-03-17Input: i8042 - add quirk for Fujitsu Lifebook A574/HJonathan Denose1-0/+8
2023-03-06gpiolib: remove gpio_set_debounce()Arnd Bergmann1-2/+3
2023-03-03thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano1-1/+1
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+17
2023-02-25Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds111-815/+665
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+10
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-02-21Input: hp_sdc_rtc - mark an unused function as __maybe_unusedRandy Dunlap1-1/+1
2023-02-21Input: gpio-keys - add support for linux,input-value DTS propertyGergo Koteles1-0/+3
2023-02-21Input: bbnsm_pwrkey - add bbnsm power key supportJacky Bai3-0/+205
2023-02-21Merge branch 'next' into for-linusDmitry Torokhov120-1077/+834
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-1985/+0