summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
* serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding versionDaniel Wagner2018-07-031-5/+3
* tty: pl011: Avoid spuriously stuck-off interruptsDave Martin2018-06-161-0/+16
* serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren2018-06-161-1/+15
* serial: samsung: fix maxburst parameter for DMA transactionsMarek Szyprowski2018-06-161-5/+2
* tty/serial: atmel: use port->name as name in request_irq()Sebastian Andrzej Siewior2018-06-161-3/+2
* serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven2018-06-161-2/+2
* serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König2018-05-251-6/+6
* serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R2018-05-251-1/+2
* serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+5
* serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+4
* serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+6
* serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven2018-05-251-0/+4
* serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-0/+4
* serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven2018-05-251-1/+1
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-05-011-2/+4
* tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2018-04-262-30/+30
* serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2018-04-082-0/+34
* serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko2018-03-241-3/+7
* serial: 8250_dw: Disable clock on errorStefan Potyra2018-03-241-1/+2
* earlycon: add reg-offset to physical address before mappingGreentime Hu2018-03-191-1/+2
* serial: core: mark port as initialized in autoconfigSebastian Andrzej Siewior2018-03-191-0/+2
* serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich2018-03-191-0/+11
* tty/serial: atmel: add new version check for usartJonas Danielsson2018-03-191-0/+1
* serial: sh-sci: prevent lockup on full TTY buffersUlrich Hecht2018-03-191-0/+2
* serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior2018-02-071-0/+2
* serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTSFabio Estevam2018-02-031-6/+8
* serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun2018-02-031-2/+3
* serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada2018-02-031-1/+4
* serial: imx: Update cached mctrl value when changing RTSIan Jamison2017-12-101-2/+4
* serial: sh-sci: suppress warning for ports without dma channelsAndy Lowe2017-12-101-0/+8
* serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra2017-12-101-1/+4
* serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner2017-12-101-1/+1
* serial: 8250_early: Only set divisor if valid clk & baudMatt Redfearn2017-12-101-6/+8
* serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson2017-12-101-0/+3
* serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)2017-11-241-0/+3
* serial: omap: Fix EFR write on RTS deassertionLukas Wunner2017-11-241-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* serial: sccnxp: Fix error handling in sccnxp_probe()Alexey Khoroshilov2017-09-181-2/+11
* tty: serial: lpuart: avoid report NULL interruptFugang Duan2017-09-181-23/+17
* serial: bcm63xx: fix timing issue.Russell Enderby2017-09-181-0/+5
* dmi: Mark all struct dmi_system_id instances constChristoph Hellwig2017-09-141-1/+1
* Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-09-0545-213/+1304
|\
| * serial: 8250_port: Remove useless NULL checksAndy Shevchenko2017-08-311-4/+4
| * earlycon: initialise baud field of earlycon device structureEugeniy Paltsev2017-08-311-0/+5
| * Introduce 8250_men_mcbMichael Moese2017-08-283-0/+130
| * serial: imx: Avoid post-PIO cleanup if TX DMA is startedIan Jamison2017-08-281-1/+4
| * tty: serial: imx: disable irq after suspendMaxim Yu. Osipov2017-08-281-0/+2
| * serial: 8250_uniphier: add suspend/resume supportMasahiro Yamada2017-08-281-0/+35
| * serial: 8250_uniphier: use CHAR register for canary to detect power-offMasahiro Yamada2017-08-281-6/+16