summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * 8250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi2017-01-111-7/+5
| * tty/serial: atmel: RS485 half duplex w/DMA: enable RX after TX is doneRichard Genoud2017-01-111-6/+5
| * tty/serial: atmel_serial: BUG: stop DMA from transmitting in stop_txRichard Genoud2017-01-111-0/+11
* | serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner2017-01-122-0/+23
* | serial: 8250_mid: make option visibleJean Delvare2017-01-121-1/+1
* | serial: 8250_lpss: make option visibleJean Delvare2017-01-121-1/+1
* | serial: 8250_pci: make option visibleJean Delvare2017-01-121-1/+1
* | serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin2017-01-121-4/+0
* | serial: imx: Allow passing 'rst-gpios' for rs485 modeFabio Estevam2017-01-121-1/+5
* | serial: 8250_lpss: avoid potential kernel crash when removeAndy Shevchenko2017-01-121-2/+2
* | tty: serial: msm: Fix module autoloadJavier Martinez Canillas2017-01-121-0/+1
* | serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov2017-01-121-0/+1
* | serial: 8250_fintek: Add resource check for Fintek F81504/508/512Ji-Ze Hong (Peter Hong)2017-01-121-4/+9
* | tty: update my email addressJohn Crispin2017-01-121-1/+1
* | tty: serial: lantiq: implement earlycon supportMartin Blumenstingl2017-01-122-7/+32
* | serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET2017-01-121-3/+3
* | serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski2017-01-122-15/+6
* | serial: mxs-auart: support CMSPAR termios cflagWolfgang Ocker2017-01-121-0/+3
* | serial: max310x: Add support for newer silicon revisionsAlexander Shiyan2017-01-121-1/+1
* | tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko2017-01-121-18/+17
* | tty: serial: sh-sci: set error code when kasprintf failsPan Bian2017-01-121-1/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* Merge tag 'dmaengine-4.10-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-12-141-1/+1
|\
| * dmaengine: DW DMAC: add multi-block property to device treeEugeniy Paltsev2016-11-301-1/+1
* | serial: 8250_mid fix calltrace when hotplug 8250 serial controllerLiwei Song2016-11-301-2/+2
* | serial: 8250_pci: Detach low-level driver during PCI error recoveryGabriel Krisman Bertazi2016-11-291-4/+19
* | serial: core: don't check port twice in a rowAndy Shevchenko2016-11-281-6/+11
* | mxs-auart: count FIFO overrun errorsWolfgang Ocker2016-11-161-1/+1
* | serial: 8250_dw: Add support for IrDA SIR modeEd Blake2016-11-161-0/+22
* | serial: 8250: Expose set_ldisc functionEd Blake2016-11-162-2/+13
* | serial: 8250: Add IrDA to UART capabilitiesEd Blake2016-11-162-2/+3
* | serial: 8250_dma: power off device after TX is doneAndy Shevchenko2016-11-161-2/+7
* | serial: 8250_port: export serial8250_rpm_{get|put}_tx()Andy Shevchenko2016-11-162-2/+9
* | serial: sunsu: Free memory when probe failsSouptick Joarder2016-11-161-0/+1
* | serial: sunhv: Free memory when remove() is calledSouptick Joarder2016-11-161-1/+2
* | tty: amba-pl011: Add earlycon support for SBSA UARTKefeng Wang2016-11-101-0/+1
* | tty: serial: Make the STM32 serial port depend on it's archPeter Robinson2016-11-101-1/+1
* | serial: ifx6x60: Free memory when probe failsSouptick Joarder2016-11-101-0/+1
* | serial: ioc4_serial: Free memory when kzalloc fails during probeSouptick Joarder2016-11-101-1/+6
* | serial: pxa2xx: mark PM functions as __maybe_unusedArnd Bergmann2016-11-101-4/+2
* | serial: pxa2xx: remove __deprecated annotationArnd Bergmann2016-11-101-1/+1
* | serial: crisv10: fix invalid user-pointer checkJohan Hovold2016-11-101-2/+0
* | 8250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti2016-11-101-0/+34
* | serial: sh-sci: Fix deadlock caused by serial output requestTakatoshi Akiyama2016-11-101-15/+5
* | tty: serial: make crisv10 explicitly non-modularPaul Gortmaker2016-11-101-4/+2
* | serial: 8250_pxa: hide early console setup when disabledArnd Bergmann2016-11-101-0/+2
* | serial: 8250_uniphier: avoid locking for FCR register writeMasahiro Yamada2016-11-101-2/+2
* | serial: 8250_uniphier: hardcode regshift to avoid unneeded memory readMasahiro Yamada2016-11-101-18/+24
* | Merge 4.9-rc3 into tty-nextGreg Kroah-Hartman2016-10-3011-17/+43
|\ \
| * | tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupRob Herring2016-10-281-2/+2