summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-11pch_uart: Support new device ML7223 IOHTomoya MORINAGA2-5/+15
2011-05-07parport: Use request_muxed_region for IT87 probe and lockAlan Cox1-1/+1
2011-05-03tty/serial: add support for Xilinx PS UARTJohn Linn3-0/+1127
2011-04-30n_gsm: Use print_hex_dump_bytesJoe Perches1-25/+10
2011-04-30drivers/tty/moxa.c: Put correct tty valueJulia Lawall1-1/+1
2011-04-26TTY: tty_io, annotate locking functionsJiri Slaby1-0/+2
2011-04-26TTY: serial_core, remove superfluous set_task_stateJiri Slaby1-1/+0
2011-04-26TTY: serial_core, remove invalid testJiri Slaby1-9/+0
2011-04-26Char: moxa, fix locking in moxa_writeJiri Slaby1-2/+3
2011-04-26Char: nozomi, remove useless tty_semJiri Slaby1-10/+2
2011-04-26Char: nozomi, remove port.count checksJiri Slaby1-12/+1
2011-04-26Char: nozomi, use GFP_KERNEL for kfifo allocationJiri Slaby1-2/+2
2011-04-23tty: make receive_buf() return the amout of bytes receivedFelipe Balbi19-109/+120
2011-04-20Serial: Remove unused code.Govindraj.R1-11/+0
2011-04-20tty: Clean console safelyPetr Písař1-0/+7
2011-04-20Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl1-2/+0
2011-04-20tty: remove invalid location line in file headerJovi Zhang57-114/+11
2011-04-20serial: core, remove uart_update_termiosJiri Slaby1-24/+1
2011-04-20serial: core, do not set DTR/RTS twice on startupJiri Slaby1-14/+0
2011-04-20serial: core, move termios handling to uart_startupJiri Slaby1-15/+9
2011-04-20Char: moxa, do not touch NORMAL_ACTIVE bitJiri Slaby1-6/+1
2011-04-20serial: altera_uart: Scan for a free port if platform device id is -1Tobias Klauser1-11/+15
2011-04-20TTY: fix fail path in tty_openJiri Slaby1-0/+1
2011-04-20TTY: plug in deinitialize_tty_structJiri Slaby2-4/+7
2011-04-20TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby2-0/+27
2011-04-20TTY: unify pty_unix98_install fail path handlingJiri Slaby1-6/+6
2011-04-20TTY: unify pty_install fail path handlingJiri Slaby1-9/+10
2011-04-20TTY: unify tty_init_dev fail path handlingJiri Slaby1-11/+12
2011-04-20TTY: rocket, remove unused variablesJiri Slaby1-47/+0
2011-04-20Char: moxa, remove unused variablesJiri Slaby1-4/+0
2011-04-20TTY: VT, remove unused variablesJiri Slaby1-3/+1
2011-04-20Char: cyclades, fix unused variableJiri Slaby1-2/+1
2011-04-20TTY: serial_core, remove unused variableJiri Slaby1-4/+0
2011-04-20tty: VT, remove unused variableJiri Slaby1-2/+0
2011-04-20drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton1-5/+17
2011-04-20vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor1-0/+1
2011-04-20vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski1-6/+4
2011-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-22/+87
2011-04-18Input: xen-kbdfront - fix mouse getting stuck after save/restoreIgor Mammedov1-1/+12
2011-04-18Input: estimate number of events per packetJeff Brown1-0/+40
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig2-2/+2
2011-04-18md: fix up raid1/raid10 unplugging.NeilBrown2-28/+20
2011-04-18md: incorporate new plugging into raid5.NeilBrown1-7/+16
2011-04-18md: provide generic support for handling unplug callbacks.NeilBrown2-0/+60
2011-04-18md - remove old plugging code.NeilBrown4-104/+8
2011-04-18md/dm - remove remains of plug_fn callback.NeilBrown1-8/+0
2011-04-18md: use new plugging interface for RAID IO.NeilBrown3-1/+10
2011-04-17i2c-algo-bit: Call pre/post_xfer for bit_testAlex Deucher1-3/+19
2011-04-17i2c: Improve deprecation warningsJean Delvare1-2/+4
2011-04-16Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds32-218/+483