summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorMarkus Probst <markus.probst@posteo.de>2026-07-18 15:33:11 +0000
committerDanilo Krummrich <dakr@kernel.org>2026-07-23 22:48:24 +0200
commit99f59aa82341c8491a1b94c5dd9c666fe979a479 (patch)
tree5e9f8cbc659b355c3505b17bae6349b4e7853899 /tools/perf/scripts/python/bin/stackcollapse-record
parent0e6f8ccd4618afdb504d5c56fe2fea1a2cd5d86a (diff)
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>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions