summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-06-284-46/+34Star
|\
| * Input: vmmouse - remove port reservationSinclair Yeh2016-06-241-20/+2Star
| * Input: elantech - add more IC body types to the listDmitry Torokhov2016-06-231-7/+1Star
| * Input: wacom_w8001 - ignore invalid pen data packetsPing Cheng2016-06-231-0/+9
| * Input: wacom_w8001 - w8001_MAX_LENGTH should be 13Ping Cheng2016-06-231-1/+1
| * Input: xpad - fix oops when attaching an unknown Xbox One gamepadCameron Gutman2016-06-231-10/+13
| * Merge branch 'cec-defines' into for-linusDmitry Torokhov2016-06-198-20/+614
| |\
| * | Input: xpad - fix rumble on Xbox One controllers with 2015 firmwareCameron Gutman2016-06-011-8/+8
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-283-23/+70
|\| |
| * | Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl2016-05-281-21/+48
| * | Input: xpad - xbox one elite controller supportPavel Rojtberg2016-05-281-1/+2
| * | Input: xpad - add more third-party controllersPavel Rojtberg2016-05-281-0/+9
| * | Input: xpad - prevent spurious input from wired Xbox 360 controllersCameron Gutman2016-05-281-0/+4
| * | Input: xpad - move pending clear to the correct locationPavel Rojtberg2016-05-281-1/+1
| * | Input: uinput - handle compat ioctl for UI_SET_PHYSRicky Liang2016-05-201-0/+6
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-05-261-8/+1Star
|\ \ \
| * | | input: convert sun4i-ts to use devm_thermal_zone_of_sensor_registerEduardo Valentin2016-05-171-8/+1Star
* | | | Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-253-3/+26
|\ \ \ \
| * | | | input: misc: pwm-beeper: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * | | | input: misc: max8997: Explicitly apply PWM config extracted from pwm_argsBoris Brezillon2016-05-171-0/+6
| * | | | input: misc: max77693: Use pwm_get_args() where appropriateBoris Brezillon2016-05-171-3/+14
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-1912-169/+139Star
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'next' into for-linusDmitry Torokhov2016-05-1712-169/+139Star
| |\ \ \ \
| | * | | | Input: rotary-encoder - fix bare use of 'unsigned'Clifton Barnes2016-05-101-4/+4
| | * | | | Input: cm109 - spin_lock in complete() cleanupMing Lei2016-05-051-4/+6
| | * | | | Input: cm109 - fix handling of volume and mute buttonsFlorian Euchner2016-05-051-7/+30
| | * | | | Input: byd - don't wipe dynamically allocated memory twiceVladimir Zapolskiy2016-04-291-1/+0Star
| | * | | | Input: twl4030 - fix unsafe macro definitionRui Teng2016-04-291-12/+16
| | * | | | Input: twl6040-vibra - remove mutexH. Nikolaus Schaller2016-04-251-13/+2Star
| | * | | | Input: bcm_iproc_tsc - use syscon to access shared registersRaveendra Padasalagi2016-04-071-34/+43
| | * | | | Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSDmitry Torokhov2016-04-051-12/+4Star
| | * | | | Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Dmitry Torokhov2016-04-051-25/+0Star
| | * | | | Input: omap-keypad - drop empty PM stubsDmitry Torokhov2016-04-051-21/+0Star
| | * | | | Input: omap-keypad - remove adjusting of scan delayDmitry Torokhov2016-04-051-5/+1Star
| | * | | | Input: kbtab - stop saving struct usb_deviceOliver Neukum2016-03-311-4/+4
| | * | | | Input: gtco - stop saving struct usb_deviceOliver Neukum2016-03-311-12/+12
| | * | | | Input: aiptek - stop saving struct usb_deviceOliver Neukum2016-03-311-9/+11
| | * | | | Input: acecad - stop saving struct usb_deviceOliver Neukum2016-03-311-6/+6
* | | | | | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-183-16/+16
|\ \ \ \ \ \
| * | | | | | input: adp5588-keys: use gpiochip data pointerLinus Walleij2016-04-261-5/+5
| * | | | | | input: ad7879: use gpiochip data pointerLinus Walleij2016-03-301-5/+5
| * | | | | | input: adp5589-keys: use gpiochip data pointerLinus Walleij2016-03-301-6/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-181-1/+1
|\ \ \ \ \ \
| * | | | | | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
| |/ / / / /
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-171-3/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-056-13/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-123-2/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Input: twl6040-vibra - fix DT node memory managementH. Nikolaus Schaller2016-05-101-0/+1
| * | | | Input: max8997-haptic - fix NULL pointer dereferenceMarek Szyprowski2016-05-091-2/+4