summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-arm-move' of git://git.lwn.net/linuxLinus Torvalds2023-06-271-1/+1
|\
| * docs: update some straggling Documentation/arm referencesJonathan Corbet2023-06-161-1/+1
* | Merge tag 'input-for-v6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-075-7/+37
|\ \ | |/ |/|
| * Input: xpad - delete a Razer DeathAdder mouse VID/PID entryIsmael Ferreras Morezuelas2023-05-231-1/+0
| * Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov2023-05-111-4/+5
| * Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede2023-05-111-0/+30
| * Input: fix open count when closing inhibited deviceDmitry Torokhov2023-05-051-1/+1
| * Input: cyttsp5 - fix array lengthMaximilian Weigand2023-05-021-1/+1
* | Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-0231-297/+1015
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2023-05-0247-2298/+1045
| |\
| | * Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov2023-05-021-23/+0
| | * Input: xpad - fix PowerA EnWired Controller guide buttonVicki Pfau2023-04-141-0/+15
| | * Input: xpad - add constants for GIP interface numbersVicki Pfau2023-04-141-1/+4
| | * Input: synaptics-rmi4 - fix function name in kerneldocJiapeng Chong2023-04-141-1/+1
| | * Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin2023-04-141-2/+1
| | * Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle2023-04-111-0/+1
| | * Input: melfas_mip4 - report palm touchesJungHoon Hyun2023-04-111-9/+10
| | * Input: cma3000_d0x - remove unneeded codeJiapeng Chong2023-04-101-2/+0
| | * Input: edt-ft5x06 - calculate points data length only onceDario Binacchi2023-04-031-28/+28
| | * Input: edt-ft5x06 - unify the crc checkDario Binacchi2023-04-031-6/+3
| | * Input: edt-ft5x06 - convert to use regmap APIDario Binacchi2023-04-031-210/+214
| | * Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi2023-04-031-3/+3
| | * Input: edt-ft5x06 - remove code duplicationDario Binacchi2023-04-031-4/+7
| | * Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi2023-04-031-4/+4
| | * Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi2023-04-031-2/+2
| | * Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi2023-04-031-2/+0
| | * Input: edt-ft5x06 - fix indentationDario Binacchi2023-04-031-16/+20
| | * Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara2023-04-031-15/+2
| | * Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas2023-04-025-0/+167
| | * Input: add a new Novatek NVT-ts driverHans de Goede2023-04-023-0/+312
| | * Input: xpad - fix support for some third-party controllersVicki Pfau2023-04-021-0/+23
| | * Input: xpad - treat Qanba controllers as Xbox360 controllersPierre-Loup A. Griffais2023-04-021-0/+1
| | * Input: xpad - add VID for Turtle Beach controllersVicki Pfau2023-03-241-0/+1
| | * Input: xpad - remove unused field in VID/PID tableVicki Pfau2023-03-241-1/+0
| | * Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König2023-03-201-1/+1
| | * Input: bcm_iproc_tsc - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
| | * Input: sun4i-ts - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
| | * Input: tm2-touchkey - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
| | * Input: st-keyscan - drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-171-1/+1
| | * Input: zinitix - use of_property_present() for testing DT property presenceRob Herring2023-03-171-1/+1
| | * Input: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-174-10/+5
| | * Merge tag 'v6.3-rc2' into nextDmitry Torokhov2023-03-1720-2002/+37
| | |\
| | * | Input: hideep - optionally reset controller work mode to native HiDeep protocolHans de Goede2023-03-171-0/+20
| | * | Input: hideep - silence error in SW_RESET()Hans de Goede2023-03-171-1/+6
| | * | Input: hideep - clean up some inconsistent indentingYang Li2023-03-171-3/+3
| | * | Input: hp_sdc_rtc - mark an unused function as __maybe_unusedRandy Dunlap2023-02-211-1/+1
| | * | Input: gpio-keys - add support for linux,input-value DTS propertyGergo Koteles2023-02-211-0/+3
| | * | Input: bbnsm_pwrkey - add bbnsm power key supportJacky Bai2023-02-213-0/+205
* | | | Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-261-1/+1
|\ \ \ \
| * \ \ \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| |\ \ \ \