summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: atmel_mxt_ts - add mXT224 identifier to id_tableChris Leech2011-02-211-0/+1
| | * | Input: synaptics_i2c - convert to dev_pm_opsMark Brown2011-02-211-7/+9
| | * | Input: adxl34x - fix references to adx134xMark Brown2011-02-211-2/+2
| | * | Input: adxl34x-spi - convert to dev_pm_opsMark Brown2011-02-211-7/+9
| | * | Input: adxl34x-i2c - convert to dev_pm_opsMark Brown2011-02-211-7/+9
| | * | Input: max7359 - convert to dev_pm_opsMark Brown2011-02-211-7/+10
| | * | Input: lm8323 - convert to dev_pm_opsMark Brown2011-02-211-7/+8
| | * | Input: ad714x-spi - convert to dev_pm_opsMark Brown2011-02-211-9/+8
| | * | Input: ad714x-i2c - convert to dev_pm_opsMark Brown2011-02-211-9/+8
| | * | Input: uinput - use memdup_user() and friendsDmitry Torokhov2011-02-211-25/+10
| | * | Input: uinput - fix setting up device nameDavid Herrmann2011-02-211-7/+6
| | * | Input: atmel_mxt_ts - read whole message to make CHG lowIiro Valkonen2011-02-211-3/+3
| | * | Input: atmel_mxt_ts - get rid of qt602240 prefixes in namesIiro Valkonen2011-02-211-464/+465
| | * | Input: qt602240_ts - rename to atmel_mxt_tsDmitry Torokhov2011-02-213-14/+14
| | * | Input: input-polldev - fix a couple of typosDmitry Torokhov2011-01-311-2/+2
| | * | Input: switch completely over to the new versions of get/setkeycodeDmitry Torokhov2011-01-313-52/+11
| | * | Merge commit 'v2.6.38-rc3' into nextDmitry Torokhov2011-01-3133-1781/+1806
| | |\ \
| | * | | Input: wm831x-ts - remove use of ternary operatorMark Brown2011-01-311-5/+13
| | * | | Input: wm831x - add driver for Wolfson WM831x PMIC touchscreen controllersMark Brown2011-01-303-0/+366
| | * | | Input: ads7846 - convert to dev_pm_opsMark Brown2011-01-201-6/+10
| | * | | Input: ad7879 - convert SPI to dev_pm_opsMark Brown2011-01-201-8/+9
| | * | | Input: ad7877 - convert to dev_pm_opsMark Brown2011-01-201-10/+9
| * | | | Input: evdev - fix evdev_write return value on partial writesPeter Korsgaard2011-02-271-4/+6
| * | | | Input: bcm5974 - Report button also for zero fingersHenrik Rydberg2011-02-271-4/+4
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/...Linus Torvalds2011-03-171-1/+2
|\ \ \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *---. \ \ \ \ \ Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King2011-03-1722-86/+996
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | | * | | | | | ARM: amba: make probe() functions take const id tablesRussell King2011-02-231-1/+2
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-03-172-0/+75
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao2011-03-171-4/+4
| * | | | | | | | | unicore32 i8042 upgrade and bugfix: adjust resource request region typeGuanXuetao2011-03-171-2/+2
| * | | | | | | | | unicore32 i8042: adjust io funcs of i8042-unicore32io.hGuanXuetao2011-03-171-9/+12
| * | | | | | | | | unicore32 machine related files: ps2 driverGuanXuetao2011-03-172-0/+72
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-164-23/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dt: Eliminate of_platform_{,un}register_driverGrant Likely2011-02-281-5/+4
| * | | | | | | | | dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-282-16/+14
| * | | | | | | | | Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-287-56/+55
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | altera_ps2: Add devicetree supportWalter Goossens2011-02-151-2/+13
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-8/+4
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Merge branch 'master' into for-2.6.39Tejun Heo2011-02-2119-83/+913
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | input/tps6507x-ts: use system_wq instead of dedicated workqueueTejun Heo2011-01-261-8/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-234-5/+84
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2011-02-232-2/+2
| * | | | | | Input: synaptics - document 0x0c queryDmitry Torokhov2011-02-231-0/+23
| * | | | | | Input: tegra-kbc - add function keymapRakesh Iyer2011-02-181-3/+59
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-02-156-51/+54
|\| | | | | |
| * | | | | | Input: wacom - fix error path in wacom_probe()Alexander Strakh2011-02-111-1/+1
| * | | | | | Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov2011-02-111-16/+22
| * | | | | | Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov2011-02-021-26/+11
| * | | | | | Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie2011-02-021-4/+7
| * | | | | | Input: rotary_encoder - use proper irqflagsAlexander Stein2011-02-021-2/+2