summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2016-02-08Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman1-1/+1
2016-02-07tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-0/+21
2016-02-078250: uniphier: allow modular build with 8250 consoleArnd Bergmann1-1/+1
2016-01-29serial: 8250_pci: Add Intel Broadwell portsMika Westerberg1-0/+29
2016-01-08serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi2-3/+2
2015-12-21Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman1-2/+6
2015-12-14serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus1-1/+1
2015-12-14serial: 8250: move of_serial code to 8250 directoryArnd Bergmann3-0/+358
2015-12-14serial: support 16-bit register interface for consoleMasahiro Yamada3-3/+29
2015-12-14serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada1-8/+4
2015-12-14serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada1-4/+1
2015-12-14serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada1-10/+1
2015-12-14serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLEMasahiro Yamada2-1/+3
2015-12-14serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"Masahiro Yamada1-1/+0
2015-12-14serial: 8250_uniphier: add earlycon supportMasahiro Yamada1-0/+24
2015-12-14drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker1-28/+7
2015-12-13serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada1-2/+6
2015-11-21serial: export fsl8250_handle_irqArnd Bergmann1-0/+1
2015-11-21serial: 8250_mid: Add missing dependencyHeikki Krogerus1-0/+1
2015-11-05Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+0
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-441/+646
2015-10-18Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis1-4/+0
2015-10-18serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2-2/+71
2015-10-18dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus1-0/+2
2015-10-18serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus4-222/+273
2015-10-18serial: 8250_omap: Remove RTS clearPeter Hurley1-1/+0
2015-10-18serial: Enable Freescale 16550 workaround on armScott Wood1-2/+2
2015-10-12Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman1-0/+8
2015-10-04serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard1-0/+8
2015-10-04serial: 8250_dma: no need to sync RX bufferAndy Shevchenko1-6/+0
2015-10-04serial: 8250: Refactor serial console restore-from-suspendPeter Hurley1-14/+22
2015-10-04serial: 8250: Tolerate clock variance for max baud rateJames Hogan1-9/+19
2015-10-04serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard2-6/+7
2015-10-04serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus1-1/+1
2015-10-04serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus1-33/+33
2015-10-04serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus1-6/+1
2015-10-04serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus1-5/+10
2015-10-04serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus1-1/+12
2015-10-04serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus1-51/+31
2015-10-04serial: 8250_dw: only setup the port from one placeHeikki Krogerus1-8/+6
2015-10-04serial: 8250_dw: hook the DMA in one placeHeikki Krogerus1-12/+7
2015-10-04serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus1-43/+37
2015-10-04serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus1-22/+20
2015-10-04serial: 8250: Add OF earlycon supportScott Wood1-0/+4
2015-10-04serial: 8250_ingenic: Enable FIFO for Ingenic UARTsMatt Redfearn1-4/+43
2015-10-04serial: 8250_ingenic: Enable hardware flow controlMatt Redfearn1-0/+41
2015-10-04serial: 8250: Fix autoconfig_irq() to avoid race conditionsTaichi Kageyama1-0/+6
2015-10-04drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristatePaul Gortmaker1-1/+1
2015-10-04serial: don't register CIR serial portsMaciej S. Szmigiero2-19/+21
2015-10-04serial: 8250_omap: check how many bytes were injectedSebastian Andrzej Siewior1-2/+5