aboutsummaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-06serial: core: introduce uart_port_tx_flags()Gravatar Jiri Slaby (SUSE) 1-5/+27
2024-01-04serial: core: Update uart_poll_timeout() function to return unsigned longGravatar Vamshi Gajjela 1-2/+2
2023-10-03serial: core: fix kernel-doc for uart_port_unlock_irqrestore()Gravatar Randy Dunlap 1-1/+1
2023-09-18serial: core: Use lock wrappersGravatar Thomas Gleixner 1-6/+6
2023-09-18serial: core: Provide port lock wrappersGravatar Thomas Gleixner 1-0/+79
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Gravatar Greg Kroah-Hartman 1-1/+2
2023-08-01serial: core: Fix serial core port id to not use port->lineGravatar Tony Lindgren 1-0/+1
2023-08-01serial: core: Controller id cannot be negativeGravatar Tony Lindgren 1-1/+1
2023-07-25serial: make uart_insert_char() accept u8sGravatar Jiri Slaby 1-1/+1
2023-07-25serial: convert uart sysrq handling to u8Gravatar Jiri Slaby 1-8/+8
2023-05-31serial: core: Start managing serial controllers to enable runtime PMGravatar Tony Lindgren 1-1/+4
2023-05-13serial: Make uart_remove_one_port() return voidGravatar Uwe Kleine-König 1-1/+1
2023-03-17serial: Make hw_stopped boolGravatar Ilpo Järvinen 1-1/+1
2023-03-17serial: Remove extern from func prototypes in headersGravatar Ilpo Järvinen 1-7/+6
2023-01-19serial: Make uart_handle_cts_change() status param bool activeGravatar Ilpo Järvinen 1-2/+1
2023-01-19tty/serial: Make ->dcd_change()+uart_handle_dcd_change() status bool activeGravatar Ilpo Järvinen 1-2/+1
2023-01-19serial: core: Add option to output RS485 RX_DURING_TX state via GPIOGravatar Christoph Niedermaier 1-0/+1
2023-01-19earlycon: Increase options sizeGravatar Ricardo Ribalda 1-1/+1
2022-12-16Merge tag 'tty-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+80
2022-12-02serial_core: replace uart_console_enabled() with uart_console_registered()Gravatar John Ogness 1-2/+8
2022-11-03tty: serial: introduce transmit helpersGravatar Jiri Slaby (SUSE) 1-0/+80
2022-09-25serial: Deassert Transmit Enable on probe in driver-specific wayGravatar Lukas Wunner 1-1/+0
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Gravatar Greg Kroah-Hartman 1-0/+17
2022-09-22serial: 8250: Switch UART port flags to using BIT_ULLGravatar Maciej W. Rozycki 1-14/+14
2022-09-22serial: 8250: Let drivers request full 16550A feature probingGravatar Maciej W. Rozycki 1-1/+2
2022-09-07serial: Create uart_xmit_advance()Gravatar Ilpo Järvinen 1-0/+17
2022-09-05Merge 6.0-rc4 into tty-nextGravatar Greg Kroah-Hartman 1-0/+8
2022-08-30serial: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-3/+3
2022-08-18serial: document start_rx member at struct uart_opsGravatar Mauro Carvalho Chehab 1-0/+8
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-18/+346
2022-07-28Documentation: serial: move uart_ops documentation to the structGravatar Jiri Slaby 1-16/+329
2022-07-08serial: Embed rs485_supported to uart_portGravatar Ilpo Järvinen 1-1/+1
2022-06-30serial: 8250: Fix PM usage_count for console handoverGravatar Ilpo Järvinen 1-0/+5
2022-06-27serial: take termios_rwsem for ->rs485_config() & pass termios as paramGravatar Ilpo Järvinen 1-0/+1
2022-06-27serial: Drop timeout from uart_portGravatar Ilpo Järvinen 1-2/+14
2022-06-20Merge tag 'v5.19-rc3' into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2022-06-10serial: Add rs485_supported to uart_portGravatar Ilpo Järvinen 1-0/+1
2022-06-10serial: Add uart_rs485_config()Gravatar Ilpo Järvinen 1-0/+1
2022-06-10serial: core: Introduce callback for start_rx and do stop_rx in suspend only ...Gravatar Vijaya Krishna Nivarthi 1-0/+1
2022-04-26serial: Store character timing information to uart_portGravatar Ilpo Järvinen 1-0/+1
2022-03-18serial: 8250: fix XOFF/XON sending when DMA is usedGravatar Ilpo Järvinen 1-0/+2
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charGravatar Jiri Slaby 1-1/+1
2022-02-04serial: core: Fix the definition name in the comment of UPF_* flagsGravatar Andy Shevchenko 1-1/+1
2021-07-21serial: 8250: fix handle_irq lockingGravatar Johan Hovold 1-0/+24
2021-05-20tty/serial: clean up uart_match_portGravatar Jiri Slaby 1-1/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersGravatar Jiri Slaby 1-1/+1
2021-04-22serial: do not restore interrupt state in sysrq helperGravatar Johan Hovold 1-5/+5
2020-12-07earlycon: drop semicolon from earlycon macroGravatar Johan Hovold 1-1/+1
2020-12-04earlycon: simplify earlycon-table implementationGravatar Johan Hovold 1-13/+7
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-1/+1