aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)Author
2020-12-30serial: 8250_omap: Avoid FIFO corruption caused by MDR1 accessAlexander Sverdlin
2020-11-10serial: 8250_mtk: Fix uart_get_baud_rate warningClaire Chang
2020-10-01serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra
2020-10-01serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi
2020-10-01serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra
2020-09-26serial: 8250: Avoid error message on reprobeLukas Wunner
2020-09-23serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich
2020-09-03serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky
2020-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn
2020-07-29serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin
2020-07-29serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell
2020-06-25serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-06-22serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng
2020-03-11serial: 8250_exar: add support for ACCES cardsJay Dolan
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko
2020-02-01serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner
2019-12-05serial: 8250: Fix serial8250 initialization crashHe Zhe
2019-12-05serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel
2019-11-108250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King
2019-07-31serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT
2019-07-14Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta
2019-06-15dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko
2019-04-05serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel
2019-03-23serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954 ...Jay Dolan
2019-03-23serial: 8250_pci: Fix number of ports for ACCES serial cardsJay Dolan
2019-03-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel
2019-02-12serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih
2018-11-21serial: 8250_of: Fix for lack of interrupt supportJohn Garry
2018-10-02Revert "serial: 8250_dw: Fix runtime PM handling"Guenter Roeck
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-08-12tty: serial: 8250: Revert NXP SC16C2552 workaroundMark
2018-08-02serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra
2018-08-02serial: 8250_dw: Add ACPI support for uart on Broadcom SoCSrinath Mannam
2018-08-02serial: 8250_dw: always set baud rate in dw8250_set_termiosChen Hu
2018-07-25serial: 8250: Use cached port name directly in messagesAndy Shevchenko
2018-07-23serial: 8250_exar: Drop unused variable in pci_xr17v35x_setup()Andy Shevchenko
2018-07-21serial: 8250_exar: Describe all members in struct exar8250_boardAndy Shevchenko
2018-07-21serial: 8250_exar: Remove useless has_slave memberAndy Shevchenko
2018-07-21serial: 8250_dw: Add compatible string for Renesas RZ/N1 UARTPhil Edworthy
2018-07-16serial: 8250: of: Defer probe on missing IRQAlexander Sverdlin
2018-07-16serial: 8250: of: Correct of_platform_serial_setup() error handlingAlexander Sverdlin
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-12serial: 8250_dw: add fractional divisor supportJisheng Zhang
2018-07-12serial: 8250: export serial8250_do_set_divisor()Jisheng Zhang
2018-07-12serial: 8250: introduce get_divisor() and set_divisor() hookJisheng Zhang
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-07-07serial: 8250_dw: Introduce IO accessors to extended registersAndy Shevchenko
2018-07-06serial: 8250: let serial8250_get_divisor() get uart_port * as paramJisheng Zhang