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 8B98121770A for ; Fri, 16 Jan 2026 19:31:53 +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=1768591913; cv=none; b=p4H5UO0Q6BV5OzIEFzbRw/8z7KkFwfKeiDs1ketpycJ3tICj2m4KIUzRPS3CoeyShWkslLsQ1WMUHYMvAm3DcBurImkr2Z6lAfUJ6ISqvkLeNcmuRykVSHBBdRgub7MLBKOuVICmZGBuNcDhyJHqkJQiazo8jCkXtBOtWupeGaA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768591913; c=relaxed/simple; bh=SWM+Tyh4RmWZrLS4mE2OWi01BjpX9gkGpg5TL4yUDgA=; h=Mime-Version:Content-Type:Date:Message-Id:To:From:Subject:Cc: References:In-Reply-To; b=YdMQsdBo4Ck8UngbaYBy+ZeRzmBk3USr8malqSu1dIYPlleTa/OaFNmRI8if1LxplOE9yyLoL/Hw/NIPonuIbxWmI2rjswRwtTMDKiTBwR/Riyh0Vlotcl/qeW1StH+7Aiaq5hUPgxiL9GZA4Sp23SzBRSH1W2X8f4RulrQ7D2c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fcfxU3Ue; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fcfxU3Ue" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47DAAC116C6; Fri, 16 Jan 2026 19:31:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768591913; bh=SWM+Tyh4RmWZrLS4mE2OWi01BjpX9gkGpg5TL4yUDgA=; h=Date:To:From:Subject:Cc:References:In-Reply-To:From; b=fcfxU3Uexfr+JgAFX2KckSoQMhB4VqzFc77lBSMFbuBgTKN6LtOnpSuCawIJoogXq I9Yck8x8+XiZ5MRl1XsJHOhnhnmduSiuoBMbCE58hzR2QJraTScImb2hSMgKIudhqz 5W93itxxxbbSCN4d8ZE6VyZ5FLQse6lQGpHlazLtI9qW26OiUwJrRoPMn1tzLjliVo tmiOi+jOmBQXiJzsIfRSyxzY9FLA35xPvRIax8p881nKK37fBzlQTJXP1+vUBjCZPG Bon+S4Gxe4V6XkZQqsD5+glGYcYYdn6QrSuLcoXdITwHKW4SSHsO0Vcf6cGAZFS5ph mKWuYslqR1Zag== Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Fri, 16 Jan 2026 20:31:50 +0100 Message-Id: To: , From: "Danilo Krummrich" Subject: Re: [PATCH] MAINTAINERS: driver-core: add driver-model documentation Cc: , "Danilo Krummrich" References: <20260115220350.6806-1-dakr@kernel.org> In-Reply-To: <20260115220350.6806-1-dakr@kernel.org> 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 Applied to driver-core-testing, thanks!