mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
Merge 6.0-rc4 into tty-next
We need the tty/serial fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
commit
35f2e3c267
1037 changed files with 13457 additions and 6994 deletions
|
@ -141,6 +141,14 @@ struct gpio_desc;
|
|||
* Locking: none.
|
||||
* Interrupts: caller dependent.
|
||||
*
|
||||
* @start_rx: ``void ()(struct uart_port *port)``
|
||||
*
|
||||
* Start receiving characters.
|
||||
*
|
||||
* Locking: @port->lock taken.
|
||||
* Interrupts: locally disabled.
|
||||
* This call must not sleep
|
||||
*
|
||||
* @stop_rx: ``void ()(struct uart_port *port)``
|
||||
*
|
||||
* Stop receiving characters; the @port is in the process of being closed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue