[PATCH] MAINTAINERS: driver-core: add driver-model documentation

Danilo Krummrich posted 1 patch 3 weeks, 2 days ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: driver-core: add driver-model documentation
Posted by Danilo Krummrich 3 weeks, 2 days ago
Documentation/driver-api/driver-model/ is missing in the driver-core
MAINTAINERS entry, hence add it.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 54ea68a0883d..4150eb8ee4b5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7686,6 +7686,7 @@ M:	Danilo Krummrich <dakr@kernel.org>
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
 F:	Documentation/core-api/kobject.rst
+F:	Documentation/driver-api/driver-model/
 F:	drivers/base/
 F:	fs/debugfs/
 F:	fs/sysfs/
-- 
2.52.0
Re: [PATCH] MAINTAINERS: driver-core: add driver-model documentation
Posted by Danilo Krummrich 3 weeks, 1 day ago
On Thu Jan 15, 2026 at 11:03 PM CET, Danilo Krummrich wrote:
> Documentation/driver-api/driver-model/ is missing in the driver-core
> MAINTAINERS entry, hence add it.
>
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Applied to driver-core-testing, thanks!
Re: [PATCH] MAINTAINERS: driver-core: add driver-model documentation
Posted by Greg KH 3 weeks, 1 day ago
On Thu, Jan 15, 2026 at 11:03:31PM +0100, Danilo Krummrich wrote:
> Documentation/driver-api/driver-model/ is missing in the driver-core
> MAINTAINERS entry, hence add it.
> 
> Signed-off-by: Danilo Krummrich <dakr@kernel.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 54ea68a0883d..4150eb8ee4b5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7686,6 +7686,7 @@ M:	Danilo Krummrich <dakr@kernel.org>
>  S:	Supported
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git
>  F:	Documentation/core-api/kobject.rst
> +F:	Documentation/driver-api/driver-model/
>  F:	drivers/base/
>  F:	fs/debugfs/
>  F:	fs/sysfs/
> -- 
> 2.52.0
> 


Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>