aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 12-169/+139
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 3-16/+16
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-05-16Merge branch 'next' into for-linusGravatar Dmitry Torokhov 12-169/+139
2016-05-16Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2016-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-2/+9
2016-05-09Input: twl6040-vibra - fix DT node memory managementGravatar H. Nikolaus Schaller 1-0/+1
2016-05-09Input: rotary-encoder - fix bare use of 'unsigned'Gravatar Clifton Barnes 1-4/+4
2016-05-09Input: max8997-haptic - fix NULL pointer dereferenceGravatar Marek Szyprowski 1-2/+4
2016-05-09Input: byd - update copyright headerGravatar Chris Diamand 1-0/+4
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeGravatar Ingo Molnar 6-13/+16
2016-05-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 3-24/+24
2016-05-04Input: cm109 - spin_lock in complete() cleanupGravatar Ming Lei 1-4/+6
2016-05-04Input: cm109 - fix handling of volume and mute buttonsGravatar Florian Euchner 1-7/+30
2016-04-29Input: byd - don't wipe dynamically allocated memory twiceGravatar Vladimir Zapolskiy 1-1/+0
2016-04-29Input: twl4030 - fix unsafe macro definitionGravatar Rui Teng 1-12/+16
2016-04-28treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2016-04-26input: adp5588-keys: use gpiochip data pointerGravatar Linus Walleij 1-5/+5
2016-04-25Input: atmel_mxt_ts - use mxt_acquire_irq in mxt_soft_resetGravatar Nick Dyer 1-14/+14
2016-04-25Input: zforce_ts - fix dual touch recognitionGravatar Knut Wohlrab 1-2/+2
2016-04-25Input: twl6040-vibra - remove mutexGravatar H. Nikolaus Schaller 1-13/+2
2016-04-25Input: twl6040-vibra - fix atomic schedule panicGravatar H. Nikolaus Schaller 1-8/+8
2016-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 6-13/+16
2016-04-20Input: twl4030-vibra - do not reparent to grandparentGravatar Dmitry Torokhov 1-1/+0
2016-04-20Input: twl6040-vibra - do not reparent to grandparentGravatar Dmitry Torokhov 1-1/+0
2016-04-19Input: twl6040-vibra - ignore return value of schedule_workGravatar H. Nikolaus Schaller 1-5/+1
2016-04-19Input: twl6040-vibra - fix NULL pointer dereference by removing workqueueGravatar H. Nikolaus Schaller 1-2/+1
2016-04-17Input: pmic8xxx-pwrkey - fix algorithm for converting trigger delayGravatar Stephen Boyd 1-3/+4
2016-04-17Input: arizona-haptic - don't assign input_dev parentGravatar Charles Keepax 1-1/+0
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageGravatar Borislav Petkov 1-3/+3
2016-04-06Input: bcm_iproc_tsc - use syscon to access shared registersGravatar Raveendra Padasalagi 1-34/+43
2016-04-05Input: ti_am335x_tsc - use SIMPLE_DEV_PM_OPSGravatar Dmitry Torokhov 1-12/+4
2016-04-05Input: omap-keypad - remove set_col_gpio_val() and get_row_gpio_val()Gravatar Dmitry Torokhov 1-25/+0
2016-04-05Input: omap-keypad - drop empty PM stubsGravatar Dmitry Torokhov 1-21/+0
2016-04-05Input: omap-keypad - remove adjusting of scan delayGravatar Dmitry Torokhov 1-5/+1
2016-04-05Input: xpad - add Mad Catz FightStick TE 2 VID/PIDGravatar Silvan Jegen 1-0/+2
2016-03-31Input: kbtab - stop saving struct usb_deviceGravatar Oliver Neukum 1-4/+4
2016-03-31Input: gtco - stop saving struct usb_deviceGravatar Oliver Neukum 1-12/+12
2016-03-31Input: aiptek - stop saving struct usb_deviceGravatar Oliver Neukum 1-9/+11
2016-03-31Input: acecad - stop saving struct usb_deviceGravatar Oliver Neukum 1-6/+6
2016-03-31Input: gtco - fix crash on detecting device without endpointsGravatar Vladis Dronov 1-1/+9
2016-03-30input: ad7879: use gpiochip data pointerGravatar Linus Walleij 1-5/+5
2016-03-30input: adp5589-keys: use gpiochip data pointerGravatar Linus Walleij 1-6/+6
2016-03-25Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-9/+7
2016-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 8-217/+449
2016-03-25drivers/input: eliminate INPUT_COMPAT_TEST macroGravatar Andrew Morton 4-9/+7
2016-03-23Input: sur40 - fix DMA on stackGravatar Oliver Neukum 1-7/+14
2016-03-23Input: ati_remote2 - fix crashes on detecting device with invalid descriptorGravatar Vladis Dronov 1-6/+30
2016-03-22input: redefine INPUT_COMPAT_TEST as in_compat_syscall()Gravatar Andy Lutomirski 1-11/+1
2016-03-18Merge tag 'mfd-for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-0/+606