aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundSteve Shih1-1/+2
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds12-332/+546
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki1-5/+10
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer1-0/+43
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer1-0/+7
2016-09-22tty/serial/8250: Touch NMI watchdog in wait_for_xmitrJiri Olsa1-0/+1
2016-09-22serial: 8250_pci: Use symbolic constants for EXAR's MPIO registersJan Kiszka1-21/+34
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman8-70/+159
2016-09-02dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko1-4/+4
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addressesAlexander Sverdlin1-1/+1
2016-09-02serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang1-0/+1
2016-09-02serial: 8250_port: unify check of em485 variableAndy Shevchenko1-9/+4
2016-09-02serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()Andy Shevchenko1-6/+5
2016-09-01serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang1-22/+23
2016-09-01serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus1-5/+10
2016-08-31serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-08-31serial: 8250_lpss: enable DMA on Intel Quark UARTAndy Shevchenko1-3/+75
2016-08-31serial: 8250_lpss: enable MSI for Intel QuarkAndy Shevchenko1-0/+15
2016-08-31serial: 8250_lpss: move Quark code from PCI driverAndy Shevchenko3-14/+13
2016-08-31serial: 8250_lpss: split LPSS driver to separate moduleAndy Shevchenko4-235/+303
2016-08-31serial: 8250: enable AFE on ports where FIFO is 16 bytesAndy Shevchenko1-6/+3
2016-08-31serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko2-2/+11
2016-08-31serial: 8250_dma: switch to new dmaengine_terminate_* APIAndy Shevchenko1-3/+3
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang2-8/+2
2016-08-31serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko1-0/+3
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-08-31Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko5-68/+15
2016-08-188250/fintek: rename IRQ_MODE macroArnd Bergmann1-2/+2
2016-06-25serial: 8250_ingenic: drop #if conditional surrounding earlycon codeMasahiro Yamada2-3/+1
2016-06-25serial: 8250_mtk: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-25serial: 8250_uniphier: drop !defined(MODULE) conditionalMasahiro Yamada1-1/+1
2016-06-25tty/serial/8250: use mctrl_gpio helpersYegor Yefremov5-15/+68
2016-06-25tty/serial/8250: make UART_MCR register access consistentYegor Yefremov3-26/+35
2016-06-25serial: 8250_mid: Read RX buffer on RX DMA timeout for DNVChuah, Kim Tatt1-2/+4
2016-06-25serial: 8250_dma: Export serial8250_rx_dma_flush()Chuah, Kim Tatt1-0/+1
2016-06-25dmaengine: hsu: Export hsu_dma_get_status()Chuah, Kim Tatt1-5/+17
2016-06-25tty: serial: 8250: add CON_CONSDEV to flagsMatthew Leach1-1/+1
2016-06-25serial: 8250_uniphier: add COMPILE_TEST optionMasahiro Yamada1-1/+2
2016-06-258250_pci: Adds support for the WCH CH355 4S cardAlexandr Petrenko1-0/+24
2016-06-25serial: 8250_fintek: fix the mismatched IRQ modeJi-Ze Hong (Peter Hong)1-1/+35
2016-06-25serial: 8250_early: Add earlycon support for Synopsys DesignWare ABP UARTKefeng Wang1-0/+1
2016-06-25tty: 8250, remove shadow and unused variablesJiri Slaby2-9/+6
2016-06-25tty: 8250, kill DEBUG_INTRJiri Slaby3-11/+5
2016-06-25tty: 8250, drop unused members from struct old_serial_portJiri Slaby2-4/+2
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds13-229/+203
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2016-05-03serial: 8250_dw: fix wrong logic in dw8250_check_lcr()Kefeng Wang1-3/+4