aboutsummaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2011-05-26input: Add support for Qualcomm PMIC8XXX power keyGravatar Trilok Soni 3-0/+243
2011-05-26input: Add Qualcomm pm8xxx keypad controller driverGravatar Trilok Soni 3-0/+811
2011-05-26mfd: Use mfd cell platform_data for twl4030 codec cells platform bitsGravatar Samuel Ortiz 1-2/+1
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileGravatar Linus Torvalds 1-1/+1
2011-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 28-328/+1791
2011-05-24Merge branch 'next' into for-linusGravatar Dmitry Torokhov 58-392/+1932
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+8
2011-05-19input/atari: Fix mouse movement and button mappingGravatar Geert Uytterhoeven 1-4/+4
2011-05-19input/atari: Fix atarimouse initGravatar Michael Schmitz 2-4/+6
2011-05-19input/atari: Use the correct mouse interrupt hookGravatar Michael Schmitz 1-1/+1
2011-05-19Input: ADP5589 - new driver for I2C Keypad Decoder and I/O ExpanderGravatar Michael Hennerich 3-0/+782
2011-05-17Input: tsc2007 - add X, Y and Z fuzz factors to platform dataGravatar Thierry Reding 1-3/+4
2011-05-17Input: tsc2007 - add poll_period parameter to platform dataGravatar Thierry Reding 1-3/+3
2011-05-17Input: tsc2007 - add poll_delay parameter to platform dataGravatar Thierry Reding 1-2/+3
2011-05-17Input: tsc2007 - add max_rt parameter to platform dataGravatar Thierry Reding 1-1/+3
2011-05-17Input: tsc2007 - debounce pressure measurementGravatar Thierry Reding 1-1/+3
2011-05-16Input: ad714x - fix captouch wheel option algorithmGravatar Michael Hennerich 1-90/+19
2011-05-16Input: ad714x - allow platform code to specify irqflagsGravatar Michael Hennerich 1-1/+3
2011-05-16Input: ad714x - fix threshold and completion interrupt masksGravatar Michael Hennerich 1-4/+4
2011-05-16Input: ad714x - fix up input configurationGravatar Michael Hennerich 1-0/+8
2011-05-16Input: elantech - remove support for proprietary X driverGravatar Éric Piel 1-12/+0
2011-05-16Input: elantech - report multitouch with proper ABS_MT messagesGravatar Éric Piel 1-5/+34
2011-05-16Input: elantech - export pressure and width when supportedGravatar Éric Piel 2-1/+28
2011-05-14Input: atmel_tsadcc - correct call to input_free_deviceGravatar Julia Lawall 1-1/+1
2011-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipGravatar Chris Metcalf 1-1/+1
2011-05-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-3/+10
2011-05-12Input: add driver FSL MPR121 capacitive touch sensorGravatar Zhang Jiejing 3-0/+352
2011-05-12Input: remove useless synchronize_rcu() callsGravatar Eric Dumazet 4-5/+0
2011-05-12Input: ads7846 - fix gpio_pendown configurationGravatar Igor Grinberg 1-0/+7
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Gravatar Alexander Stein 1-8/+11
2011-05-12Input: rotary-encoder - add support for half-period encodersGravatar Johan Hovold 1-3/+39
2011-05-11Input: rotary-encoder - refactor and clean upGravatar Johan Hovold 1-33/+44
2011-05-11Input: tegra-kbc - change wakeup logic to be all or nothingGravatar Rakesh Iyer 1-22/+2
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqGravatar Alexander Stein 1-1/+0
2011-05-05Input: ads7846 - make transfer buffers DMA safeGravatar Alexander Stein 1-2/+10
2011-05-05Input: ati_remote2 - return the error code from sysfs channel_mask storeGravatar Ville Syrjala 1-3/+6
2011-05-05Input: sh_keysc - only compile PM code if PM is enabledGravatar Dmitry Torokhov 1-4/+4
2011-05-03Input: h3600_ts_input - fix a leak of the IRQ during init failureGravatar Axel Lin 1-4/+4
2011-05-03Input: sh_keysc - make sh_keysc_device_driver staticGravatar Dmitry Torokhov 1-1/+1
2011-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-11/+64
2011-04-28Input: sh_keysc - switch to threaded IRQ handlerGravatar Magnus Damm 1-1/+2
2011-04-28Input: sh_keysc - implement runtime PM supportGravatar Magnus Damm 1-25/+15
2011-04-27Input: input-polldev - use system-wide freezable workqueueGravatar Dmitry Torokhov 1-53/+3
2011-04-27Input: tegra-kbc - add ghost key filterGravatar Rakesh Iyer 1-0/+36
2011-04-27Input: wm831x-ts - move BTN_TOUCH reporting to data transferGravatar Mark Brown 1-3/+2
2011-04-27Input: wm831x-ts - allow IRQ flags to be specifiedGravatar Mark Brown 1-3/+13
2011-04-27Input: wm831x-ts - fix races with IRQ managementGravatar Mark Brown 1-5/+49
2011-04-27Input: twl4030-pwrbutton - fix a leak of the IRQ during init failureGravatar Axel Lin 1-1/+1
2011-04-27Input: omap-keypad - fix a wrong free_irq() parameterGravatar Axel Lin 1-3/+3
2011-04-27Input: qt1070 - add MODULE_DEVICE_TABLEGravatar Axel Lin 1-0/+1