summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: of: Fix the driver and actually compile the 8250_ofPeter Ujfalusi2016-01-072-3/+2
* Merge 4.4-rc6 into tty-nextGreg Kroah-Hartman2015-12-211-2/+6
|\
| * serial: 8250_uniphier: fix dl_read and dl_write functionsMasahiro Yamada2015-12-121-2/+6
* | serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus2015-12-131-1/+1
* | serial: 8250: move of_serial code to 8250 directoryArnd Bergmann2015-12-133-0/+358
* | serial: support 16-bit register interface for consoleMasahiro Yamada2015-12-133-3/+29
* | serial: 8250_early: squash wait_for_xmitr() into serial_putc()Masahiro Yamada2015-12-131-8/+4
* | serial: 8250_early: confirm empty transmitter after sending charactersMasahiro Yamada2015-12-131-4/+1
* | serial: 8250_early: do not save and restore IER in write callbackMasahiro Yamada2015-12-131-10/+1
* | serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLEMasahiro Yamada2015-12-132-1/+3
* | serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"Masahiro Yamada2015-12-131-1/+0
* | serial: 8250_uniphier: add earlycon supportMasahiro Yamada2015-12-131-0/+24
* | drivers/tty/serial: make 8250/8250_mtk.c explicitly non-modularPaul Gortmaker2015-12-131-28/+7
|/
* serial: export fsl8250_handle_irqArnd Bergmann2015-11-201-0/+1
* serial: 8250_mid: Add missing dependencyHeikki Krogerus2015-11-201-0/+1
* Merge tag 'clk-for-linus-20151104' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-11-051-4/+0
|\
| * Merge branch 'clk-fixes' into clk-nextStephen Boyd2015-10-021-0/+2
| |\
| * | serial: 8250_dw: allow lower reference frequenciesAndy Shevchenko2015-10-021-4/+0
* | | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-0411-441/+646
|\ \ \
| * | | serial: 8250_mid: add support for DMA engine handling from UART MMIOHeikki Krogerus2015-10-172-2/+71
| * | | dmaengine: hsu: make the UART driver in control of selecting this driverHeikki Krogerus2015-10-171-0/+2
| * | | serial: 8250_pci: Intel MID UART support to its own driverHeikki Krogerus2015-10-174-222/+273
| * | | serial: 8250_omap: Remove RTS clearPeter Hurley2015-10-171-1/+0
| * | | serial: Enable Freescale 16550 workaround on armScott Wood2015-10-171-2/+2
| * | | Merge 4.3-rc5 into tty-nextGreg Kroah-Hartman2015-10-121-0/+8
| |\ \ \
| * | | | serial: 8250_dma: no need to sync RX bufferAndy Shevchenko2015-10-041-6/+0
| * | | | serial: 8250: Refactor serial console restore-from-suspendPeter Hurley2015-10-041-14/+22
| * | | | serial: 8250: Tolerate clock variance for max baud rateJames Hogan2015-10-041-9/+19
| * | | | serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard2015-10-042-6/+7
| * | | | serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus2015-10-041-1/+1
| * | | | serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus2015-10-041-33/+33
| * | | | serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus2015-10-041-6/+1
| * | | | serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus2015-10-041-5/+10
| * | | | serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus2015-10-041-1/+12
| * | | | serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus2015-10-041-51/+31
| * | | | serial: 8250_dw: only setup the port from one placeHeikki Krogerus2015-10-041-8/+6
| * | | | serial: 8250_dw: hook the DMA in one placeHeikki Krogerus2015-10-041-12/+7
| * | | | serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus2015-10-041-43/+37
| * | | | serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus2015-10-041-22/+20
| * | | | serial: 8250: Add OF earlycon supportScott Wood2015-10-041-0/+4
| * | | | serial: 8250_ingenic: Enable FIFO for Ingenic UARTsMatt Redfearn2015-10-041-4/+43
| * | | | serial: 8250_ingenic: Enable hardware flow controlMatt Redfearn2015-10-041-0/+41
| * | | | serial: 8250: Fix autoconfig_irq() to avoid race conditionsTaichi Kageyama2015-10-041-0/+6
| * | | | drivers/tty: make serial 8250_lpc18xx.c Kconfig a tristatePaul Gortmaker2015-10-041-1/+1
| * | | | serial: don't register CIR serial portsMaciej S. Szmigiero2015-10-042-19/+21
| * | | | serial: 8250_omap: check how many bytes were injectedSebastian Andrzej Siewior2015-10-041-2/+5
| | |_|/ | |/| |
* | | | Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis2015-10-171-4/+0
| |/ / |/| |
* | | serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard2015-10-041-0/+8
|/ /
* | tty: serial: Add missing module license for 8250_base.koJonathan McDowell2015-09-221-0/+2
|/
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
OpenPOWER on IntegriCloud