summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: uinput - fix race that can block nonblocking readDmitry Torokhov2012-08-211-30/+44
* Input: uinput - return -EINVAL when read buffer size is too smallDavid Herrmann2012-08-211-0/+3
* Input: uinput - take event lock when fetching events from bufferDmitry Torokhov2012-08-211-3/+24
* Input: rotary-encoder - add DT bindingsDaniel Mack2012-08-211-16/+80
* Input: rotary-encoder - constify platform data pointersDmitry Torokhov2012-08-211-6/+6
* Input: rotary-encoder - use gpio_request_one()Daniel Mack2012-08-211-25/+8
* Input: rotary-encoder - defer calls gpio_to_irq()Daniel Mack2012-08-211-2/+3
* Input: twl4030-pwrbutton - report a wakeup_event on button pressNeilBrown2012-08-211-0/+1
* Merge branch 'for-linus' to bring in change ensuring that drivers thatDmitry Torokhov2012-07-072-4/+7
|\
| * Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-042-4/+7
* | Merge commit 'v3.5-rc5' into nextDmitry Torokhov2012-07-045-35/+67
|\ \
| * \ Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-05-291-1/+1
| |\ \
| | * | mfd: Convert wm831x to irq_domainMark Brown2012-05-201-1/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-05-243-13/+37
| |\ \ \ | | | |/ | | |/|
| * | | USB: input: yealink.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-8/+10
| * | | USB: input: powermate.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-1/+3
| * | | USB: input: keyspan_remote.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-7/+7
| * | | USB: input: cm109.c: fix up dev_* messagesGreg Kroah-Hartman2012-05-041-10/+10
| * | | USB: yealink.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-4/+6
| * | | USB: powermate.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-4/+6
| * | | USB: input: yealink.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-5/+5
| * | | USB: input: powermate.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-1/+1
| * | | USB: input: keyspan_remote.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-5/+5
| * | | USB: input: cm109.c: fix up dev_err() usageGreg Kroah-Hartman2012-05-011-6/+6
| * | | USB: yealink.c: remove err() usageGreg Kroah-Hartman2012-04-251-6/+13
| * | | USB: powermate.c: remove err() usageGreg Kroah-Hartman2012-04-251-2/+3
| * | | USB: keyspan_remote.c: remove err() usageGreg Kroah-Hartman2012-04-251-5/+14
| * | | USB: cm109.c: remove err() usageGreg Kroah-Hartman2012-04-251-10/+17
| | |/ | |/|
* | | Input: twl6040-vibra - update for device tree supportPeter Ujfalusi2012-06-121-18/+24
* | | Input: ab8500-ponkey - add device tree supportLee Jones2012-06-121-0/+9
| |/ |/|
* | Input: tl6040-vibra - Device Tree supportPeter Ujfalusi2012-05-101-11/+35
* | Input: mpu3050 - set IRQF_ONESHOT when requesting the interruptStephen Warren2012-05-021-1/+1
* | Merge commit 'v3.4-rc4' into nextDmitry Torokhov2012-04-215-10/+34
|\ \ | |/
| * mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2012-04-162-4/+3
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-04-121-1/+2
| |\
| | * Input: da9052 - fix memory leak in da9052_onkey_probe()Jesper Juhl2012-04-111-1/+2
| * | Merge tag 'mfd_3.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-03-281-0/+26
| |\ \
| | * | mfd: Add ability to wake the system for 88pm860xJett.Zhou2012-03-061-0/+26
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-2217-173/+703
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'next' into for-linusDmitry Torokhov2012-03-1923-247/+710
| | |\ \
| | * | | Input: twl4030-vibra - really switch from #if to #ifdefDmitry Torokhov2012-03-121-1/+1
| * | | | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-221-1/+1
| |\ \ \ \
| | * | | | xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND depsAndrew Jones2012-03-161-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-071-4/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | |
| | * | | Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov2012-02-241-4/+2
* | | | | Input: cma3000-d0x - remove unneeded checksDmitry Torokhov2012-04-201-1/+1
| |_|_|/ |/| | |
* | | | Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-161-12/+1
* | | | Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-168-90/+8
* | | | Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-162-22/+2
* | | | Input: kxtj9 - who_am_i check value and initial data rate fixesChristopher Hudson2012-03-161-5/+17
OpenPOWER on IntegriCloud