summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2014-11-26Revert "serial: of-serial: fix up PM ops on no_console_suspend and port type"Greg Kroah-Hartman1-46/+7
2014-11-26serial: 8250: don't attempt a trylock if in sysrqRabin Vincent1-1/+3
2014-11-26serial: core: Add big-endian iotypeKevin Cernekee1-0/+2
2014-11-26serial: samsung: use port->fifosize instead of hardcoded valuesRobert Baldyga1-2/+2
2014-11-26serial: samsung: prefer to use fifosize from driver dataRobert Baldyga1-5/+4
2014-11-26serial: samsung: fix style problemsRobert Baldyga1-18/+28
2014-11-26serial: samsung: wait for transfer completion before clock disableRobert Baldyga1-0/+4
2014-11-26serial: icom: fix error return codeJulia Lawall1-1/+3
2014-11-26serial: tegra: clean up tty-flag assignmentsJohan Hovold1-3/+3
2014-11-26serial: Fix io address assign flow with Fintek PCI-to-UART ProductPeter Hung1-15/+46
2014-11-26serial: mxs-auart: fix tx_empty against shift registerJanusz Uzycki1-3/+4
2014-11-26serial: mxs-auart: fix gpio change detection on interruptJanusz Uzycki1-1/+2
2014-11-26serial: mxs-auart: Fix mxs_auart_set_ldisc()Fabio Estevam1-2/+3
2014-11-26serial: 8250_dw: Use 64-bit access for OCTEON.David Daney1-14/+41
2014-11-26serial: imx: Fix warning when building 'allmodconfig'Fabio Estevam1-1/+1
2014-11-26tty: serial: omap_serial: line is unsigned, don't check < 0Sebastian Andrzej Siewior1-5/+5
2014-11-26tty: serial: 8250: omap: line is unsigned, don't check < 0Sebastian Andrzej Siewior1-7/+8
2014-11-26tty: serial: men_z135_uart: Add terminating entry for men_z135_idsAxel Lin1-0/+1
2014-11-26serial: sirf: add a new uart type supportQipan Li2-7/+31
2014-11-26tty: pr_warning->pr_warn and logging neateningJoe Perches3-18/+16
2014-11-26serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz1-15/+15
2014-11-26serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz1-1/+1
2014-11-26serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz1-12/+12
2014-11-26serial: jsm: Remove unnecessary if statementKonrad Zapalowicz2-6/+0
2014-11-26serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz4-4/+4
2014-11-26serial: sh-sci: Change checking for error rate of HSCIFNobuhiro Iwamatsu1-4/+1
2014-11-24tty: serial: msm_serial: Don't require DT aliasesStephen Boyd1-3/+3
2014-11-11Revert "serial: of-serial: fetch line number from DT"Greg Kroah-Hartman1-4/+0
2014-11-10Merge 3.18-rc4 into tty-next.Greg Kroah-Hartman1-1/+1
2014-11-07serial: pl011: Add device tree support for RX DMA pollingAndrew Jackson1-3/+19
2014-11-07serial: pl011: Don't enable RX DMA if residue processing not supportedAndrew Jackson1-0/+15
2014-11-07serial: pl011: Set length of DMA transferAndrew Jackson1-0/+1
2014-11-07serial: pl011: Avoid assumptions about buffer size when refilling TX DMAAndrew Jackson1-1/+5
2014-11-07serial: pl011: Allocate TX DMA buffer from DMA capable memoryAndrew Jackson1-1/+1
2014-11-07serial: fsl_lpuart: Remove unneeded registration messageFabio Estevam1-4/+1
2014-11-07serial: fsl_lpuart: Remove unneeded check for 'res'Fabio Estevam1-4/+2
2014-11-07drivers: serial: jsm: Remove FSF address from the file documentation/headerKonrad Zapalowicz5-25/+0
2014-11-07drivers: serial: jsm: Enable support for Digi Classic adaptersKonrad Zapalowicz4-33/+128
2014-11-07drivers: serial: jsm: Add the Classic board implementationKonrad Zapalowicz3-2/+993
2014-11-07serial: 8250_core: actually limit char reads to max_countFrans Klaver1-1/+1
2014-11-07drivers: serial: jsm: Add Classic board UART structureKonrad Zapalowicz1-1/+58
2014-11-07serial: MIPS: lantiq: use devm_iounmap instead of iounmapSudip Mukherjee1-1/+3
2014-11-07serial: 8250_dma: no need to set tx_err twiceAndy Shevchenko1-2/+0
2014-11-07serial: 8250_dma: call serial8250_tx_dma unconditionallyAndy Shevchenko1-9/+6
2014-11-07tty/serial_core: Introduce lock mechanism for RS485Ricardo Ribalda Delgado4-14/+17
2014-11-07serial_core: Remove call to driver-specific TIO[GS]RS485]Ricardo Ribalda Delgado1-12/+5
2014-11-07drivers/max310: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-43/+27
2014-11-07serial/omap: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-47/+22
2014-11-07serial/atmel: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-55/+24
2014-11-07serial/mcf: Use the rs485 functions on serial_coreRicardo Ribalda Delgado1-30/+7