All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs/driver-api: infrastructure: add property.h and fwnode.h
@ 2026-07-26 21:12 Randy Dunlap
  2026-07-27 20:29 ` Danilo Krummrich
  2026-07-30 14:24 ` Danilo Krummrich
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-07-26 21:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: Randy Dunlap, Greg Kroah-Hartman, Rafael J. Wysocki,
	Danilo Krummrich, driver-core, Jonathan Corbet, Shuah Khan,
	linux-doc

Add more driver core header files to infrastructure.rst for
completeness.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Danilo Krummrich <dakr@kernel.org>
Cc: driver-core@lists.linux.dev
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-doc@vger.kernel.org

 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
 -------------------
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-30 14:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-26 21:12 [PATCH] docs/driver-api: infrastructure: add property.h and fwnode.h Randy Dunlap
2026-07-27 20:29 ` Danilo Krummrich
2026-07-30 14:24 ` Danilo Krummrich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.