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-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
| * | | | Input: byd - update copyright headerChris Diamand2016-05-091-0/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-05-053-24/+24
|\| | | | | |_|/ / |/| | |
| * | | Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetNick Dyer2016-04-251-14/+14
| * | | Input: zforce_ts - fix dual touch recognitionKnut Wohlrab2016-04-251-2/+2
| * | | Input: twl6040-vibra - fix atomic schedule panicH. Nikolaus Schaller2016-04-251-8/+8
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-04-236-13/+16
|\| | | | |/ / |/| |
| * | Input: twl4030-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0Star
| * | Input: twl6040-vibra - do not reparent to grandparentDmitry Torokhov2016-04-201-1/+0Star
| * | Input: twl6040-vibra - ignore return value of schedule_workH. Nikolaus Schaller2016-04-191-5/+1Star
| * | Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueH. Nikolaus Schaller2016-04-191-2/+1Star
| * | Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayStephen Boyd2016-04-171-3/+4
| * | Input: arizona-haptic - don't assign input_dev parentCharles Keepax2016-04-171-1/+0Star
| * | Input: xpad - add Mad Catz FightStick TE 2 VID/PIDSilvan Jegen2016-04-051-0/+2
| * | Input: gtco - fix crash on detecting device without endpointsVladis Dronov2016-03-311-1/+9
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-264-9/+7Star
|\ \
| * | drivers/input: eliminate INPUT_COMPAT_TEST macroAndrew Morton2016-03-264-9/+7Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-03-268-217/+449
|\ \ \ | |/ / |/| / | |/
| * Input: sur40 - fix DMA on stackOliver Neukum2016-03-241-7/+14
| * Input: ati_remote2 - fix crashes on detecting device with invalid descriptorVladis Dronov2016-03-241-6/+30
| * Input: synaptics - handle spurious release of trackstick buttons, againBenjamin Tissoires2016-03-181-2/+3
| * Input: synaptics-rmi4 - remove check of Non-NULL arrayAndrew Duggan2016-03-181-3/+2Star