summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-07-18tty: kgdb_nmi: Automatically manage tty enableDaniel Thompson1-21/+15
2014-07-18serial: altera_jtaguart: Adpot uart_console_write()Tobias Klauser1-7/+5
2014-07-18serial: samsung: improve code clarity by defining a variableNaveen Krishna Chatradhi1-4/+5
2014-07-18serial: samsung: correct the case and default order in switchNaveen Krishna Chatradhi1-1/+1
2014-07-18serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi1-3/+9
2014-07-18serial: 8250: introduce up_to_u8250p() helperAndy Shevchenko4-47/+27
2014-07-18tty: serial: fsl_lpuart: add 32-bit register interface supportJingchang Lu1-8/+637
2014-07-18serial: sh-sci: Add calculation recive margin for HSCIFNobuhiro Iwamatsu1-18/+59
2014-07-18serial: sh-sci: Fix range check of bit-rate for HSCIFNobuhiro Iwamatsu1-2/+1
2014-07-18serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu1-3/+5
2014-07-14Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman7-4/+19
2014-07-12serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven1-1/+1
2014-07-12serial/arc: Fix warning with CONSOLE_POLLVineet Gupta1-7/+13
2014-07-12serial: altera: Adopt uart_console_write()Daniel Thompson1-6/+2
2014-07-12serial: efm32: correct namespacing of location propertyUwe Kleine-König1-1/+7
2014-07-12serial: imx: Fix build breakagePeter Hurley1-1/+1
2014-07-11serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley1-1/+1
2014-07-11serial: Test for no tx data on tx restartPeter Hurley6-3/+18
2014-07-11tty: serial: msm: Support big-endian CPUsStephen Boyd2-12/+20
2014-07-11serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK defineDan Carpenter1-1/+0
2014-07-11serial: blackfin: Fix CTS flow controlPeter Hurley2-8/+16
2014-07-11tty: serial: Fix termios/port flags mismatchPeter Hurley1-2/+3
2014-07-11tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2-18/+5
2014-07-11serial: Use UPF_* constants with struct uart_port flagsPeter Hurley2-3/+3
2014-07-11tty: Move tty->closing from port lock critical sectionPeter Hurley1-1/+1
2014-07-11serial: fsl_lpuart: calculate DMA burstStefan Agner1-14/+13
2014-07-11serial: fsl_lpuart: move DMA RX timeout calculationStefan Agner1-7/+11
2014-07-11serial: core: Preserve termios c_cflag for console resumePeter Hurley1-0/+3
2014-07-11serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta1-0/+1
2014-07-11serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta1-0/+3
2014-07-11serial: lpc32xx uart module can't do consoleArnd Bergmann1-1/+1
2014-07-11serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann1-1/+1
2014-07-11serial/arc: Enable DT based earlyconVineet Gupta1-0/+1
2014-07-11serial/arc: inline the probe helperVineet Gupta1-50/+40
2014-07-11serial/arc: remove last remanants of platform dataVineet Gupta1-16/+6
2014-07-11serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta1-75/+12
2014-07-11serial/arc: Use generic earlycon infrastructureVineet Gupta2-0/+31
2014-07-11serial/arc: Remove the workaround for legacy ISSVineet Gupta1-14/+0
2014-07-11serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta1-86/+69
2014-07-11serial/arc: use uart_console_write() helperVineet Gupta1-14/+4
2014-07-11serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner1-3/+28
2014-07-11serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko1-1/+1
2014-07-11serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus1-75/+28
2014-07-11serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam1-2/+2
2014-07-10tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-07-10serial: sirf: transfer more bytes once to decrease interruptsQipan Li2-2/+3
2014-07-10tty: serial: men_z135_uart: Wakeup UART after transmittingJohannes Thumshirn1-3/+3
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan40-239/+0
2014-07-10serial: core: Make enable_ms() optionalAlexander Shiyan1-6/+11
2014-07-10serial: samsung: no more support for S5PC100 SoCKukjin Kim1-2/+1