summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorLines
2012-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+2
2012-02-24Input: twl4030-vibra - use proper guard for PM methodsDmitry Torokhov-4/+2
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds-1/+1
2012-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+13
2012-01-10Input: revert some over-zealous conversions to module_platform_driver()Dmitry Torokhov-2/+13
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-282/+703
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+2
2012-01-08Merge branch 'next' into for-linusDmitry Torokhov-1162/+1004
2012-01-09mfd: Unify abx500 headers in mfd/abx500Linus Walleij-1/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-68/+4
2012-01-04Xen: consolidate and simplify struct xenbus_driver instantiationJan Beulich-5/+2
2011-12-24Input: mpu3050 - configure the sampling methodHeikki Krogerus-5/+103
2011-12-24Input: mpu3050 - ensure we enable interruptsHeikki Krogerus-1/+12
2011-12-24Input: mpu3050 - add of_match table for device-tree probingOlof Johansson-0/+7
2011-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-2/+2
2011-12-12Input: add driver for Sharp gp2ap002a00f proximity sensorCourtney Cavin-1/+312
2011-12-12Input: mc13783-pwrbutton - convert to use module_platform_driver()Axel Lin-12/+2
2011-12-12Input: cma3000_d0x - fix signedness bug in cma3000_thread_irq()Xi Wang-2/+2
2011-11-30Input: misc - use macro module_platform_driver()JJ Ding-247/+21
2011-11-30Input: add generic GPIO-tilt driverHeiko Stübner-0/+228
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen-1/+0
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov-893/+314
2011-11-18USB: convert drivers/input/* to use module_usb_driver()Greg Kroah-Hartman-68/+4
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding-16/+19
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+5
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds-0/+293
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker-0/+5
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-884/+0
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds-7/+14
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-26/+1038
2011-10-26Merge branch 'next' into for-linusDmitry Torokhov-41/+1482
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2011-10-24input: Add power button support for mc13783Philippe Rétornaz-0/+293
2011-10-12Input: twl6040-vibra: Check the selected path for vibraPeter Ujfalusi-0/+7
2011-10-12Input: twl6040: Simplify vibra regsiter definitionsPeter Ujfalusi-6/+6
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsDmitry Torokhov-10/+10
2011-09-27doc: fix broken referencesPaul Bolle-1/+1
2011-09-22[media] move ati_remote driver from input/misc to media/rcAnssi Hannula-884/+0
2011-09-19Input: twl6040-vibra: Use accessor to get revision informationPeter Ujfalusi-1/+1
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputLinus Torvalds-1/+1
2011-09-09Input: twl6040-vibra - fix compiler warningRandy Dunlap-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversYong Zhang-1/+1
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov-150/+622
2011-08-26Input: cm109 - fix checking return value of usb_control_msgaxel lin-1/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-135/+169
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao-2/+2
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich-41/+49
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov-103/+131