aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+2
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32Linus Torvalds2-0/+75
2011-03-17Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into driversRussell King22-86/+996
2011-03-17unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao1-4/+4
2011-03-17unicore32 i8042 upgrade and bugfix: adjust resource request region typeGuanXuetao1-2/+2
2011-03-17unicore32 i8042: adjust io funcs of i8042-unicore32io.hGuanXuetao1-9/+12
2011-03-17unicore32 machine related files: ps2 driverGuanXuetao2-0/+72
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-23/+31
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-8/+4
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2-16/+14
2011-02-28Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely7-56/+55
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds4-5/+84
2011-02-23Input: serio/gameport - use 'long' system workqueueDmitry Torokhov2-2/+2
2011-02-23Input: synaptics - document 0x0c queryDmitry Torokhov1-0/+23
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo19-83/+913
2011-02-18Input: tegra-kbc - add function keymapRakesh Iyer1-3/+59
2011-02-15altera_ps2: Add devicetree supportWalter Goossens1-2/+13
2011-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds6-51/+54
2011-02-11Input: wacom - fix error path in wacom_probe()Alexander Strakh1-1/+1
2011-02-11Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov1-16/+22
2011-02-06arm/ixp4xx: Rename FREQ macro to avoid collisionsBen Hutchings1-5/+1
2011-02-02Revert "Input: do not pass injected events back to the originating handler"Dmitry Torokhov1-26/+11
2011-02-02Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie1-4/+7
2011-02-02Input: rotary_encoder - use proper irqflagsAlexander Stein1-2/+2
2011-01-31Input: wacom_w8001 - report resolution to userlandPing Cheng1-2/+11
2011-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-11/+27
2011-01-28Input: synaptics - retry failed resets when reconnectingAlexandre Peixoto Ferreira1-2/+11
2011-01-28Input: synaptics - fix reconnect logic on MT devicesAlexandre Peixoto Ferreira1-6/+13
2011-01-28Input: tegra-kbc - fix keymap entry for LeftMeta keyRakesh Iyer1-1/+1
2011-01-28Input: tegra-kbc - fix build errorRakesh Iyer1-2/+2
2011-01-26input/tps6507x-ts: use system_wq instead of dedicated workqueueTejun Heo1-8/+4
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-19/+834
2011-01-25Input: wacom - pass touch resolution to clients through input_absinfoPing Cheng1-2/+19
2011-01-24Input: wacom - add 2 Bamboo Pen and touch modelsPing Cheng1-0/+6
2011-01-20Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setupDmitry Torokhov1-0/+1
2011-01-20Input: tegra-kbc - add tegra keyboard driverRakesh Iyer3-0/+738
2011-01-20Input: gpio_keys - switch to using request_any_context_irqPhilippe Langlais1-3/+3
2011-01-20Input: serio - allow registered drivers to get status flagDavid Engraf1-4/+20
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes5-28/+28
2011-01-17Input: ct82710c - return proper error code for ct82c710_openDavidlohr Bueso1-3/+5
2011-01-17Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati1-1/+34
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati1-2/+2
2011-01-17Input: tnetv107x-ts - don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-17Input: tnetv107x-keypad - don't treat NULL clk as an errorJamie Iles1-2/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds14-264/+599
2011-01-11Merge branch 'next' into for-linusDmitry Torokhov14-264/+599
2011-01-11Input: wacom_w8001 - add single-touch supportPing Cheng1-33/+149