summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2017-07-31drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr3-0/+334
2017-07-31serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley1-1/+1
2017-07-31Revert "drivers/serial: Add driver for Aspeed virtual UART"Joel Stanley3-344/+0
2017-06-06serial: 8250_of: Add reset supportJoel Stanley1-0/+10
2017-06-05Merge tag 'v4.10.17' into dev-4.10Joel Stanley5-15/+30
2017-05-20serial: omap: suspend device on probe errorsJohan Hovold1-1/+2
2017-05-20serial: omap: fix runtime-pm handling on unbindJohan Hovold1-1/+5
2017-05-20serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski1-5/+4
2017-05-14serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-04-12serial: 8250_omap: Add OMAP_DMA_TX_KICK quirk for AM437xVignesh R1-6/+3
2017-04-08serial: mxs-auart: Fix baudrate calculationUwe Kleine-König1-1/+1
2017-04-08tty/serial: atmel: fix TX path in atmel_console_write()Nicolas Ferre1-0/+3
2017-04-08tty/serial: atmel: fix race condition (TX+DMA)Richard Genoud1-0/+5
2017-03-22drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr3-0/+344
2017-03-18serial: samsung: Continue to work if DMA request failsKrzysztof Kozlowski1-2/+4
2017-03-15serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2017-02-26tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-01-11Revert "tty: serial: 8250: add CON_CONSDEV to flags"Herbert Xu1-1/+1
2017-01-11Clearing FIFOs in RS485 emulation mode causes subsequent transmits to breakDaniel Jedrychowski1-1/+1
2017-01-118250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi1-7/+5
2017-01-11tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud1-6/+5
2017-01-11tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud1-0/+11
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-12-15Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2016-11-30serial: 8250_mid fix calltrace when hotplug 8250 serial controllerLiwei Song1-2/+2
2016-11-30dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev1-1/+1
2016-11-29serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi1-4/+19
2016-11-28serial: core: don't check port twice in a rowAndy Shevchenko1-6/+11
2016-11-16mxs-auart: count FIFO overrun errorsWolfgang Ocker1-1/+1
2016-11-16serial: 8250_dw: Add support for IrDA SIR modeEd Blake1-0/+22
2016-11-16serial: 8250: Expose set_ldisc functionEd Blake2-2/+13
2016-11-16serial: 8250: Add IrDA to UART capabilitiesEd Blake2-2/+3
2016-11-16serial: 8250_dma: power off device after TX is doneAndy Shevchenko1-2/+7
2016-11-16serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko2-2/+9
2016-11-16serial: sunsu: Free memory when probe failsSouptick Joarder1-0/+1
2016-11-16serial: sunhv: Free memory when remove() is calledSouptick Joarder1-1/+2
2016-11-10tty: amba-pl011: Add earlycon support for SBSA UARTKefeng Wang1-0/+1
2016-11-10tty: serial: Make the STM32 serial port depend on it's archPeter Robinson1-1/+1
2016-11-10serial: ifx6x60: Free memory when probe failsSouptick Joarder1-0/+1
2016-11-10serial: ioc4_serial: Free memory when kzalloc fails during probeSouptick Joarder1-1/+6
2016-11-10serial: pxa2xx: mark PM functions as __maybe_unusedArnd Bergmann1-4/+2
2016-11-10serial: pxa2xx: remove __deprecated annotationArnd Bergmann1-1/+1
2016-11-10serial: crisv10: fix invalid user-pointer checkJohan Hovold1-2/+0
2016-11-108250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti1-0/+34
2016-11-10serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama1-15/+5
2016-11-10tty: serial: make crisv10 explicitly non-modularPaul Gortmaker1-4/+2
2016-11-10serial: 8250_pxa: hide early console setup when disabledArnd Bergmann1-0/+2
2016-11-10serial: 8250_uniphier: avoid locking for FCR register writeMasahiro Yamada1-2/+2
2016-11-10serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readMasahiro Yamada1-18/+24
2016-10-30Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman11-17/+43