summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: Use defined IER bitsIlpo Järvinen2023-01-191-5/+5
* Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-166-17/+141
|\
| * Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-226-31/+51
| |\
| * | serial: 8250: 8250_omap: Fix calculation of RS485 delaysLukas Wunner2022-11-091-1/+1
| * | serial: 8250_bcm7271: Fix error handling in brcmuart_init()Yuan Can2022-11-091-1/+9
| * | serial: 8250_dma: Rearm DMA Rx if more data is pendingIlpo Järvinen2022-11-091-3/+16
| * | serial: 8250_core: Use str_enabled_disabled() helperAndy Shevchenko2022-11-031-2/+3
| * | serial: 8250/ingenic: Add support for the JZ4750/JZ4755Siarhei Volkau2022-11-031-3/+29
| * | serial: 8250: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
| * | serial: 8250_bcm7271: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-3/+1
| * | serial: 8250: 8250_omap: Support native RS485Lukas Wunner2022-11-031-3/+82
* | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-12-121-1/+1
|\ \ \ | |_|/ |/| |
| * | serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness2022-12-021-1/+1
| |/
* | Merge tag 'tty-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-11-183-28/+48
|\ \
| * | serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen2022-11-091-2/+1
| * | serial: 8250_lpss: Use 16B DMA burst with Elkhart LakeIlpo Järvinen2022-11-091-0/+2
| * | serial: 8250_lpss: Configure DMA also w/o DMA filterIlpo Järvinen2022-11-091-4/+11
| * | serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen2022-11-091-0/+4
| * | serial: 8250: omap: Flush PM QOS work on removeTony Lindgren2022-11-031-0/+1
| * | serial: 8250: omap: Fix unpaired pm_runtime_put_sync() in omap8250_remove()Tony Lindgren2022-11-031-0/+5
| * | serial: 8250_omap: remove wait loop from Errata i202 workaroundMatthias Schiffer2022-11-031-17/+0
| * | serial: 8250: omap: Fix missing PM runtime calls for omap8250_set_mctrl()Tony Lindgren2022-11-031-2/+20
| * | serial: 8250: 8250_omap: Avoid RS485 RTS glitch on ->set_termios()Lukas Wunner2022-11-031-3/+4
| |/
* | parisc/serial: Rename 8250_gsc.c to 8250_parisc.cHelge Deller2022-10-213-2/+2
* | parisc: Make 8250_gsc driver dependend on CONFIG_PARISCHelge Deller2022-10-211-1/+1
|/
* serial: 8250: Fix restoring termios speed after suspendPali Rohár2022-09-251-1/+6
* serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner2022-09-253-13/+11
* serial: 8250_dma: Convert to use uart_xmit_advance()Andy Shevchenko2022-09-251-3/+1
* serial: 8250_omap: Convert to use uart_xmit_advance()Andy Shevchenko2022-09-251-3/+1
* Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-0/+1
|\
| * serial: 8250: omap: Use serial8250_em485_supportedMatthias Schiffer2022-09-221-0/+1
* | serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen2022-09-222-8/+16
* | serial: 8250: Request full 16550A feature probing for OxSemi PCIe devicesMaciej W. Rozycki2022-09-221-0/+5
* | serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki2022-09-221-1/+2
* | serial: Fix double wordShaomin Deng2022-09-011-1/+1
* | serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusionAndy Shevchenko2022-09-011-1/+0
* | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-3010-14/+14
* | serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen2022-08-301-2/+1
* | serial: 8250: Add helper for clearing IERIlpo Järvinen2022-08-301-13/+11
|/
* Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-0819-227/+455
|\
| * serial: 8250_bcm2835aux: Add missing clk_disable_unprepare()Guo Mengqi2022-07-281-2/+4
| * serial: 8250: lpc18xx: Remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-5/+1
| * serial: 8250_dwlib: remove redundant sanity check for RS485 flagsLino Sanfilippo2022-07-141-8/+2
| * serial: core, 8250: set RS485 termination GPIO in serial coreLino Sanfilippo2022-07-141-3/+0
| * serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger2022-07-141-6/+18
| * serial: 8250_dw: Avoid pslverr on reading empty receiver fifoVAMSHI GAJJELA2022-07-141-0/+13
| * serial: 8250: SERIAL_8250_ASPEED_VUART should depend on ARCH_ASPEEDGeert Uytterhoeven2022-07-141-0/+1
| * tty: 8250: Add support for Brainboxes PX cards.Cameron Williams2022-07-141-0/+109
| * serial: Embed rs485_supported to uart_portIlpo Järvinen2022-07-087-9/+9
| * serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König2022-07-081-1/+1