Age | Commit message (Expand) | Author | Files | Lines |
2014-07-27 | serial: 8250_dw: Add optional reset control support | Chen-Yu Tsai | 1 | -0/+9 |
2014-07-27 | serial: st-asc: Fix overflow in baudrate calculation | Maxime COQUELIN | 1 | -5/+5 |
2014-07-27 | serial: st-asc: Don't call BUG in asc_console_setup() | Maxime COQUELIN | 1 | -1/+2 |
2014-07-23 | tty: serial: msm: Make of_device_id array const | Kiran Padwal | 1 | -1/+1 |
2014-07-23 | tty/n_gsm.c: get gsm->num after gsm_activate_mux | xinhui.pan | 1 | -2/+2 |
2014-07-23 | serial/core: Fix too big allocation for attribute member | Yoshihiro YUNOMAE | 1 | -1/+1 |
2014-07-22 | drivers/tty/serial: use correct type for dma_map/unmap | Wolfram Sang | 1 | -4/+4 |
2014-07-22 | serial: altera_jtaguart: Fix putchar function passed to uart_console_write() | Tobias Klauser | 1 | -4/+2 |
2014-07-17 | serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffers | Yoshihiro YUNOMAE | 2 | -15/+160 |
2014-07-17 | Serial: allow port drivers to have a default attribute group | Greg Kroah-Hartman | 1 | -7/+17 |
2014-07-17 | tty: kgdb_nmi: Automatically manage tty enable | Daniel Thompson | 1 | -21/+15 |
2014-07-17 | serial: altera_jtaguart: Adpot uart_console_write() | Tobias Klauser | 1 | -7/+5 |
2014-07-17 | serial: samsung: improve code clarity by defining a variable | Naveen Krishna Chatradhi | 1 | -4/+5 |
2014-07-17 | serial: samsung: correct the case and default order in switch | Naveen Krishna Chatradhi | 1 | -1/+1 |
2014-07-17 | serial: samsung: get fifosize via device tree | Naveen Krishna Chatradhi | 1 | -3/+9 |
2014-07-17 | serial: 8250: introduce up_to_u8250p() helper | Andy Shevchenko | 4 | -47/+27 |
2014-07-17 | tty: serial: fsl_lpuart: add 32-bit register interface support | Jingchang Lu | 1 | -8/+637 |
2014-07-17 | serial: sh-sci: Add calculation recive margin for HSCIF | Nobuhiro Iwamatsu | 1 | -18/+59 |
2014-07-17 | serial: sh-sci: Fix range check of bit-rate for HSCIF | Nobuhiro Iwamatsu | 1 | -2/+1 |
2014-07-17 | serial: sh-sci: Updated calculation of bit error rate and bit rate | Nobuhiro Iwamatsu | 1 | -3/+5 |
2014-07-13 | Merge 3.16-rc5 into tty-next. | Greg Kroah-Hartman | 7 | -4/+19 |
2014-07-12 | drivers: tty: Fix use-after-free in pty_common_install | Rasmus Villemoes | 1 | -1/+1 |
2014-07-11 | drivers: tty: Merge alloc_tty_struct and initialize_tty_struct | Rasmus Villemoes | 2 | -34/+22 |
2014-07-11 | serial: pch_uart: Update error message for dmaengine_prep_slave_sg() API | Geert Uytterhoeven | 1 | -1/+1 |
2014-07-11 | serial/arc: Fix warning with CONSOLE_POLL | Vineet Gupta | 1 | -7/+13 |
2014-07-11 | serial: altera: Adopt uart_console_write() | Daniel Thompson | 1 | -6/+2 |
2014-07-11 | serial: efm32: correct namespacing of location property | Uwe Kleine-König | 1 | -1/+7 |
2014-07-11 | serial: imx: Fix build breakage | Peter Hurley | 1 | -1/+1 |
2014-07-10 | serial: arc_uart: Use uart_circ_empty() for open-coded comparison | Peter Hurley | 1 | -1/+1 |
2014-07-10 | serial: Test for no tx data on tx restart | Peter Hurley | 6 | -3/+18 |
2014-07-10 | tty: serial: msm: Support big-endian CPUs | Stephen Boyd | 2 | -12/+20 |
2014-07-10 | serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK define | Dan Carpenter | 1 | -1/+0 |
2014-07-10 | serial: blackfin: Fix CTS flow control | Peter Hurley | 2 | -8/+16 |
2014-07-10 | tty: serial: Fix termios/port flags mismatch | Peter Hurley | 1 | -2/+3 |
2014-07-10 | tty: Call hangup method in modern style | Peter Hurley | 1 | -1/+1 |
2014-07-10 | tty: Remove tty_hung_up_p() tests from tty drivers' open() | Peter Hurley | 7 | -46/+18 |
2014-07-10 | serial: Use UPF_* constants with struct uart_port flags | Peter Hurley | 2 | -3/+3 |
2014-07-10 | tty: ipwireless: Remove tty->closing abort from ipw_open() | Peter Hurley | 1 | -5/+0 |
2014-07-10 | tty: Move tty->closing from port lock critical section | Peter Hurley | 2 | -3/+5 |
2014-07-10 | tty: Document locking for tty_port_hangup() | Peter Hurley | 1 | -0/+2 |
2014-07-10 | tty: Document locking for tty_port_block_til_ready() | Peter Hurley | 1 | -0/+5 |
2014-07-10 | tty: Document locking for tty_port_open() | Peter Hurley | 1 | -0/+8 |
2014-07-10 | tty: Document locking for tty_port_close{,start,end}() | Peter Hurley | 1 | -0/+14 |
2014-07-10 | serial: fsl_lpuart: calculate DMA burst | Stefan Agner | 1 | -14/+13 |
2014-07-10 | serial: fsl_lpuart: move DMA RX timeout calculation | Stefan Agner | 1 | -7/+11 |
2014-07-10 | serial: core: Preserve termios c_cflag for console resume | Peter Hurley | 1 | -0/+3 |
2014-07-10 | serial: tegra: ack the rx dma desc after transfer terminated | Pradeep Goudagunta | 1 | -0/+1 |
2014-07-10 | serial: tegra: update tx_circular buffer only when TX_DMA is in progress | Pradeep Goudagunta | 1 | -0/+3 |
2014-07-10 | serial: lpc32xx uart module can't do console | Arnd Bergmann | 1 | -1/+1 |
2014-07-10 | serial: pxa: fix build with !SERIAL_PXA_CONSOLE | Arnd Bergmann | 1 | -1/+1 |