summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2018-07-30Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman-0/+9
2018-07-29Input: hilkbd - Add casts to HP9000/300 I/O accessorsGeert Uytterhoeven-2/+2
2018-07-27Input: iforce - reorganize joystick configuration listsTim Schumacher-14/+5
2018-07-27Input: atmel_mxt_ts - move completion to after config crc is updatedNick Dyer-2/+2
2018-07-27Input: atmel_mxt_ts - don't report zero pressure from T9Nick Dyer-0/+4
2018-07-27Input: atmel_mxt_ts - zero terminate config firmware fileNick Dyer-10/+24
2018-07-27Input: atmel_mxt_ts - refactor config update code to add context structNick Dyer-52/+56
2018-07-27Input: atmel_mxt_ts - config CRC may start at T71Nick Dyer-12/+22
2018-07-27Input: atmel_mxt_ts - remove unnecessary debug on ENOMEMNick Dyer-6/+2
2018-07-27Input: atmel_mxt_ts - remove duplicate setup of ABS_MT_PRESSURENick Dyer-6/+0
2018-07-27Input: atmel_mxt_ts - use BIT() macro everywhereNick Dyer-18/+18
2018-07-27Input: atmel_mxt_ts - only use first T9 instanceNick Dyer-3/+4
2018-07-27Input: aiptek - replace GFP_ATOMIC with GFP_KERNEL in aiptek_probe()Jia-Ju Bai-1/+1
2018-07-27Input: appletouch - replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai-3/+3
2018-07-27Input: yealink - replace GFP_ATOMIC with GFP_KERNEL in usb_probe()Jia-Ju Bai-2/+2
2018-07-27Input: powermate - replace GFP_ATOMIC with GFP_KERNEL in powermate_alloc_buff...Jia-Ju Bai-1/+1
2018-07-27Input: keyspan_remote - replace GFP_ATOMIC with GFP_KERNEL in keyspan_probe()Jia-Ju Bai-1/+1
2018-07-27Input: wdt87xx_i2c - replace mdelay() with msleep() in wdt87xx_resume()Jia-Ju Bai-1/+1
2018-07-27Input: iforce - assign BTN_DEAD only for specific devicesTim Schumacher-5/+6
2018-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+9
2018-07-26Input: iforce - reformat the packet dump outputTim Schumacher-11/+7
2018-07-26Input: stop telling users to snail-mail VojtechDmitry Torokhov-180/+0
2018-07-25Input: pxrc - flatten probe codeDmitry Torokhov-49/+35
2018-07-25Input: pxrc - do not store unneeded data in driver structureDmitry Torokhov-18/+17
2018-07-25Input: pxrc - move module device table closer to where it is usedDmitry Torokhov-6/+6
2018-07-25Input: pxrc - fix freeing URB on device teardownDmitry Torokhov-36/+30
2018-07-25Input: pxrc - do not store USB device in private structMarcus Folkesson-7/+6
2018-07-18Input: i8042 - add Lenovo LaVie Z to the i8042 reset listChen-Yu Tsai-0/+7
2018-07-18Input: egalax_ts - switch to SPDX identifierFabio Estevam-4/+1
2018-07-16Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15ASTKT Liao-0/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman-123/+340
2018-07-14Merge tag 'omap-for-v4.19/omap1-v2-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson-97/+101
2018-07-13input: rohm_bu21023: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin-2/+2
2018-07-04Input: iforce - use GFP_KERNEL in iforce_get_id_packet()Sebastian Andrzej Siewior-1/+1
2018-07-04Input: cros_ec_keyb - remove redundant variable num_colsColin Ian King-3/+0
2018-07-04Input: eeti - fix link to documentation and email address in headerDaniel Mack-3/+3
2018-07-04Input: eeti - drop module parameters, parse DT propertiesDaniel Mack-17/+5
2018-07-04Input: eeti - add device tree matching tableDaniel Mack-0/+9
2018-07-04Input: elan_i2c - add ACPI ID for lenovo ideapad 330Donald Shanty III-0/+1
2018-07-03Input: keyboard: Fix ChromeOS EC keyboard help message.Enric Balletbo i Serra-1/+1
2018-07-03use the new async probing feature for the hyperv driversArjan van de Ven-0/+3
2018-07-02Input: ams_delta_serio: Get FIQ buffer from platform_dataJanusz Krzysztofik-7/+13
2018-07-02Input: ams_delta_serio: use IRQ resourceJanusz Krzysztofik-23/+9
2018-07-02ARM: OMAP1: Get rid of <mach/ams-delta-fiq.h>Janusz Krzysztofik-2/+1
2018-07-02ARM: OMAP1: ams-delta FIQ: Keep serio input GPIOs requestedJanusz Krzysztofik-28/+2
2018-07-02ARM: OMAP1: ams-delta: Hog "keybrd_dataout" GPIO pinJanusz Krzysztofik-5/+0
2018-07-02Input: ams_delta_serio: Replace power GPIO with regulatorJanusz Krzysztofik-9/+28
2018-07-02Input: ams_delta_serio: use private structureJanusz Krzysztofik-26/+43
2018-07-02Input: ams_delta_serio: convert to platform driverJanusz Krzysztofik-13/+21
2018-07-02Merge 4.18-rc3 into staging-nextGreg Kroah-Hartman-123/+340