summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c
Commit message (Expand)AuthorAgeFilesLines
* serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen2022-03-181-3/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-281-15/+1
* serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König2022-02-261-0/+12
* serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar2022-02-251-0/+3
* serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2022-02-211-0/+8
* Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman2022-01-261-55/+6
* serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner2021-12-301-1/+1
* tty: serial: Use fifo in 8250 console driverWander Lairson Costa2021-12-301-6/+55
* Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman2021-12-061-7/+0
|\
| * serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner2021-11-251-7/+0
* | serial: 8250: replace snprintf in show functions with sysfs_emitJing Yao2021-11-251-1/+1
|/
* serial: 8250: rename unlock labelsJohan Hovold2021-10-211-5/+5
* serial: 8250: fix racy uartclk updateJohan Hovold2021-10-211-4/+17
* Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold2021-10-071-17/+0
* serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár2021-10-051-0/+17
* Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-091-5/+12
|\
| * serial: 8250: fix handle_irq lockingJohan Hovold2021-07-211-2/+3
| * serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki2021-07-211-3/+9
* | serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki2021-07-271-1/+2
|/
* serial: 8250: Handle custom baud rates in UPF_MAGIC_MULTIPLIER rangeMaciej W. Rozycki2021-06-161-4/+3
* serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki2021-06-161-3/+16
* serial: 8250: Document SMSC Super I/O UART peculiaritiesMaciej W. Rozycki2021-06-161-2/+29
* serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery2021-05-201-0/+12
* serial: do not restore interrupt state in sysrq helperJohan Hovold2021-04-221-3/+3
* tty: 8250, cleanup em485 timersJiri Slaby2021-03-101-10/+8
* tty: 8250, use ms_to_ktimeJiri Slaby2021-03-101-5/+1
* serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin2020-09-301-0/+4
* serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin2020-09-301-1/+0
* Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-261-3/+6
|\
| * serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky2020-08-181-3/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko2020-08-021-0/+1
* serial: 8250: Let serial core initialise spin lockAndy Shevchenko2020-07-311-1/+0
* serial: 8250: Add 8250 port clock update methodSerge Semin2020-07-291-0/+40
* serial: core: drop unnecessary gpio includeJohan Hovold2020-06-271-0/+1
* serial: 8250: Support rs485 bus termination GPIOLukas Wunner2020-05-291-0/+3
* serial: 8520_port: Fix function param documentationHeiko Stuebner2020-05-291-1/+1
* serial: 8250: Fix max baud limit in generic 8250 portSerge Semin2020-05-151-1/+3
* serial: 8250: Optimize irq enable after console writeLukas Wunner2020-03-271-1/+2
* serial: 8250: Fix rs485 delay after console writeLukas Wunner2020-03-271-1/+1
* serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-03-241-1/+15
* serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko2020-03-171-3/+8
* serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko2020-03-171-4/+20
* serial: 8250: Support console on software emulated rs485 portsLukas Wunner2020-03-071-0/+13
* serial: 8250: Generalize rs485 software emulationLukas Wunner2020-03-071-29/+53
* serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner2020-03-071-2/+1
* serial: 8250: Sanitize rs485 config harderLukas Wunner2020-03-071-0/+8
* serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner2020-03-071-2/+39
* serial: 8250: Support rs485 devicetree propertiesLukas Wunner2020-03-071-0/+3