]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: device: Enable printing fwnode name and path
authorRemo Senekowitsch <remo@buenzli.dev>
Wed, 11 Jun 2025 10:29:03 +0000 (12:29 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 12 Jun 2025 22:58:52 +0000 (00:58 +0200)
commitecea2459818383c2886ec1cff81cce7e70d99893
tree64086b46101c5d5755b12198545663925a273ad8
parentd3393e845038f5fd32c24b841bb4b6026aa1cf4b
rust: device: Enable printing fwnode name and path

Add two new public methods `display_name` and `display_path` to
`FwNode`. They can be used by driver authors for logging purposes. In
addition, they will be used by core property abstractions for automatic
logging, for example when a driver attempts to read a required but
missing property.

Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
Signed-off-by: Remo Senekowitsch <remo@buenzli.dev>
Link: https://lore.kernel.org/r/20250611102908.212514-5-remo@buenzli.dev
[ Remove #[expect(dead_code)] from FwNode::from_raw(). - Danilo ]
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/device/property.rs