summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
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-09-03serial: 8250_exar: Fix number of ports for Commtech PCIe cardsValmer Huhn1-3/+21
2020-07-29serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-29serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-29serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-03-11serial: 8250_exar: add support for ACCES cardsJay Dolan1-0/+33
2020-02-28serial: 8250: Check UPF_IRQ_SHARED in advanceAndy Shevchenko3-4/+6
2020-02-05serial: 8250_bcm2835aux: Fix line mismatch on driver unbindLukas Wunner1-1/+1
2019-12-05serial: 8250: Fix serial8250 initialization crashHe Zhe1-8/+9
2019-12-05serial: 8250: Rate limit serial port rx interrupts during input overrunsDarwin Dingel3-1/+52
2019-07-31serial: 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-15dmaengine: idma64: Use actual device for DMA transfersAndy Shevchenko1-2/+2
2019-04-05serial: 8250_pxa: honor the port number from devicetreeLubomir Rintel1-0/+4
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-23serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uartLubomir Rintel1-0/+4
2019-02-12serial: 8250_pci: Make PCI class test non fatalAndy Shevchenko1-4/+5
2018-12-13tty: serial: 8250_mtk: always resume the device in probe.Peter Shih1-9/+7
2018-10-03drivers/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-22serial: 8250_exar: Read INT0 from slave device, tooAaron Sierra1-1/+5
2018-08-22tty: serial: 8250: Revert NXP SC16C2552 workaroundMark1-2/+1
2018-07-08serial: 8250_pci: Remove stalled entries in blacklistAndy Shevchenko1-2/+0
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-26tty: serial: exar: Relocate sleep wake-up handlingAaron Sierra2-30/+30
2018-04-08serial: 8250: Add Nuvoton NPCM UARTJoel Stanley2-0/+34
2018-03-24serial: 8250_pci: Don't fail on multiport card classAndy Shevchenko1-3/+7
2018-03-24serial: 8250_dw: Disable clock on errorStefan Potyra1-1/+2
2018-03-19serial: 8250_pci: Add Brainboxes UC-260 4 port serial deviceNikola Ciprich1-0/+11
2018-02-03serial: 8250_uniphier: fix error return code in uniphier_uart_probe()Wei Yongjun1-2/+3
2018-02-03serial: 8250_of: fix return code when probe function fails to get resetMasahiro Yamada1-1/+4
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_early: Only set divisor if valid clk & baudMatt Redfearn1-6/+8
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-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'tty-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-93/+332
2017-08-31serial: 8250_port: Remove useless NULL checksAndy Shevchenko1-4/+4
2017-08-28Introduce 8250_men_mcbMichael Moese3-0/+130