summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-10118-1576/+4647
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2012-01-09127-2474/+4979
| |\
| | * Input: tc3589x-keypad - add missing kerneldocNaga Radhesh2012-01-051-0/+2
| | * Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messagesDmitry Torokhov2012-01-051-8/+9
| | * Input: ucb1400_ts - convert to threaded IRQDmitry Torokhov2012-01-051-122/+113Star
| | * Input: ucb1400_ts - drop inline annotationsDmitry Torokhov2012-01-051-9/+9
| | * Input: usb1400_ts - add __devinit/__devexit section annotationsDmitry Torokhov2012-01-051-5/+5
| | * Input: ucb1400_ts - set driver ownerDmitry Torokhov2012-01-051-0/+1
| | * Input: ucb1400_ts - convert to use dev_pm_opsDmitry Torokhov2012-01-051-6/+6
| | * Input: psmouse - make sure we do not use stale methodsDmitry Torokhov2011-12-311-69/+124
| | * Input: evdev - do not block waiting for an event if fd is nonblockDima Zavin2011-12-311-8/+7Star
| | * Input: evdev - if no events and non-block, return EAGAIN not 0Dima Zavin2011-12-311-0/+3
| | * Input: evdev - only allow reading events if a full packet is presentDima Zavin2011-12-311-1/+1
| | * Input: add driver for pixcir i2c touchscreensJianchun Bian2011-12-313-0/+252
| | * Input: samsung-keypad - implement runtime power management supportMark Brown2011-12-301-7/+80
| | * Input: tegra-kbc - report wakeup key for some platformsRakesh Iyer2011-12-301-3/+24
| | * Input: tegra-kbc - add device tree bindingsOlof Johansson2011-12-301-8/+84
| | * Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner2011-12-283-0/+666
| | * 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: wacom - add LED support for Cintiq 24HDJason Gerecke2011-12-121-1/+4
| | * Input: wacom - add support for Cintiq 24HDJason Gerecke2011-12-122-1/+77
| | * Input: add driver for Sharp gp2ap002a00f proximity sensorCourtney Cavin2011-12-123-1/+312
| | * Input: keyboard - staticise non-exported symbolsAxel Lin2011-12-122-2/+2
| | * Input: mc13783-pwrbutton - convert to use module_platform_driver()Axel Lin2011-12-121-12/+2Star
| | * Input: migor-ts - rework probe() to simplify error pathDmitry Torokhov2011-12-121-25/+18Star
| | * Input: migor-ts - use proper client data accessor functionsDmitry Torokhov2011-12-121-5/+4Star
| | * Input: migor-ts - convert to a threaded IRQDmitry Torokhov2011-12-121-41/+24Star
| | * Input: htcpen - switch to DMI-based autoloadingDmitry Torokhov2011-12-011-6/+1Star
| | * Input: ad7879-i2c - use swapped variant of i2c_smbus_read_word_dataJonathan Cameron2011-12-011-2/+2
| | * Input: touchscreen - use macro module_platform_driver()JJ Ding2011-12-0118-228/+18Star
| | * Input: serio - use macro module_platform_driver()JJ Ding2011-12-014-51/+4Star
| | * Input: mouse - use macro module_platform_driver()JJ Ding2011-12-013-39/+4Star
| | * Input: misc - use macro module_platform_driver()JJ Ding2011-12-0120-247/+21Star
| | * Input: keyboard - use macro module_platform_driver()JJ Ding2011-12-0126-327/+26Star
| | * Input: add generic GPIO-tilt driverHeiko Stübner2011-12-013-0/+228
| | * Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-294-4/+0Star
| | * Input: samsung-keypad - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star
| | * Input: ad7879-i2c - remove redundant MODULE_ALIASAxel Lin2011-11-291-1/+0Star
| | * Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-2935-950/+437Star
| | |\
| | * | Input: elantech - add resolution query support for v4 hardwareJJ Ding2011-11-212-0/+38
| | * | Input: elantech - add support for elantech fast commandJJ Ding2011-11-212-8/+29
| | * | Input: ad7879 - consolidate PM methodsDmitry Torokhov2011-11-164-56/+19Star
| | * | Input: add EETI eGalax I2C capacitive multi touch driverZhang Jiejing2011-11-153-0/+314
| | * | Input: synaptics - update OLPC XO exclusionDaniel Drake2011-11-151-8/+5Star
| | * | Input: samsung-keypad - enable compiling on other platformsDmitry Torokhov2011-11-152-3/+4
| | * | Input: samsung-keypad - switch to using SIMPLE_DEV_PM_OPSDmitry Torokhov2011-11-101-8/+4Star
| | * | Input: synaptics - add support for Relative modeDaniel Drake2011-11-104-48/+152
| | * | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-1015-104/+173