summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-22serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki1-1/+1
2022-04-15serial: 8250: Fix runtime PM for start_tx() for empty bufferTony Lindgren1-2/+2
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen1-3/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König1-0/+12
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 Weiss1-0/+8
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-1/+1
2021-12-30tty: serial: Use fifo in 8250 console driverWander Lairson Costa1-6/+55
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-7/+0
2021-11-25serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner1-7/+0
2021-11-25serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao1-1/+1
2021-10-21serial: 8250: rename unlock labelsJohan Hovold1-5/+5
2021-10-21serial: 8250: fix racy uartclk updateJohan Hovold1-4/+17
2021-10-07Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold1-17/+0
2021-10-05serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár1-0/+17
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman1-5/+12
2021-07-27serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki1-1/+2
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold1-2/+3
2021-07-21serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki1-3/+9
2021-06-16serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki1-4/+3
2021-06-16serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki1-3/+16
2021-06-16serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki1-2/+29
2021-05-20serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery1-0/+12
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold1-3/+3
2021-03-10tty: 8250, cleanup em485 timersJiri Slaby1-10/+8
2021-03-10tty: 8250, use ms_to_ktimeJiri Slaby1-5/+1
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin1-0/+4
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin1-1/+0
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+6
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky1-3/+6
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: Add 8250 port clock update methodSerge Semin1-0/+40
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold1-0/+1
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-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin1-1/+3
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_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 Shevchenko1-4/+20
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner1-0/+13
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner1-29/+53
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner1-2/+1
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner1-0/+8