From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3AF2D36D4EE for ; Fri, 16 Jan 2026 11:17:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768562267; cv=none; b=r//xSk+9IhK8il993nLnEgAAi9rXo3wsBwv5PwxvAV4SlXjEYRHsbQWr5HhG3PRIE6Rww0fB6lpicrqnUGB26e3+AQsxbBO8tpj223x+FrBJ8GiQy5lINkyUZOm8zEl3tBDWPZpYtHe+ZlZks+xN1+rRl7eOjAUOE0To3FjtyEs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768562267; c=relaxed/simple; bh=AijmboVMlb3Da3NlHPZM3n37iQe/vLfxgLe8axSoFBs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GkjH6xd/IcZK+drk8fM5AV1qu3nc+YM+y/oTwX/Q2RtiSd4fKBhWEOrQMPA/kC27OHufTGuPTPAx1sBzmBdnB2x3qq3cIyQLMthbek5XhwEr5MF7GBUGd8lEISOXxz9AIDVWvRKm4olu2txf5EszbkO9P0YoBDbCrB5LdJUTQmA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lM74Es0i; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="lM74Es0i" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AA249C19423; Fri, 16 Jan 2026 11:17:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1768562266; bh=AijmboVMlb3Da3NlHPZM3n37iQe/vLfxgLe8axSoFBs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lM74Es0iVwJFFfIvjMllaLAS5mImZTytgULvwWkTmxBU97TwrWJf+ollKxahpvky+ dS1EVAhiBNeUelBh7Y310xw6F96KYckwcp+/v1v6oFPsDNpC5iWw87aOiWc9+HZZAy RogAtpMFuwJrOf2sW0hMigKTWu7M+PLffqW3m1KA= Date: Fri, 16 Jan 2026 12:17:43 +0100 From: Greg KH To: Danilo Krummrich Cc: rafael@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: driver-core: add driver-model documentation Message-ID: <2026011635-matted-evict-70eb@gregkh> References: <20260115220350.6806-1-dakr@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260115220350.6806-1-dakr@kernel.org> 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 > --- > 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 > 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