summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov2-0/+26
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov2-21/+26
2012-10-25of serial port driver - add clk_get_rate() supportMurali Karicheri1-6/+26
2012-10-25tty: add missing newlines to WARN_RATELIMITSasha Levin2-2/+2
2012-10-25serial: ifx6x60: del_timer_sync must not be called in interrupt context.Jun Chen1-1/+1
2012-10-25serial: ifx6x60: add_timer is not safe in the mrdy_assert functionJun Chen1-3/+1
2012-10-25serial: ifx6x60: different SPI word width configure requires different swap p...chao bi2-10/+61
2012-10-25serial/amba-pl011: use devm_* managed resourcesLinus Walleij1-16/+9
2012-10-25serial: omap: Remove the hardcode serial_omap_console_ports array.Shubhrajyoti D1-1/+1
2012-10-25serial: omap: Remove the default setting of special characterShubhrajyoti D1-5/+1
2012-10-25serial: omap: Make context_loss_cnt signedShubhrajyoti D1-4/+8
2012-10-25staging: dgrp: remove rawreadok module optionBill Pemberton4-25/+0
2012-10-25staging: dgrp: remove use of real_raw and read_cnt in dgrp_inputBill Pemberton1-59/+8
2012-10-24serial: clps711x: Cleanup driverAlexander Shiyan1-59/+46
2012-10-24serial: clps711x: Fix TERMIOS-flags handlingAlexander Shiyan1-24/+12
2012-10-24serial: clps711x: Disable "break"-state before port startupAlexander Shiyan1-22/+7
2012-10-24serial: clps711x: Using resource-managed functionsAlexander Shiyan1-22/+17
2012-10-24serial: clps711x: Check for valid TTY in RX-interruptAlexander Shiyan1-30/+29
2012-10-24serial: clps711x: Fix break control handlingAlexander Shiyan1-1/+3
2012-10-24serial: clps711x: Return valid modem controls for port that not support itAlexander Shiyan1-6/+4
2012-10-24serial: clps711x: Improved TX FIFO handlingAlexander Shiyan1-8/+7
2012-10-24serial: clps711x: Using CPU clock subsystem for getting base UART speedAlexander Shiyan1-5/+15
2012-10-24serial: clps711x: Do not use "uart_port->unused" fieldAlexander Shiyan1-15/+17
2012-10-24serial: clps711x: Convert all static variables to dynamicAlexander Shiyan1-122/+89
2012-10-24serial: clps711x: Add platform_driver interface to clps711x driverAlexander Shiyan1-6/+33
2012-10-24tty: serial: KGDB support for PXADenis V. Lunev1-0/+55
2012-10-24tty: Use raw spin lock to protect TTY ldisc administrationIvo Sieben1-16/+16
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun1-1/+3
2012-10-24x86: ce4100: allow second UART usageMaxime Bizon1-3/+3
2012-10-24tty: tty_mutex.c: Fixed coding style warning (using printk)Sangho Yi1-2/+2
2012-10-24tty: serial: 8250_dw: Implement suspend/resumeJames Hogan1-0/+25
2012-10-24serial: vt8500: fix possible memory leak in vt8500_serial_probe()Wei Yongjun1-4/+4
2012-10-24tty/serial/8250: Make omap hardware workarounds local to 8250.hTony Lindgren2-6/+39
2012-10-24serial/8250/8250_early: Prevent rounding error in uartclkAlexey Brodkin1-1/+1
2012-10-24serial: samsung: use clk_prepare_enable and clk_disable_unprepareThomas Abraham1-8/+8
2012-10-24TTY: Report warning when low_latency flag is wrongly usedIvo Sieben1-0/+1
2012-10-23TTY: move tty buffers to tty_portJiri Slaby6-59/+66
2012-10-23TTY: add port -> tty linkJiri Slaby2-0/+5
2012-10-23TTY: tty_buffer, cache pointer to tty->bufJiri Slaby1-56/+76
2012-10-23TTY: move TTY_FLUSH* flags to tty_portJiri Slaby1-8/+10
2012-10-23TTY: n_tty, propagate n_tty_dataJiri Slaby1-93/+78
2012-10-23TTY: move ldisc data from tty_struct: locksJiri Slaby2-55/+72
2012-10-23TTY: move ldisc data from tty_struct: read_* and echo_* and canon_* stuffJiri Slaby1-123/+137
2012-10-23TTY: move ldisc data from tty_struct: bitmapsJiri Slaby1-24/+28
2012-10-23TTY: move ldisc data from tty_struct: simple membersJiri Slaby2-68/+93
2012-10-23TTY: n_tty, add ldisc data to n_ttyJiri Slaby1-1/+18
2012-10-23TTY: audit, stop accessing tty->icountJiri Slaby2-9/+11
2012-10-23TTY: n_tty, remove bogus checksJiri Slaby1-12/+0
2012-10-23TTY: n_tty, simplify read_buf+echo_buf allocationJiri Slaby1-18/+13
2012-10-23TTY: hci_ldisc, remove invalid check in openJiri Slaby1-6/+1