summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2014-07-27serial: sc16is7xx: Correct initialization of s->clkJon Ringle
2014-07-27serial: 8250_dw: Add support for deferred probingChen-Yu Tsai
2014-07-27serial: 8250_dw: Add optional reset control supportChen-Yu Tsai
2014-07-27serial: st-asc: Fix overflow in baudrate calculationMaxime COQUELIN
2014-07-27serial: st-asc: Don't call BUG in asc_console_setup()Maxime COQUELIN
2014-07-24tty: serial: msm: Make of_device_id array constKiran Padwal
2014-07-24serial/core: Fix too big allocation for attribute memberYoshihiro YUNOMAE
2014-07-22drivers/tty/serial: use correct type for dma_map/unmapWolfram Sang
2014-07-22serial: altera_jtaguart: Fix putchar function passed to uart_console_write()Tobias Klauser
2014-07-18serial/uart/8250: Add tunable RX interrupt trigger I/F of FIFO buffersYoshihiro YUNOMAE
2014-07-18Serial: allow port drivers to have a default attribute groupGreg Kroah-Hartman
2014-07-18tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson
2014-07-18serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser
2014-07-18serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi
2014-07-18serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi
2014-07-18serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko
2014-07-18tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu
2014-07-18serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu
2014-07-18serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu
2014-07-18serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu
2014-07-13Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman
2014-07-12serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven
2014-07-12serial/arc: Fix warning with CONSOLE_POLLVineet Gupta
2014-07-12serial: altera: Adopt uart_console_write()Daniel Thompson
2014-07-12serial: efm32: correct namespacing of location propertyUwe Kleine-König
2014-07-12serial: imx: Fix build breakagePeter Hurley
2014-07-10serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley
2014-07-10serial: Test for no tx data on tx restartPeter Hurley
2014-07-10tty: serial: msm: Support big-endian CPUsStephen Boyd
2014-07-10serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK defineDan Carpenter
2014-07-10serial: blackfin: Fix CTS flow controlPeter Hurley
2014-07-10tty: serial: Fix termios/port flags mismatchPeter Hurley
2014-07-10tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley
2014-07-10serial: Use UPF_* constants with struct uart_port flagsPeter Hurley
2014-07-10tty: Move tty->closing from port lock critical sectionPeter Hurley
2014-07-10serial: fsl_lpuart: calculate DMA burstStefan Agner
2014-07-10serial: fsl_lpuart: move DMA RX timeout calculationStefan Agner
2014-07-10serial: core: Preserve termios c_cflag for console resumePeter Hurley
2014-07-10serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta
2014-07-10serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta
2014-07-10serial: lpc32xx uart module can't do consoleArnd Bergmann
2014-07-10serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann
2014-07-10serial/arc: Enable DT based earlyconVineet Gupta
2014-07-10serial/arc: inline the probe helperVineet Gupta
2014-07-10serial/arc: remove last remanants of platform dataVineet Gupta
2014-07-10serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta
2014-07-10serial/arc: Use generic earlycon infrastructureVineet Gupta
2014-07-10serial/arc: Remove the workaround for legacy ISSVineet Gupta
2014-07-10serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta