aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/8250/8250_port.c
AgeCommit message (Expand)Author
2024-04-13serial: Lock console when calling into driver before registrationPeter Collingbourne
2023-10-10serial: 8250_port: Check IRQ data before useAndy Shevchenko
2023-08-26serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren
2023-07-27Revert "8250: add support for ASIX devices with a FIFO bug"Jiaqing Zhao
2023-05-17serial: 8250: Fix serial8250_tx_empty() race with DMA TxIlpo Järvinen
2023-05-17serial: 8250: Add missing wakeup event reportingFlorian Fainelli
2022-11-25serial: 8250: Flush DMA Rx on RLSIIlpo Järvinen
2022-11-25serial: 8250: Fall back to non-DMA Rx if IIR_RDI occursIlpo Järvinen
2022-11-25serial: 8250: Remove serial_rs485 sanitization from em485Ilpo Järvinen
2022-11-10serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki
2022-11-03serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-10-26serial: 8250: Fix restoring termios speed after suspendPali Rohár
2022-10-26serial: 8250: Toggle IER bits on only after irq has been set upIlpo Järvinen
2022-09-23Revert "serial: 8250: Fix reporting real baudrate value in c_ospeed field"Johan Hovold
2022-09-23serial: 8250: Fix reporting real baudrate value in c_ospeed fieldPali Rohár
2022-08-21serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki
2022-07-21serial: 8250: fix return error code in serial8250_request_std_resource()Yi Yang
2022-06-22serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen
2022-05-09serial: 8250: Also set sticky MCR bits in console restorationMaciej W. Rozycki
2022-04-08serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen
2022-04-08serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König
2021-12-08serial: 8250: Fix RTS modem control while in rs485 modeLukas Wunner
2021-11-18serial: 8250: fix racy uartclk updateJohan Hovold
2021-09-18serial: 8250: Define RX trigger levels for OxSemi 950 devicesMaciej W. Rozycki
2021-08-12serial: 8250: Mask out floating 16/32-bit bus bitsMaciej W. Rozycki
2021-07-14serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud ratesMaciej W. Rozycki
2021-06-03serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUARTAndrew Jeffery
2020-09-30serial: 8250: Skip uninitialized TTY port baud rate updateSerge Semin
2020-09-30serial: 8250: Discard RTS/DTS setting from clock update methodSerge Semin
2020-08-26Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18serial: 8250: change lock order in serial8250_do_startup()Sergey Senozhatsky
2020-08-02Revert "serial: 8250: Let serial core initialise spin lock"Andy Shevchenko
2020-07-31serial: 8250: Let serial core initialise spin lockAndy Shevchenko
2020-07-29serial: 8250: Add 8250 port clock update methodSerge Semin
2020-06-27serial: core: drop unnecessary gpio includeJohan Hovold
2020-05-29serial: 8250: Support rs485 bus termination GPIOLukas Wunner
2020-05-29serial: 8520_port: Fix function param documentationHeiko Stuebner
2020-05-15serial: 8250: Fix max baud limit in generic 8250 portSerge Semin
2020-03-27serial: 8250: Optimize irq enable after console writeLukas Wunner
2020-03-27serial: 8250: Fix rs485 delay after console writeLukas Wunner
2020-03-24serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra
2020-03-17serial: 8250_port: Disable DMA operations for kernel consoleAndy Shevchenko
2020-03-17serial: 8250_port: Don't use power management for kernel consoleAndy Shevchenko
2020-03-07serial: 8250: Support console on software emulated rs485 portsLukas Wunner
2020-03-07serial: 8250: Generalize rs485 software emulationLukas Wunner
2020-03-07serial: 8250: Deduplicate rs485 active_timer assignmentLukas Wunner
2020-03-07serial: 8250: Sanitize rs485 config harderLukas Wunner
2020-03-07serial: 8250: Deduplicate ->rs485_config() callbackLukas Wunner
2020-03-07serial: 8250: Support rs485 devicetree propertiesLukas Wunner