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 C0833C3DA4A for ; Fri, 12 Jul 2024 08:58:25 +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=ZDPJYP6gEFHp66c3ESY9RhdT01J6PR01gUJB4J2mFHM=; b=OZZSh9q8sG1MQF0VXAIjQjqZjJ nfqzxqKe3+zZFWsTs4XTzgbIXNHxy/MsSOJ2aGsejnL8RBD90n55vAvcyH8L9qZ/Xn+DoDmrE1YjP zryHxSTrAaDaWhw/TF/unXgSR5zh6vD+tGAz4IHQtbYHmTuqmNbZtW8kYNmqr8Vfvpj4w2tC5GlIH SA826qXMxAeLVmtsGlOMBKnpfSBmI/+/LLrRcABCjVWxri5iD6LiVnra6GT20t7dU0w9Djw5arZOw uOL9KkVtP0e1dWKD0GhHdCSTjdMRQmvNtx+UUz/rBfhQ54zltFcZbgPTOYVt6ytaB/SzifF4dl9iR RAUNaMLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sSC6a-0000000H03g-48NF; Fri, 12 Jul 2024 08:58:17 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sSC6I-0000000GzxY-2tbG for linux-arm-kernel@lists.infradead.org; Fri, 12 Jul 2024 08:58:00 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id AE0B6CE0E97; Fri, 12 Jul 2024 08:57:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70DECC4AF07; Fri, 12 Jul 2024 08:57:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1720774676; bh=ZDPJYP6gEFHp66c3ESY9RhdT01J6PR01gUJB4J2mFHM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JPD76uEAdymfQ6rUYx7G7vVoXJ1i2ObDyz6P+jHwzw+AlM/MpAYOICVasBqnWnPyt bt8SzfCuc1oYrNxwSmtgbxvUGgZB+U5m5idnQ2RM20MPreSDu1sJMR6OjzY1gP8tcu iMvDNLxzaUpNRCY8Rgw4pW1A/YQyI82ki/+x48qE= Date: Fri, 12 Jul 2024 10:57:53 +0200 From: Greg Kroah-Hartman To: Rob Herring Cc: Herve Codina , Lee Jones , Andy Shevchenko , Simon Horman , Krzysztof Kozlowski , Conor Dooley , Arnd Bergmann , UNGLinuxDriver@microchip.com, Saravana Kannan , Bjorn Helgaas , Philipp Zabel , Lars Povlsen , Steen Hegelund , Daniel Machon , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Horatiu Vultur , Andrew Lunn , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, netdev@vger.kernel.org, linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Allan Nielsen , Luca Ceresoli , Thomas Petazzoni Subject: Re: [PATCH v3 6/7] mfd: Add support for LAN966x PCI device Message-ID: <2024071226-cherisher-stumble-56e7@gregkh> References: <20240627091137.370572-1-herve.codina@bootlin.com> <20240627091137.370572-7-herve.codina@bootlin.com> <20240711152952.GL501857@google.com> <20240711184438.65446cc3@bootlin.com> <2024071113-motocross-escalator-e034@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240712_015758_924993_4071AA1F X-CRM114-Status: UNSURE ( 9.34 ) 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 Thu, Jul 11, 2024 at 02:33:26PM -0600, Rob Herring wrote: > In this case, all the child devices are already supported as platform > devices. There would be zero benefit to add all the boilerplate to > make their drivers both platform and aux bus drivers. Plus there is > zero DT support in aux bus. It is by design that there is 0 DT support in aux bus :) But ok, I'll trust you on this usage... greg k-h