aboutsummaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-0/+5
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Gravatar Linus Torvalds 3-0/+293
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itGravatar Paul Gortmaker 5-0/+5
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-884/+0
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Gravatar Linus Torvalds 1-7/+14
2011-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 8-26/+1038
2011-10-26Merge branch 'next' into for-linusGravatar Dmitry Torokhov 11-41/+1482
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-10-24input: Add power button support for mc13783Gravatar Philippe Rétornaz 3-0/+293
2011-10-12Input: twl6040-vibra: Check the selected path for vibraGravatar Peter Ujfalusi 1-0/+7
2011-10-12Input: twl6040: Simplify vibra regsiter definitionsGravatar Peter Ujfalusi 1-6/+6
2011-10-06Input: mma8450 - silence some 'uninitialized variable' warningsGravatar Dmitry Torokhov 1-10/+10
2011-09-27doc: fix broken referencesGravatar Paul Bolle 1-1/+1
2011-09-22[media] move ati_remote driver from input/misc to media/rcGravatar Anssi Hannula 3-884/+0
2011-09-19Input: twl6040-vibra: Use accessor to get revision informationGravatar Peter Ujfalusi 1-1/+1
2011-09-16Merge branch 'for-linus' of git://github.com/dtor/inputGravatar Linus Torvalds 1-1/+1
2011-09-09Input: twl6040-vibra - fix compiler warningGravatar Randy Dunlap 1-1/+1
2011-09-07Input: remove IRQF_DISABLED from driversGravatar Yong Zhang 1-1/+1
2011-09-07Merge commit 'v3.1-rc4' into nextGravatar Dmitry Torokhov 13-150/+622
2011-08-26Input: cm109 - fix checking return value of usb_control_msgGravatar axel lin 1-1/+1
2011-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 6-135/+169
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsGravatar Wanlong Gao 1-2/+2
2011-08-22Input: ad714x - read the interrupt status registers in a rowGravatar Michael Hennerich 4-41/+49
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Gravatar Dmitry Torokhov 4-103/+131
2011-08-22Input: ad714x - fix endianness issuesGravatar Michael Hennerich 2-33/+25
2011-08-22Input: ad714xx-spi - force SPI bus into the default 8-bit modeGravatar Michael Hennerich 1-0/+6
2011-08-11Input: mpu3050 - correct call to input_free_deviceGravatar Axel Lin 1-1/+1
2011-08-09Input: add driver for Bosch Sensortec's BMA150 accelerometerGravatar Eric Andersson 3-0/+703
2011-08-08Input: mma8450 - fix module device table typeGravatar Axel Lin 1-1/+1
2011-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-0/+9
2011-08-02Input: add support for pm8xxx based vibrator driverGravatar Amy Maloche 3-12/+321
2011-07-31Input: mma8450 - add device tree probe supportGravatar Shawn Guo 1-0/+8
2011-07-30Input: kxtj9 - explicitly include module.hGravatar Stephen Rothwell 1-0/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 7-3/+1345
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-7/+442
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-8/+1
2011-07-19Input: kxtj9 - fix locking typo in kxtj9_set_poll()Gravatar Dan Carpenter 1-1/+1
2011-07-19Input: kxtj9 - fix bug in probe()Gravatar Dan Carpenter 1-1/+1
2011-07-07input: twl6040-vibra: Do not use wrapper for irq requestGravatar Peter Ujfalusi 1-5/+12
2011-07-06Input: add support for Kionix KXTJ9 accelerometerGravatar Chris Hudson 3-0/+689
2011-07-05input: pmic8xxx-pwrkey: Do not use mfd_get_data()Gravatar Samuel Ortiz 1-1/+2
2011-07-04Input: xen-kbdfront - enable driver for HVM guestsGravatar Stefano Stabellini 1-1/+1
2011-07-04input: Add initial support for TWL6040 vibratorGravatar Misael Lopez Cruz 3-0/+428
2011-07-04MFD: twl4030-audio: Rename platform dataGravatar Peter Ujfalusi 1-1/+1
2011-07-04MFD: twl4030-codec -> twl4030-audio: Rename the driverGravatar Peter Ujfalusi 2-6/+6
2011-06-29Input: add a driver to support InvenSense mpu3050 gyroscope chipGravatar Joseph Lai 3-0/+387
2011-06-27Input: remove unneeded version.h includesGravatar Jesper Juhl 1-1/+0
2011-06-22Input: add support for mma8450 accelerometerGravatar Eric Miao 3-1/+268
2011-06-09i8253: Make pcspkr input driver use the shared i8253_lockGravatar Ralf Baechle 1-8/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1