linux/Documentation/driver-api/driver-model
Danilo Krummrich bcd085d5c7 docs: driver-model: document driver_override
Now that we support driver_override as a driver-core feature through
struct device and struct bus_type, add some documentation in the context
of how a device / driver binding is established.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20260303115720.48783-3-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
2026-03-17 20:30:57 +01:00
..
binding.rst docs: driver-model: document driver_override 2026-03-17 20:30:57 +01:00
bus.rst driver core: bus: mark the struct bus_type for sysfs callbacks as constant 2023-03-23 13:20:40 +01:00
design-patterns.rst docs: Update documentation to avoid mentioning of kernel.h 2025-12-22 14:59:18 -07:00
device.rst docs: driver-model: device: Add ATTRIBUTE_GROUPS() example 2021-03-08 17:06:56 -07:00
devres.rst pinctrl: core: Remove unused devm_pinctrl_unregister() 2026-02-03 01:18:18 +01:00
driver.rst docs: driver-model: remove a duplicated markup at driver.rst 2020-06-26 10:01:24 -06:00
index.rst Documentation: use a source-read extension for the index link boilerplate 2026-01-23 11:59:34 -07:00
overview.rst docs: driver-api: fix spelling of "buses". 2025-09-18 10:40:46 -06:00
platform.rst docs: driver-api: fix spelling of "buses". 2025-09-18 10:40:46 -06:00
porting.rst