summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2021-07-20tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-07-20serial_cs: Add Option International GSM-Ready 56K/ISDN modemOndrej Zary1-0/+1
2020-12-29serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin1-5/+0
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang1-1/+1
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-10-01serial: 8250: Avoid error message on reprobeLukas Wunner1-2/+9
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
2020-07-31serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-31serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2019-06-22dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+2
2019-03-23serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan1-0/+105
2019-03-23serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan1-18/+18
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-10-10drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-04-13serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2018-03-18serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-02-25serial: 8250_mid: fix broken DMA dependencyHeikki Krogerus1-1/+1
2017-12-09serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-12-09serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-12-09serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-05-14serial: 8250_omap: Fix probe and remove for PM runtimeTony Lindgren1-1/+7
2017-05-088250_pci: Fix potential use-after-free in error pathGabriel Krisman Bertazi1-7/+5
2017-03-30serial: 8250_pci: Detach low-level driver during PCI error recoverySumit Semwal1-4/+19
2017-03-15serial: 8250_pci: Add MKS Tenta SCOM-0800 and SCOM-0801 cardsIan Abbott1-0/+13
2016-10-22serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-09-24serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-09-24serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko1-0/+3
2016-06-01serial: 8250_mid: recognize interrupt source in handlerAndy Shevchenko1-10/+11
2016-06-01serial: 8250_mid: use proper bar for DNV platformAndy Shevchenko1-3/+11
2016-06-01serial: 8250_pci: fix divide error bug if baud rate is 0David Müller1-0/+3
2016-04-128250: use callbacks to access UART_DLL/UART_DLMSebastian Frias1-12/+6
2016-02-25serial: 8250_pci: Add Intel Broadwell portsMika Westerberg1-0/+29
2016-02-25tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll1-0/+21
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