summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov
2012-10-25of serial port driver - add clk_get_rate() supportMurali Karicheri
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap p...chao bi
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D
2012-10-25staging: dgrp: remove rawreadok module optionBill Pemberton
2012-10-25staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton
2012-10-24serial: clps711x: Cleanup driverAlexander Shiyan
2012-10-24serial: clps711x: Fix TERMIOS-flags handlingAlexander Shiyan
2012-10-24serial: clps711x: Disable "break"-state before port startupAlexander Shiyan
2012-10-24serial: clps711x: Using resource-managed functionsAlexander Shiyan
2012-10-24serial: clps711x: Check for valid TTY in RX-interruptAlexander Shiyan
2012-10-24serial: clps711x: Fix break control handlingAlexander Shiyan
2012-10-24serial: clps711x: Return valid modem controls for port that not support itAlexander Shiyan
2012-10-24serial: clps711x: Improved TX FIFO handlingAlexander Shiyan
2012-10-24serial: clps711x: Using CPU clock subsystem for getting base UART speedAlexander Shiyan
2012-10-24serial: clps711x: Do not use "uart_port->unused" fieldAlexander Shiyan
2012-10-24serial: clps711x: Convert all static variables to dynamicAlexander Shiyan
2012-10-24serial: clps711x: Add platform_driver interface to clps711x driverAlexander Shiyan
2012-10-24tty: serial: KGDB support for PXADenis V. Lunev
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun
2012-10-24x86: ce4100: allow second UART usageMaxime Bizon
2012-10-24tty: tty_mutex.c: Fixed coding style warning (using printk)Sangho Yi
2012-10-24tty: serial: 8250_dw: Implement suspend/resumeJames Hogan
2012-10-24serial: vt8500: fix possible memory leak in vt8500_serial_probe()Wei Yongjun
2012-10-24tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben
2012-10-22TTY: move tty buffers to tty_portJiri Slaby
2012-10-22TTY: add port -> tty linkJiri Slaby
2012-10-22TTY: tty_buffer, cache pointer to tty->bufJiri Slaby
2012-10-22TTY: move TTY_FLUSH* flags to tty_portJiri Slaby
2012-10-22TTY: n_tty, propagate n_tty_dataJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: locksJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: bitmapsJiri Slaby
2012-10-22TTY: move ldisc data from tty_struct: simple membersJiri Slaby
2012-10-22TTY: n_tty, add ldisc data to n_ttyJiri Slaby
2012-10-22TTY: audit, stop accessing tty->icountJiri Slaby
2012-10-22TTY: n_tty, remove bogus checksJiri Slaby
2012-10-22TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby
2012-10-22TTY: hci_ldisc, remove invalid check in openJiri Slaby
2012-10-22TTY: ldisc, wait for idle ldisc in releaseJiri Slaby