summaryrefslogtreecommitdiff
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.4-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-05-0131-297/+1015
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2023-05-0147-2298/+1045
| |\
| | * Revert "Input: xpad - fix support for some third-party controllers"Dmitry Torokhov2023-05-011-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-131-1/+1
| | * Input: raspberrypi-ts - fix refcount leak in rpi_ts_probeMiaoqian Lin2023-04-131-2/+1
| | * Input: edt-ft5x06 - select REGMAP_I2CDaniel Golle2023-04-101-0/+1
| | * Input: melfas_mip4 - report palm touchesJungHoon Hyun2023-04-101-9/+10
| | * Input: cma3000_d0x - remove unneeded codeJiapeng Chong2023-04-091-2/+0
| | * Input: edt-ft5x06 - calculate points data length only onceDario Binacchi2023-04-021-28/+28
| | * Input: edt-ft5x06 - unify the crc checkDario Binacchi2023-04-021-6/+3
| | * Input: edt-ft5x06 - convert to use regmap APIDario Binacchi2023-04-021-210/+214
| | * Input: edt-ft5x06 - don't print error messages with dev_dbg()Dario Binacchi2023-04-021-3/+3
| | * Input: edt-ft5x06 - remove code duplicationDario Binacchi2023-04-021-4/+7
| | * Input: edt-ft5x06 - don't recalculate the CRCDario Binacchi2023-04-021-4/+4
| | * Input: edt-ft5x06 - add spaces to ensure format specificationDario Binacchi2023-04-021-2/+2
| | * Input: edt-ft5x06 - remove unnecessary blank linesDario Binacchi2023-04-021-2/+0
| | * Input: edt-ft5x06 - fix indentationDario Binacchi2023-04-021-16/+20
| | * Input: tsc2007 - enable cansleep pendown GPIOBenjamin Bara2023-04-021-15/+2
| | * Input: Add KUnit tests for some of the input core helper functionsJavier Martinez Canillas2023-04-015-0/+167
| | * Input: add a new Novatek NVT-ts driverHans de Goede2023-04-013-0/+312
| | * Input: xpad - fix support for some third-party controllersVicki Pfau2023-04-011-0/+23
| | * Input: xpad - treat Qanba controllers as Xbox360 controllersPierre-Loup A. Griffais2023-04-011-0/+1
| | * Input: xpad - add VID for Turtle Beach controllersVicki Pfau2023-03-231-0/+1
| | * Input: xpad - remove unused field in VID/PID tableVicki Pfau2023-03-231-1/+0
| | * Input: iqs62x-keys - suppress duplicated error message in .remove()Uwe Kleine-König2023-03-191-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-251-1/+1
|\ \ \ \
| * \ \ \ Merge back Intel thermal control material for 6.4-rc1.Rafael J. Wysocki2023-04-141-1/+1
| |\ \ \ \
| | * | | | thermal/core: Use the thermal zone 'devdata' accessor in remaining driversDaniel Lezcano2023-03-031-1/+1
| | | |_|/ | | |/| |
* | | | | Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-251-2/+3
|\ \ \ \ \
| * | | | | gpiolib: remove gpio_set_debounce()Arnd Bergmann2023-03-061-2/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'input-for-v6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-232-0/+7
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Input: cyttsp5 - fix sensing configuration data structurehrdl2023-04-131-0/+1
| * | | Input: pegasus-notetaker - check pipe type when probingSoumya Negi2023-04-091-0/+6
* | | | Merge tag 'input-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-04-015-18/+63
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Input: i8042 - add TUXEDO devices to i8042 quirk tables for partial fixWerner Sembach2023-03-231-0/+28