From f6e6e96d16b8626628dc91c524f36f9667aac679 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 26 Jul 2026 14:12:00 -0700 Subject: [PATCH] docs/driver-api: infrastructure: add property.h and fwnode.h Add more driver core header files to infrastructure.rst for completeness. Signed-off-by: Randy Dunlap Link: https://patch.msgid.link/20260726211200.2643484-1-rdunlap@infradead.org Signed-off-by: Danilo Krummrich --- Documentation/driver-api/infrastructure.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/driver-api/infrastructure.rst b/Documentation/driver-api/infrastructure.rst index 35e36fee4238..ac73e60fb09c 100644 --- a/Documentation/driver-api/infrastructure.rst +++ b/Documentation/driver-api/infrastructure.rst @@ -17,6 +17,10 @@ The Basic Device Driver-Model Structures .. kernel-doc:: include/linux/device/driver.h :identifiers: probe_type device_driver +.. kernel-doc:: include/linux/property.h + +.. kernel-doc:: include/linux/fwnode.h + Device Drivers Base -------------------