aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-18Input: hp_sdc - staticize hp_sdc_kicker()Axel Lin1-1/+1
2011-06-29Input: update author email for gpio_mouse, at32psif, and atmel-wm97xxHans-Christian Egtvedt1-1/+1
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-8/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+8
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2-2/+2
2011-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+5
2011-04-02Input: rpckbd - fix a leak of the IRQ during init failureAxel Lin1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-31Input: i8042 - downgrade selftest error message to dbg()Paul Bolle1-3/+4
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov3-7/+5
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 King4-13/+35
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 Torvalds3-11/+21
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+4
2011-02-28Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely1-4/+7
2011-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2011-02-23Input: serio/gameport - use 'long' system workqueueDmitry Torokhov1-1/+1
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+2
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 Torvalds1-4/+7
2011-02-02Input: serio - clear pending rescans after sysfs driver rebindDuncan Laurie1-4/+7
2011-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-7/+25
2011-01-20Input: serio - allow registered drivers to get status flagDavid Engraf1-4/+20
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-3/+3
2011-01-17Input: ct82710c - return proper error code for ct82c710_openDavidlohr Bueso1-3/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-1/+26
2011-01-08Input: i8042 - introduce 'notimeout' blacklist for Dell Vostro V13Jiri Kosina2-1/+26
2011-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds9-175/+157
2010-12-27Input: i8042 - add Acer Aspire 5100 to the Dritek listPali Rohár1-0/+7
2010-12-22Merge branch 'master' into for-nextJiri Kosina3-2/+12
2010-12-10Merge branch 'devel-omap-irq' into omap-for-linusTony Lindgren1-1/+1
2010-12-04parisc: Fix GSC PS/2 driver name for keyboard and mouseGuy Martin1-1/+1
2010-11-30Input: i8042 - use pr_<level>, pr_fmt, fix dbg and __FILE__ useJoe Perches3-73/+63
2010-11-30Merge branches 'devel-cleanup', 'devel-serial' and 'devel-board' into omap-for-linusTony Lindgren1-1/+0
2010-11-30OMAP1: drop AMS_DELTA_FIQ config optionJanusz Krzysztofik1-1/+0
2010-11-21Input: ct82c710 - remove a redundant serio_register_port()Axel Lin1-5/+3
2010-11-21Input: ams_delta_serio - fix wrong kfree in ams_delta_serio_exitAxel Lin1-1/+0
2010-11-21Input: ps2mult - fix wrong kfree in ps2mult_connect error pathAxel Lin1-1/+1
2010-11-20Input: serio HIL MLC - don't deref null, don't leak and return proper errorJesper Juhl2-9/+14
2010-11-18Input: serio - convert to common workqueue instead of a threadDmitry Torokhov1-86/+69
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-04Input: i8042 - add Sony VAIOs to MUX blacklistJesse Barnes1-0/+11