From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id CB71EF55811 for ; Wed, 22 Apr 2026 11:27:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=9IG4kCkFVGuUvyfa6r1XBiFFXLt+Nuwnabk6byE9VGM=; b=JEOyh3JlTrf+KqgGl5RBPEpQyB a3WvVucPmAEY7I3pGGTgfDn1Pz++FcfsLF8PSPM13ktLo+zeV2Y4vn1fjfZtyG/A4CcQ6XfQUyvs1 irhXvDE7wTr36MbPkzf+M72S8xc3m0xQE9Z3iygUWqJSDa939SlktimZWDsYVNhOMGLbff/Hobwlk QrfZ2e32gJF/potOnFVdstSldT2FYV1LWA2fIhl8rHgkXxCTdbL5evI0nyINlPZDHIIATYJMYn5jC hdsdDU/bI768IcdyjiikEoGYzMZu3yD3IJK0ac7mfDqkDqCYRp2JUAY5Tekv4RcFBQhXZFclgJ+rU hc8nGXMQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1wFVk4-00000009ziu-14Vb; Wed, 22 Apr 2026 11:27:40 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1wFVk1-00000009ziZ-2DVc for linux-arm-kernel@lists.infradead.org; Wed, 22 Apr 2026 11:27:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id BBD6743A4A; Wed, 22 Apr 2026 11:27:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1F691C19425; Wed, 22 Apr 2026 11:27:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1776857256; bh=I3A5vzKKmr/BUI6ycsaCFjVHGYLX/XgpV0LIBxr//m8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=YfLDCdPfbKxE9Xc7LpMa2DM5pnZjmOevyPXZFaZE0gSZTKcZeYWXJXrdiDo8T9uJ6 Ab7ip7yS9aOhyVUAZMxhCMdqkjM18P8PA9zl3FSei8FD5Gc5TMPib7dy46S7SbXU0N aM2gizjEpmMUr5XS49klkkfNwWulksbEsHVHpbsU= Date: Wed, 22 Apr 2026 13:27:34 +0200 From: Greg Kroah-Hartman To: Shashank Balaji Cc: Suzuki K Poulose , Mike Leach , James Clark , Alexander Shishkin , Maxime Coquelin , Alexandre Torgue , "Rafael J. Wysocki" , Danilo Krummrich , Miguel Ojeda , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Richard Cochran , Jonathan Corbet , Shuah Khan , Rahul Bukte , linux-kernel@vger.kernel.org, coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, driver-core@lists.linux.dev, rust-for-linux@vger.kernel.org, linux-doc@vger.kernel.org, Daniel Palmer , Tim Bird Subject: Re: [PATCH v3 4/4] docs: driver-api: add mod_name argument to __platform_register_drivers() Message-ID: <2026042214-awaken-slouchy-4903@gregkh> References: <20260422-acpi_mod_name-v3-0-a184eff9ff6f@sony.com> <20260422-acpi_mod_name-v3-4-a184eff9ff6f@sony.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260422-acpi_mod_name-v3-4-a184eff9ff6f@sony.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260422_042737_905389_E537FF7E X-CRM114-Status: UNSURE ( 8.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Apr 22, 2026 at 06:49:06PM +0900, Shashank Balaji wrote: > Co-developed-by: Rahul Bukte > Signed-off-by: Rahul Bukte > Signed-off-by: Shashank Balaji > --- > Documentation/driver-api/driver-model/platform.rst | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) For obvious reasons we can't take patches without any changelog text at all (and neither should you want us to...) thanks, greg k-h