[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250722150110.23565-1-dakr@kernel.org>
Date: Tue, 22 Jul 2025 16:59:58 +0200
From: Danilo Krummrich <dakr@...nel.org>
To: gregkh@...uxfoundation.org,
rafael@...nel.org,
ojeda@...nel.org,
alex.gaynor@...il.com,
boqun.feng@...il.com,
gary@...yguo.net,
bjorn3_gh@...tonmail.com,
lossin@...nel.org,
a.hindborg@...nel.org,
aliceryhl@...gle.com,
tmgross@...ch.edu
Cc: rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org,
Danilo Krummrich <dakr@...nel.org>
Subject: [PATCH v2 0/3] Documentation for Device / Driver infrastructure
This patch series expands the documentation for the generic device and driver
infrastructure and provides a guideline on how to implement bus and class
specific devices as well as bus specific driver infrastructure, i.e. bus
abstractions. It also expands on the existing documentation of device context
types.
Changes in v2:
- Remove redundant DeviceContext dereference hierarchy.
- Separate links as suggested by Alice.
- Add a note that the guarantee for a Device reference to have a certain
DeviceContext comes from the specific scope the Device reference is valid
in.
- "structures" -> "types"
Danilo Krummrich (3):
device: rust: expand documentation for DeviceContext
device: rust: expand documentation for Device
driver: rust: expand documentation for driver infrastructure
rust/kernel/device.rs | 208 +++++++++++++++++++++++++++++++++++++-----
rust/kernel/driver.rs | 89 +++++++++++++++++-
2 files changed, 271 insertions(+), 26 deletions(-)
base-commit: 51a486feac0ca002bee6429f03da0a6c206d0dc5
--
2.50.0
Powered by blists - more mailing lists