[PATCH] docs/driver-api: infrastructure: add property.h and fwnode.h

Randy Dunlap <[email protected]> Sun, 26 Jul 2026 14:12:00 -0700
Newsgroups dev.linux.lists.driver-core,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
Add more driver core header files to infrastructure.rst for
completeness.

Signed-off-by: Randy Dunlap <[email protected]>
---
Cc: Greg Kroah-Hartman <[email protected]>
Cc: "Rafael J. Wysocki" <[email protected]>
Cc: Danilo Krummrich <[email protected]>
Cc: [email protected]
Cc: Jonathan Corbet <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: [email protected]

 Documentation/driver-api/infrastructure.rst |    4 ++++
 1 file changed, 4 insertions(+)

--- linux-next-20260722.orig/Documentation/driver-api/infrastructure.rst
+++ linux-next-20260722/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
 -------------------