summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorFilesLines
2017-01-19serial: sh-sci: Fix register offsets for the IRDA serial portLaurent Pinchart1-9/+8
2017-01-19serial: sh-sci: Don't rely on platform data flags when not neededLaurent Pinchart1-4/+3
2017-01-19serial: sh-sci: Set the SCSCR TE and RE bits in the driverLaurent Pinchart1-6/+7
2017-01-16Merge 4.10-rc4 into tty-nextGreg Kroah-Hartman4-15/+23
2017-01-12serial: 8250: Add new port type for TI DA8xx/66AK2xDavid Lechner2-0/+23
2017-01-12serial: 8250_mid: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_lpss: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_pci: make option visibleJean Delvare1-1/+1
2017-01-12serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0
2017-01-12serial: imx: Allow passing 'rst-gpios' for rs485 modeFabio Estevam1-1/+5
2017-01-12serial: 8250_lpss: avoid potential kernel crash when removeAndy Shevchenko1-2/+2
2017-01-12tty: serial: msm: Fix module autoloadJavier Martinez Canillas1-0/+1
2017-01-12serial: 8250: moxa: Store num_ports in brdMatwey V. Kornilov1-0/+1
2017-01-12serial: 8250_fintek: Add resource check for Fintek F81504/508/512Ji-Ze Hong (Peter Hong)1-4/+9
2017-01-12tty: update my email addressJohn Crispin1-1/+1
2017-01-12tty: serial: lantiq: implement earlycon supportMartin Blumenstingl2-7/+32
2017-01-12serial: pic32_uart: Fix 'request_irq' and 'free_irq' inconsistancyChristophe JAILLET1-3/+3
2017-01-12serial: samsung: Simplify DMA engine initialization codeMarek Szyprowski2-15/+6
2017-01-12serial: mxs-auart: support CMSPAR termios cflagWolfgang Ocker1-0/+3
2017-01-12serial: max310x: Add support for newer silicon revisionsAlexander Shiyan1-1/+1
2017-01-12tty: serial: fsl_lpuart: fix del_timer_sync() vs timer routine deadlockNikita Yushchenko1-18/+17
2017-01-12tty: serial: sh-sci: set error code when kasprintf failsPan Bian1-1/+3
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