aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-10Input: serio_raw - fix memory leak when closing char deviceDmitry Torokhov1-25/+29
2011-10-10Input: serio_raw - kick clients when disconnecting portDmitry Torokhov1-6/+23
2011-10-10Input: serio_raw - explicitly mark disconnected ports as deadDmitry Torokhov1-8/+13
2011-10-10Input: serio_raw - fix coding style issuesDmitry Torokhov1-5/+9
2011-10-10Input: serio_raw - use dev_*() for messagesDmitry Torokhov1-5/+7
2011-10-10Input: serio_raw - use bool for boolean dataDmitry Torokhov1-3/+3
2011-10-10Input: serio_raw - perform proper locking when adding clients to listDmitry Torokhov1-3/+5
2011-10-10Input: serio_raw - rename serio_raw_list to serio_raw_clientDmitry Torokhov1-36/+39
2011-10-10Input: serio_raw - use kref instead of rolling out its own refcountingDmitry Torokhov1-15/+13
2011-08-01input: xilinx_ps2: Add missing of_address.h headerMichal Simek1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-2/+2
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-27Input: libps2.c: fix comment typo arrrives.Justin P. Mattock1-1/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-4/+2
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