You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: serial: Implement serial wrapper to add DTR
This driver wraps an existing UART device and adds
DTR (Data Terminal Ready) GPIO output for a runtime
power management.
When the UART is powered off, DTR is deasserted.
When the UART is powered on, DTR is asserted.
This allows remote end to shut down the UART when DTR is deasserted.
Signed-off-by: Seppo Takalo <[email protected]>
0 commit comments