summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* serial: sh-sci: Updated calculation of bit error rate and bit rateNobuhiro Iwamatsu2014-07-181-3/+5
* Merge 3.16-rc5 into tty-next.Greg Kroah-Hartman2014-07-147-4/+19
|\
| * serial: imx: Fix build breakagePeter Hurley2014-07-121-1/+1
| * serial: arc_uart: Use uart_circ_empty() for open-coded comparisonPeter Hurley2014-07-111-1/+1
| * serial: Test for no tx data on tx restartPeter Hurley2014-07-116-3/+18
* | serial: pch_uart: Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2014-07-121-1/+1
* | serial/arc: Fix warning with CONSOLE_POLLVineet Gupta2014-07-121-7/+13
* | serial: altera: Adopt uart_console_write()Daniel Thompson2014-07-121-6/+2
* | serial: efm32: correct namespacing of location propertyUwe Kleine-König2014-07-121-1/+7
* | tty: serial: msm: Support big-endian CPUsStephen Boyd2014-07-112-12/+20
* | serial: txx9: remove duplicate TXX9_SIFCR_TDIL_MASK defineDan Carpenter2014-07-111-1/+0
* | serial: blackfin: Fix CTS flow controlPeter Hurley2014-07-112-8/+16
* | tty: serial: Fix termios/port flags mismatchPeter Hurley2014-07-111-2/+3
* | tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-112-18/+5
* | serial: Use UPF_* constants with struct uart_port flagsPeter Hurley2014-07-112-3/+3
* | tty: Move tty->closing from port lock critical sectionPeter Hurley2014-07-111-1/+1
* | serial: fsl_lpuart: calculate DMA burstStefan Agner2014-07-111-14/+13
* | serial: fsl_lpuart: move DMA RX timeout calculationStefan Agner2014-07-111-7/+11
* | serial: core: Preserve termios c_cflag for console resumePeter Hurley2014-07-111-0/+3
* | serial: tegra: ack the rx dma desc after transfer terminatedPradeep Goudagunta2014-07-111-0/+1
* | serial: tegra: update tx_circular buffer only when TX_DMA is in progressPradeep Goudagunta2014-07-111-0/+3
* | serial: lpc32xx uart module can't do consoleArnd Bergmann2014-07-111-1/+1
* | serial: pxa: fix build with !SERIAL_PXA_CONSOLEArnd Bergmann2014-07-111-1/+1
* | serial/arc: Enable DT based earlyconVineet Gupta2014-07-111-0/+1
* | serial/arc: inline the probe helperVineet Gupta2014-07-111-50/+40
* | serial/arc: remove last remanants of platform dataVineet Gupta2014-07-111-16/+6
* | serial/arc: remove earlyprintk support and switch to earlyconVineet Gupta2014-07-111-75/+12
* | serial/arc: Use generic earlycon infrastructureVineet Gupta2014-07-112-0/+31
* | serial/arc: Remove the workaround for legacy ISSVineet Gupta2014-07-111-14/+0
* | serial/arc: Refactor by referencing to uart_port where possibleVineet Gupta2014-07-111-86/+69
* | serial/arc: use uart_console_write() helperVineet Gupta2014-07-111-14/+4
* | serial: 8250_dw: add ability to handle the peripheral clockHeiko Stübner2014-07-111-3/+28
* | serial: 8250_dw: use UPF_* constants when define flagsAndy Shevchenko2014-07-111-1/+1
* | serial: 8250_dw: clock rate handling for all ACPI platformsHeikki Krogerus2014-07-111-75/+28
* | serial: samsung: Use %pa to print 'resource_size_t' typeFabio Estevam2014-07-111-2/+2
* | tty: serial: msm_serial.c: Cleaning up uninitialized variablesRickard Strandqvist2014-07-101-1/+1
* | serial: sirf: transfer more bytes once to decrease interruptsQipan Li2014-07-102-2/+3
* | tty: serial: men_z135_uart: Wakeup UART after transmittingJohannes Thumshirn2014-07-101-3/+3
* | serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-1040-239/+0
* | serial: core: Make enable_ms() optionalAlexander Shiyan2014-07-101-6/+11
* | serial: samsung: no more support for S5PC100 SoCKukjin Kim2014-07-101-2/+1
* | serial: samsung: no more support for S5P6440 and S5P6450 SoCsKukjin Kim2014-07-102-2/+0
* | serial: samsung: Consider DT alias when probing portsTomasz Figa2014-07-101-3/+10
* | serial: amba-pl010: Use devres APIsTushar Behera2014-07-101-32/+16
* | serial: amba-pl011: Remove redundant labelTushar Behera2014-07-101-20/+10
* | serial: samsung: Remove redundant labelTushar Behera2014-07-101-4/+1
|/
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-06-251-1/+1
|\
| * tty: serial: msm: Fix section mismatch warningKumar Gala2014-06-181-1/+1
* | tty/serial: fix 8250 early console option passing to regular consoleRob Herring2014-06-192-2/+5
* | serial: Fix IGNBRK handlingPeter Hurley2014-06-1934-32/+44