summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
AgeCommit message (Expand)Author
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-01serial: core: Fix serial core port id to not use port->lineTony Lindgren
2023-08-01serial: core: Controller id cannot be negativeTony Lindgren
2023-07-25serial: make uart_insert_char() accept u8sJiri Slaby
2023-07-25serial: convert uart sysrq handling to u8Jiri Slaby
2023-05-31serial: core: Start managing serial controllers to enable runtime PMTony Lindgren
2023-05-13serial: Make uart_remove_one_port() return voidUwe Kleine-König
2023-03-17serial: Make hw_stopped boolIlpo Järvinen
2023-03-17serial: Remove extern from func prototypes in headersIlpo Järvinen
2023-01-19serial: Make uart_handle_cts_change() status param bool activeIlpo Järvinen
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeIlpo Järvinen
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOChristoph Niedermaier
2023-01-19earlycon: Increase options sizeRicardo Ribalda
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()John Ogness
2022-11-03tty: serial: introduce transmit helpersJiri Slaby (SUSE)
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayLukas Wunner
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman
2022-09-22serial: 8250: Switch UART port flags to using BIT_ULLMaciej W. Rozycki
2022-09-22serial: 8250: Let drivers request full 16550A feature probingMaciej W. Rozycki
2022-09-07serial: Create uart_xmit_advance()Ilpo Järvinen
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-08-18serial: document start_rx member at struct uart_opsMauro Carvalho Chehab
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-07-28Documentation: serial: move uart_ops documentation to the structJiri Slaby
2022-07-08serial: Embed rs485_supported to uart_portIlpo Järvinen
2022-06-30serial: 8250: Fix PM usage_count for console handoverIlpo Järvinen
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramIlpo Järvinen
2022-06-27serial: Drop timeout from uart_portIlpo Järvinen
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGreg Kroah-Hartman
2022-06-10serial: Add rs485_supported to uart_portIlpo Järvinen
2022-06-10serial: Add uart_rs485_config()Ilpo Järvinen
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Vijaya Krishna Nivarthi
2022-04-26serial: Store character timing information to uart_portIlpo Järvinen
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedIlpo Järvinen
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-02-04serial: core: Fix the definition name in the comment of UPF_* flagsAndy Shevchenko
2021-07-21serial: 8250: fix handle_irq lockingJohan Hovold
2021-05-20tty/serial: clean up uart_match_portJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-22serial: do not restore interrupt state in sysrq helperJohan Hovold
2020-12-07earlycon: drop semicolon from earlycon macroJohan Hovold
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-09-16serial: core: fix console port-lock regressionJohan Hovold
2020-07-20Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman
2020-06-27serial: core: drop redundant sysrq checksJohan Hovold
2020-06-27serial: core: fix sysrq overhead regressionJohan Hovold
2020-06-27Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold