summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-042-4/+7
* 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
* | | | Input: add driver support for MAX8997-hapticDonggeun Kim2012-03-163-0/+420
* | | | Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-099-79/+23
|\ \ \ \ | |/ / /
| * | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-01-141-1/+1
| |\ \ \
| | * | | module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
| * | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2012-01-131-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mfd: Unify abx500 headers in mfd/abx500Linus Walleij2012-01-091-1/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-121-2/+13
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | * | Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov2012-01-101-2/+13
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-1029-282/+703
| |\ \ \ | | |/ /
| | * | Merge branch 'next' into for-linusDmitry Torokhov2012-01-0832-1162/+1004
| | |\ \
| * | \ \ Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-101-5/+2
| |\ \ \ \
| | * | | | Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich2012-01-041-5/+2
| * | | | | Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-064-68/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman2011-11-184-68/+4
| | |/ / /
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-12-191-2/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()Xi Wang2011-12-121-2/+2
* | | | Input: max8925_onkey - avoid accessing input device too earlyDmitry Torokhov2012-03-061-47/+44
* | | | Input: max8925_onkey - allow to be used as a wakeup sourceKevin Liu2012-03-051-0/+34
* | | | Input: add support for OnKey module for DA9052/53 PMICAshish Jangam2012-03-043-0/+180
* | | | Input: pcf8574_keypad - fix typo in KconfigMasanari Iida2012-01-311-1/+1
| |_|/ |/| |
* | | Input: mpu3050 - configure the sampling methodHeikki Krogerus2011-12-241-5/+103
* | | Input: mpu3050 - ensure we enable interruptsHeikki Krogerus2011-12-241-1/+12
* | | Input: mpu3050 - add of_match table for device-tree probingOlof Johansson2011-12-241-0/+7
* | | Input: add driver for Sharp gp2ap002a00f proximity sensorCourtney Cavin2011-12-123-1/+312
* | | Input: mc13783-pwrbutton - convert to use module_platform_driver()Axel Lin2011-12-121-12/+2
* | | Input: misc - use macro module_platform_driver()JJ Ding2011-11-3020-247/+21
* | | Input: add generic GPIO-tilt driverHeiko Stübner2011-11-303-0/+228
* | | Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-291-1/+0
* | | Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-2912-893/+314
|\ \ \ | |/ /
OpenPOWER on IntegriCloud