summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko1-0/+1
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko1-1/+0
2020-07-29serial: 8250_dw: Fix common clocks usage race conditionSerge Semin1-2/+101
2020-07-29serial: 8250_dw: Pass the same rate to the clk round and set rate methodsSerge Semin1-3/+3
2020-07-29serial: 8250_dw: Simplify the ref clock rate setting procedureSerge Semin1-11/+4
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin1-0/+40
2020-07-27Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman3-2/+30
2020-07-24serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35XMatthew Howell1-1/+11
2020-07-21serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin1-0/+18
2020-07-21serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang1-1/+1
2020-07-21tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-06-27serial: 8250_mtk: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_ingenic: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_pxa: Switch to use platform_get_irq()Andy Shevchenko1-6/+8
2020-06-27serial: 8250_omap: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-27serial: 8250_em: Switch to use platform_get_irq()Andy Shevchenko1-6/+10
2020-06-278250-men-mcb: fix signed/unsigned confusionPavel Machek1-2/+2
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold1-0/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-46/+66
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+0
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson1-0/+23
2020-05-29serial: 8250_fintek: Add F81966 SupportJi-Ze Hong (Peter Hong)1-2/+11
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner1-0/+3
2020-05-29serial: 8520_port: Fix function param documentationHeiko Stuebner1-1/+1
2020-05-27serial: 8250: Enable 16550A variants by default on non-x86Josh Triplett1-0/+1
2020-05-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin1-1/+3
2020-05-15serial: Allow uart_get_rs485_mode() to return errnoLukas Wunner1-1/+3
2020-05-15serial: 8250: Avoid error message on reprobeLukas Wunner1-4/+10
2020-05-15serial: 8250_exar: Make use of PCI_DEVICE_DATA() macroAndy Shevchenko1-34/+31
2020-05-08serial: 8250_pci: Move Pericom IDs to pci_ids.hKai-Heng Feng1-6/+0
2020-04-16drivers/tty: remove redundant assignment to variable i and rename it to retColin Ian King1-3/+3
2020-03-31Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-227/+714
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-7/+6
2020-03-27serial: 8250: Optimize irq enable after console writeLukas Wunner1-1/+2
2020-03-27serial: 8250: Fix rs485 delay after console writeLukas Wunner1-1/+1
2020-03-24serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCsVignesh Raghavendra1-12/+86
2020-03-24serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMAVignesh Raghavendra1-1/+1
2020-03-24serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger infoVignesh Raghavendra1-21/+61
2020-03-24serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()Peter Ujfalusi1-10/+5
2020-03-24serial: 8250: 8250_omap: Account for data in flight during DMA teardownVignesh Raghavendra1-4/+23
2020-03-24serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra1-2/+4
2020-03-24serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi1-1/+1
2020-03-24serial: 8250: 8250_omap: Fix throttle to call stop_rx()Vignesh Raghavendra1-3/+2
2020-03-24serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra1-1/+15
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko1-3/+8
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2-4/+29
2020-03-10Merge 5.6-rc5 into tty-nextGreg Kroah-Hartman1-0/+33
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250_bcm2835aux: Support rs485 software emulationLukas Wunner1-2/+60