summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2022-10-26serial: 8250: Fix restoring termios speed after suspendPali Rohár1-1/+6
2022-07-21serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang1-1/+3
2022-06-25serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-05-12serial: 8250: Correct the clock for EndRun PTP/1588 PCIe deviceMaciej W. Rozycki1-4/+4
2022-05-12serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-03-02serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2022-03-02serial: 8250: fix error handling in of_platform_serial_probe()Alexey Khoroshilov1-7/+12
2022-02-23serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-08tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2021-11-26serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko1-1/+1
2021-09-22serial: 8250_pci: make setup_port() parameters explicitly unsignedGreg Kroah-Hartman1-1/+1
2021-09-22serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-08-15serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-07-20tty: serial: 8250: serial_cs: Fix a memory leak in error handling pathChristophe JAILLET1-1/+10
2021-07-20serial_cs: remove wrong GLOBETROTTER.cis entryOndrej Zary1-1/+0
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: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
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
2020-03-11serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko2-3/+6
2020-02-05serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2019-08-04serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2019-07-21Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta1-2/+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
2019-03-238250: FIX Fourth port offset of Pericom PI7C9X7954 boardsAngelo Butti1-0/+34
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-10-04drivers/tty: add error handling for pcmcia_loop_configZhouyang Jia1-2/+4
2018-08-22serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam1-0/+1
2018-08-22serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu1-1/+1
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-06-16serial: 8250: omap: Fix idling of clocks for unused uartsTony Lindgren1-1/+15
2018-05-25serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-04-13serial: 8250: omap: Disable DMA for console UARTVignesh R1-0/+4
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-18serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2017-12-10serial: 8250: Preserve DLD[7:4] for PORT_XR17V35XAaron Sierra1-1/+4
2017-12-10serial: 8250_fintek: Fix rs485 disablement on invalid ioctl()Lukas Wunner1-1/+1
2017-12-10serial: 8250_pci: Add Amazon PCI serial device IDMatt Wilson1-0/+3
2017-11-24serial: 8250_fintek: Fix finding base_port with activated SuperIOJi-Ze Hong (Peter Hong)1-0/+3
2017-10-08serial: 8250_port: Remove dangerous pr_debug()Alexey Brodkin1-4/+0