summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
...
| * | serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'Christophe JAILLET2017-05-181-3/+8
| * | drivers/tty: 8250: only call fintek_8250_probe when doing port I/OArd Biesheuvel2017-05-181-1/+1
| |/
* | serial: 8250: Add CAP_MINI, set for bcm2835auxPhil Elwell2017-05-243-1/+10
* | serial: sh-sci: Update warning message in sci_request_dma_chan()Geert Uytterhoeven2017-05-241-2/+1
* | serial: meson: hide an unused functionArnd Bergmann2017-05-241-9/+8
* | serial: xilinx_uartps: Fix the error pathShubhrajyoti Datta2017-05-181-4/+5
* | serial: meson: change interrupt description to tty nameHeiner Kallweit2017-05-181-1/+1
* | serial: meson: remove use of flag UPF_IOREMAPHeiner Kallweit2017-05-181-14/+8
* | serial: meson: make use of uart_port member mapsizeHeiner Kallweit2017-05-181-24/+5
* | serial: meson: remove dead code in meson_uart_change_speedHeiner Kallweit2017-05-181-2/+0
* | serial: meson: remove unneeded variable assignment in meson_serial_port_writeHeiner Kallweit2017-05-181-1/+12
* | serial: meson: fix setting number of stop bitsHeiner Kallweit2017-05-181-1/+1
* | serial: pch_uart: use offset_in_page() macroGeliang Tang2017-05-181-2/+1
* | tty/serial: atmel: use offset_in_page() macroGeliang Tang2017-05-181-2/+3
* | serial: exar: Preconfigure xr17v35x MPIOs as outputJan Kiszka2017-05-181-2/+2
* | imx-serial: RX DMA startup latencyPeter Senna Tschudin2017-05-181-21/+5
* | serial: sh-sci: Move uart_register_driver call to device probeSjoerd Simons2017-05-181-11/+15
* | serial: pl010: Move uart_register_driver call to device probeSjoerd Simons2017-05-181-10/+21
* | serial: sh-sci: Fix race condition causing garbage during shutdownGeert Uytterhoeven2017-05-181-2/+14
* | drivers/serial: Add driver for Aspeed virtual UARTJeremy Kerr2017-05-183-0/+334
* | serial: 8250: Add flag so drivers can avoid THRE probeJoel Stanley2017-05-181-1/+1
* | serial: 8250_exar: Remove duplicate assignmentAndy Shevchenko2017-05-181-1/+0
* | serial: 8250: omap: Disable DMA for console UARTVignesh R2017-05-181-0/+4
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-2/+2
|\
| * Annotate hardware config module parameters in drivers/tty/David Howells2017-04-201-2/+2
* | Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-0825-154/+585
|\ \
| * | serial: small Makefile reorderingNicolas Pitre2017-04-181-1/+2
| * | serial: 8250_early: Add earlycon support for Palmchip UARTMarc Gonzalez2017-04-182-2/+26
| * | tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44Timur Tabi2017-04-181-8/+23
| * | imx-serial: Reduce RX DMA startup latency when opening for readingPeter Senna Tschudin2017-04-111-14/+49
| * | serial: omap: suspend device on probe errorsJohan Hovold2017-04-111-1/+2
| * | serial: omap: fix runtime-pm handling on unbindJohan Hovold2017-04-111-1/+5
| * | tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT initSebastian Reichel2017-04-081-0/+3
| * | serial: samsung: Remove useless spinlockMarek Szyprowski2017-04-081-4/+0
| * | serial: samsung: Add missing checks for dma_map_single failureMarek Szyprowski2017-04-081-7/+24
| * | serial: samsung: Use right device for DMA-mapping callsMarek Szyprowski2017-04-081-5/+4
| * | serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be offUwe Kleine-König2017-04-081-13/+23
| * | tty: amba-pl011: Fix spurious TX interruptsJayachandran C2017-04-081-9/+14
| * | serial: xuartps: Enable clocks in the pm disable case alsoShubhrajyoti Datta2017-04-081-7/+7
| * | serial: core: Re-use struct uart_port {name} fieldAndy Shevchenko2017-04-081-6/+4
| * | serial: sprd: adjust TIMEOUT to a big valueWei Qiao2017-04-081-1/+1
| * | Merge 4.11-rc5 into tty-nextGreg Kroah-Hartman2017-04-034-5/+36
| |\ \
| * | | tty: serial: fsl_lpuart: lock port on console writeStefan Agner2017-03-311-0/+20
| * | | serial: altera_uart: add earlycon supportTobias Klauser2017-03-312-0/+33
| * | | serial: 8250: 8250_core: Fix irq name for 8250 serial IRQVignesh R2017-03-311-1/+1
| * | | tty: serial_core: Add name field to uart_port structVignesh R2017-03-311-0/+7
| * | | serial: 8250_lpss: Unconditionally set PCI master for QuarkJan Kiszka2017-03-311-1/+2
| * | | serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()Geert Uytterhoeven2017-03-311-6/+19
| * | | serial: sh-sci: Fix late enablement of AUTORTSGeert Uytterhoeven2017-03-311-0/+4
| * | | serial: sh-sci: Fix hang in sci_reset()Geert Uytterhoeven2017-03-311-4/+0