Files
linux/drivers/tty
Markus Probst 99f59aa823 rust: add basic serial device bus abstractions
Implement the basic serial device bus abstractions required to write a
serial device bus device driver with or without the need for initial device
data. This includes the following data structures:

The `serdev::Driver` trait represents the interface to the driver.

The `serdev::Device` abstraction represents a `struct serdev_device`.

In order to provide the Serdev specific parts to a generic
`driver::Registration` the `driver::RegistrationOps` trait is
implemented by `serdev::Adapter`.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Markus Probst <markus.probst@posteo.de>
Link: https://patch.msgid.link/20260718-rust_serdev-v16-1-5809384d2e1b@posteo.de
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2026-07-23 22:48:24 +02:00
..
2026-05-11 16:55:56 +02:00
2025-11-21 18:30:40 +01:00
2025-08-17 12:46:26 +02:00
2023-08-11 21:12:47 +02:00
2025-11-21 18:30:40 +01:00
2026-03-12 15:05:34 +01:00
2022-09-22 16:12:34 +02:00