summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: sis_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-14/+6
| | * | Input: silead - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-5/+3
| | * | Input: resistive-adc-touch - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: raydium_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-21/+9
| | * | Input: pixcir_i2c_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-26/+12
| | * | Input: melfas_mip4 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+2
| | * | Input: goodix - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-29/+11
| | * | Input: elants_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-16/+6
| | * | Input: ektf2127 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: edf-ft5x06 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+3
| | * | Input: cy8ctma140 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: chipone_icn8318 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: bu21029_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-14/+6
| | * | Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-11/+6
| | * | Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+2
| | * | Input: rotary_encoder - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: pwm-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-21/+9
| | * | Input: gpio-vibra - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-072-28/+11
| | * | Input: gpio_keys_polled - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-6/+2
| | * | Input: exc3000 - support power supply regulatorsMike Looijmans2023-07-071-0/+7
| | * | Input: xpad - add GameSir T4 Kaleid Controller supportJonathan Frederick2023-07-071-0/+2
| | * | Input: xpad - add GameSir VID for Xbox One controllersSam Lantinga2023-07-071-0/+1
| | * | Input: xpad - fix support for some third-party controllersVicki Pfau2023-07-071-0/+22
| | * | Input: gameport - add ISA and HAS_IOPORT dependenciesNiklas Schnelle2023-07-052-6/+24
| * | | Input: goodix - add support for ACPI ID GDX9110Felix Engelhardt2023-08-151-0/+1
| * | | Input: i8042 - add quirk for TUXEDO Gemini 17 Gen1/Clevo PD70PNWerner Sembach2023-07-121-0/+7
| * | | Input: cpcap-pwrbutton - replace GPLv2 boilerplate with SPDXSebastian Reichel2023-07-051-9/+1
| * | | Input: cpcap-pwrbutton - remove initial kernel-doc notationRandy Dunlap2023-07-051-1/+1
| * | | Input: exc3000 - add ACPI support for EXC80H60Andreas Helbech Kleist2023-07-051-0/+10
* | | | tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-2/+2
* | | | tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* | | | tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-3/+2
* | | | tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+2
* | | | input: serport: remove casts from tty->disc_dataJiri Slaby2023-07-311-5/+5
* | | | Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-06-291-8/+1
|\ \ \ \
| * | | | Input: ads7846 - fix pointer cast warningArnd Bergmann2023-06-091-1/+1
| * | | | Input: ads7846 - Fix usage of match dataLinus Walleij2023-06-071-8/+1
* | | | | Merge tag 'input-for-v6.5-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-29113-403/+793
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2023-06-26113-403/+793
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly2023-06-061-4/+15
| | * | | Input: gameport - provide default trigger() and read()Dmitry Torokhov2023-06-061-2/+16
| | * | | Input: tps65219-pwrbutton - use regmap_set_bits()Uwe Kleine-König2023-06-061-3/+2
| | * | | Input: tps65219-pwrbutton - convert to .remove_new()Uwe Kleine-König2023-06-061-5/+8
| | * | | Input: tests - add test to cover all input_grab_device() functionDana Elfassy2023-05-231-0/+32
| | * | | Input: gpio-keys - use input_report_key()Geert Uytterhoeven2023-05-231-3/+3
| | * | | Input: xpad - spelling fixes for "Xbox"Ismael Ferreras Morezuelas2023-05-222-39/+39
| | * | | Input: add HAS_IOPORT dependenciesNiklas Schnelle2023-05-222-0/+2
| | * | | Input: libps2 - do not discard non-ack bytes when controlling LEDsDmitry Torokhov2023-05-181-4/+32
| | * | | Input: libps2 - introduce common interrupt handlerDmitry Torokhov2023-05-183-129/+231
| | * | | Input: libps2 - fix aborting PS/2 commandsDmitry Torokhov2023-05-181-4/+11