aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-30xen-kbdfront: handle backend CLOSED without CLOSINGDavid Vrabel1-1/+4
2012-10-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-16/+1
2012-10-06Merge branches 'acpica', 'acpidump', 'intel-idle', 'misc', 'module_acpi_driver-simplify', 'turbostat' and 'usb3' into releaseLen Brown1-16/+1
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-2/+16
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-120/+218
2012-10-01Merge branch 'next' into for-linusDmitry Torokhov3-120/+218
2012-10-01Merge branches 'from-henrik', 'hidraw', 'logitech', 'picolcd', 'ps3', 'uclogic', 'wacom' and 'wiimote' into for-linusJiri Kosina1-2/+2
2012-09-21Input: atlas_btns - convert to module_acpi_driver()Mika Westerberg1-16/+1
2012-09-19Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg1-1/+1
2012-09-19Revert "input: ab8500-ponkey: Create AB8500 domain IRQ mapping"Dmitry Torokhov1-2/+2
2012-09-18input: twl4030-vibra: Support for DT booted kernelPeter Ujfalusi1-2/+16
2012-09-04Merge tag 'v3.6-rc4' into nextDmitry Torokhov5-3/+182
2012-08-21Input: uinput - fix formattingDmitry Torokhov1-10/+18
2012-08-21Input: uinput - specify exact bit sizes on userspace APIsDmitry Torokhov1-5/+6
2012-08-21Input: uinput - mark failed submission requests as freeDmitry Torokhov1-38/+40
2012-08-21Input: uinput - fix race that can block nonblocking readDmitry Torokhov1-30/+44
2012-08-21Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann1-0/+3
2012-08-21Input: uinput - take event lock when fetching events from bufferDmitry Torokhov1-3/+24
2012-08-21Input: rotary-encoder - add DT bindingsDaniel Mack1-16/+80
2012-08-21Input: rotary-encoder - constify platform data pointersDmitry Torokhov1-6/+6
2012-08-21Input: rotary-encoder - use gpio_request_one()Daniel Mack1-25/+8
2012-08-21Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack1-2/+3
2012-08-21Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown1-0/+1
2012-07-30Merge tag 'mfd-3.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds4-2/+181
2012-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-18/+33
2012-07-25input: Add onkey support for 88PM80X PMICQiao Zhou3-0/+179
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-07-16input: ab8500-ponkey: Create AB8500 domain IRQ mappingLee Jones1-2/+2
2012-07-07Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2-4/+7
2012-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+7
2012-07-04Merge commit 'v3.5-rc5' into nextDmitry Torokhov5-35/+67
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2-4/+7
2012-06-29Merge branch 'master' into for-nextJiri Kosina1-1/+1
2012-06-12Input: twl6040-vibra - update for device tree supportPeter Ujfalusi1-18/+24
2012-06-12Input: ab8500-ponkey - add device tree supportLee Jones1-0/+9
2012-06-03Fix comment typo multipy -> multiplyRalf Baechle1-1/+1
2012-05-29Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-1/+1
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-13/+37
2012-05-20mfd: Convert wm831x to irq_domainMark Brown1-1/+1
2012-05-10Input: tl6040-vibra - Device Tree supportPeter Ujfalusi1-11/+35
2012-05-04USB: input: yealink.c: fix up dev_* messagesGreg Kroah-Hartman1-8/+10
2012-05-04USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman1-1/+3
2012-05-04USB: input: keyspan_remote.c: fix up dev_* messagesGreg Kroah-Hartman1-7/+7
2012-05-04USB: input: cm109.c: fix up dev_* messagesGreg Kroah-Hartman1-10/+10
2012-05-02Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren1-1/+1
2012-05-01USB: yealink.c: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-01USB: powermate.c: remove dbg() usageGreg Kroah-Hartman1-4/+6
2012-05-01USB: input: yealink.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5
2012-05-01USB: input: powermate.c: fix up dev_err() usageGreg Kroah-Hartman1-1/+1
2012-05-01USB: input: keyspan_remote.c: fix up dev_err() usageGreg Kroah-Hartman1-5/+5