summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2-4/+11
2022-03-18serial: 8250_tegra: mark acpi_device_id as unused with !ACPIKrzysztof Kozlowski1-1/+1
2022-03-18serial: 8250_mtk: make two read-only arrays static constColin Ian King1-2/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby3-3/+3
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2-30/+2
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman1-1/+1
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
2022-02-25serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko1-6/+22
2022-02-25serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko1-4/+15
2022-02-25serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang1-3/+3
2022-02-25serial: 8250: Correct Kconfig help text for blacklisted PCI devicesMaciej W. Rozycki1-7/+9
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar1-0/+3
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2-1/+9
2022-02-21serial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko1-5/+3
2022-02-21serial: 8250_mid: Get rid of custom MID_DEVICE() macroAndy Shevchenko1-9/+7
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-14Merge 5.17-rc4 into tty-nextGreg Kroah-Hartman1-1/+1
2022-02-08serial: 8250_bcm2835aux: Add ACPI supportAdrien Thierry1-6/+46
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13
2022-01-26serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2022-01-26tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6
2022-01-06serial: 8250_bcm7271: Fix return error code in case of dma_alloc_coherent() f...Lad Prabhakar1-2/+2
2021-12-30serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar1-3/+8
2021-12-30serial: 8250_bcm7271: Use platform_get_irq() to get the interruptLad Prabhakar1-7/+5
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner5-16/+30
2021-12-30tty: serial: Use fifo in 8250 console driverWander Lairson Costa1-6/+55
2021-12-20serial: 8250_pericom: Use serial_dl_write() instead of open codedAndy Shevchenko1-2/+2
2021-12-20serial: 8250_pericom: Re-enable higher baud ratesJay Dolan1-1/+1
2021-12-20serial: 8250_pci: Split out Pericom driverAndy Shevchenko4-400/+228
2021-12-20Merge 5.16-rc6 into tty-nextGreg Kroah-Hartman1-20/+0
2021-12-17serial: 8250_pci: remove redundant assignment to tmp after the mask operationColin Ian King1-1/+1
2021-12-15serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)1-20/+0
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman3-21/+38
2021-12-03serial: 8250_bcm7271: UART errors after resuming from S2Al Cooper1-0/+13
2021-11-25serial: 8250_pci: rewrite pericom_do_set_divisor()Jay Dolan1-13/+17
2021-11-25serial: 8250_pci: Fix ACCES entries in pci_serial_quirks arrayJay Dolan1-1/+8
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner1-7/+0
2021-11-25serial: 8250_dw: Add StarFive JH7100 quirkEmil Renner Berthing1-0/+3
2021-11-25serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao1-1/+1
2021-10-26serial: 8250_pci: Remove empty stub pci_quatech_exit()Andy Shevchenko1-5/+0
2021-10-26serial: 8250_pci: Replace custom pci_match_id() implementationAndy Shevchenko1-41/+31
2021-10-26serial: 8250_pci: Replace dev_*() by pci_*() macrosAndy Shevchenko1-30/+22
2021-10-26serial: 8250_pci: Get rid of redundant 'else' keywordAndy Shevchenko1-3/+3
2021-10-26serial: 8250_pci: Refactor the loop in pci_ite887x_init()Andy Shevchenko1-8/+4
2021-10-21serial: 8250_dw: drop bogus uartclk optimisationJohan Hovold1-7/+4
2021-10-21serial: 8250: rename unlock labelsJohan Hovold1-5/+5
2021-10-21serial: 8250: fix racy uartclk updateJohan Hovold1-4/+17