]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tyr: remove impl Send/Sync for TyrData
authorAlice Ryhl <aliceryhl@google.com>
Mon, 23 Feb 2026 10:08:26 +0000 (10:08 +0000)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 3 Apr 2026 09:57:35 +0000 (11:57 +0200)
commitef90b103e8f767ffc31b1ddfef012358ea873d85
tree68dd60355747e6d0762e35d570590a556f8519ae
parent0c0695a9d8c97f63d71dc890faa6999eef728f57
tyr: remove impl Send/Sync for TyrData

Now that clk implements Send and Sync, we no longer need to manually
implement these traits for TyrData. Thus remove the implementations.

The comment also mentions the regulator. However, the regulator had the
traits added in commit 9a200cbdb543 ("rust: regulator: implement Send
and Sync for Regulator<T>"), which is already in mainline.

Reviewed-by: Danilo Krummrich <dakr@kernel.org>
Reviewed-by: Boqun Feng <boqun.feng@gmail.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260223-clk-send-sync-v5-2-181bf2f35652@google.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/gpu/drm/tyr/driver.rs