summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Char: moxa, fix locking in moxa_writeJiri Slaby2011-04-251-2/+3
| * | | | Char: nozomi, remove useless tty_semJiri Slaby2011-04-251-10/+2
| * | | | Char: nozomi, remove port.count checksJiri Slaby2011-04-251-12/+1
| * | | | Char: nozomi, use GFP_KERNEL for kfifo allocationJiri Slaby2011-04-251-2/+2
| * | | | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-226-69/+44
| * | | | Serial: Remove unused code.Govindraj.R2011-04-191-11/+0
| * | | | tty: Clean console safelyPetr Písař2011-04-191-0/+7
| * | | | Serial: ifx6x60c: Remove duplicate includes of linux/tty.hJesper Juhl2011-04-191-2/+0
| * | | | tty: remove invalid location line in file headerJovi Zhang2011-04-1957-114/+11
| * | | | serial: core, remove uart_update_termiosJiri Slaby2011-04-191-24/+1
| * | | | serial: core, do not set DTR/RTS twice on startupJiri Slaby2011-04-191-14/+0
| * | | | serial: core, move termios handling to uart_startupJiri Slaby2011-04-191-15/+9
| * | | | Char: moxa, do not touch NORMAL_ACTIVE bitJiri Slaby2011-04-191-6/+1
| * | | | serial: altera_uart: Scan for a free port if platform device id is -1Tobias Klauser2011-04-191-11/+15
| * | | | TTY: fix fail path in tty_openJiri Slaby2011-04-191-0/+1
| * | | | TTY: plug in deinitialize_tty_structJiri Slaby2011-04-192-4/+7
| * | | | TTY: introduce deinit helpers for proper ldisc shutdownJiri Slaby2011-04-192-0/+27
| * | | | TTY: unify pty_unix98_install fail path handlingJiri Slaby2011-04-191-6/+6
| * | | | TTY: unify pty_install fail path handlingJiri Slaby2011-04-191-9/+10
| * | | | TTY: unify tty_init_dev fail path handlingJiri Slaby2011-04-191-11/+12
| * | | | TTY: rocket, remove unused variablesJiri Slaby2011-04-191-47/+0
| * | | | Char: moxa, remove unused variablesJiri Slaby2011-04-191-4/+0
| * | | | TTY: VT, remove unused variablesJiri Slaby2011-04-191-3/+1
| * | | | Char: cyclades, fix unused variableJiri Slaby2011-04-191-2/+1
| * | | | TTY: serial_core, remove unused variableJiri Slaby2011-04-191-4/+0
| * | | | tty: VT, remove unused variableJiri Slaby2011-04-191-2/+0
| * | | | drivers/tty/vt/vt_ioctl.c: repair insane ?: expressionAndrew Morton2011-04-191-5/+17
| * | | | vt: Add K_OFF return value to vt_ioctl KDGKBMODEArthur Taylor2011-04-191-0/+1
| * | | | vt: remove uneeded retval check before tty->ops->open inside tty_openHerton Ronaldo Krzesinski2011-04-191-6/+4
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-235-7/+6
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| * | | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-262-4/+3
| * | | | Merge branch 'master' into for-nextJiri Kosina2011-04-2641-123/+121
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | tty: fix typo in descripton of tty_termios_encode_baud_rateUwe Kleine-König2011-04-121-1/+1
| * | | | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
* | | | | SERIAL: Lantiq: Add driver for MIPS Lantiq SOCs.John Crispin2011-05-193-0/+765
* | | | | drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
| |/ / / |/| | |
* | | | tty/n_gsm: fix bug in CRC calculation for gsm1 modeMikhail Kshevetskiy2011-04-191-2/+6
* | | | serial/imx: read cts state only after acking cts change irqUwe Kleine-König2011-04-191-1/+2
| |/ / |/| |
* | | Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-04-071-13/+12
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Paul Mundt2011-03-312-3/+3
| |\ \ \ | | | |/ | | |/|
| * | | sh: sh-sci: Fix double initialization by serial_console_setupNobuhiro Iwamatsu2011-03-311-13/+6
| * | | serial: sh-sci: prevent setup of uninitialized serial consoleAlexandre Courbot2011-03-311-0/+6
* | | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-0731-59/+59
|\ \ \ \
| * | | | Fix common misspellingsLucas De Marchi2011-03-3131-59/+59
| | |/ / | |/| |
* | | | tty: fix endless work loop when the buffer fills upLinus Torvalds2011-04-042-3/+7
* | | | apbuart: Depend upon sparc.David S. Miller2011-03-301-1/+1
* | | | sparc32,leon: Fixed APBUART frequency detectionDaniel Hellstrom2011-03-301-17/+7
* | | | sparc32, leon: APBUART driver must use archdata to get IRQ numberDaniel Hellstrom2011-03-301-7/+5
|/ / /
* | | drivers: Final irq namespace conversionThomas Gleixner2011-03-292-3/+3
|/ /
OpenPOWER on IntegriCloud