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 9C3E5C4332F for ; Tue, 14 Nov 2023 21:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Z+zhH4lemIxcyKWn+JO/pXZTED2H/TFrrMVeW883QAc=; b=tu+qq5VGWJtcyW yQPpgJEye8VNPKWF2Pl6ucf9fVXXy6EbQaGZ6HhbwdHZS8WznbK0KFCbLj7WfDA8zuA4ALSvmzP+g xQyvmb+BoC0TiYSstPBSZf3ZwBGJjGfdocKkiBqcCGyZuyFISc22cqXFq+2yJr8j12D4nYV73rcWu dqi75qXOJxzZ9R8m/mKtx9x+BA/YTj7xHZveDc+SJVtvNGvPoLT7VKf2Bs5m9cyDLGP5sQdOoUagp r1mHciH1/14vmdfC+o917htpLEHvEcyC7+Jo1+B1JX3YPMAxW+jGHsLtE1Z+lv/bpX8NpYY+iThDD Z9Uda8L5j/yVhvPKny/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r31Ig-00Gs6y-3C; Tue, 14 Nov 2023 21:50:26 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r31Ie-00Gs6V-17 for linux-arm-kernel@lists.infradead.org; Tue, 14 Nov 2023 21:50:25 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=dyj12d9JUwarSFi32r69krZSdxAS2fBoSBW7chw1xuM=; b=xzCJqJbkFe2z7NeM7a7ymMtDBm jT5Jk9dGhIDAY0qEyglxvv8YPYKhTNIY1xb4/CN0gEi+XZM/RpXyvZ8Dp0ul9wvkP7+zeZgTGaawr A90Q70hTt8coE4KGeWwCEVPjifkO0uixEnmh3psVQSfFS2Lrf6myGfbVsrS3GO5XgAac=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1r31IY-000CBm-KV; Tue, 14 Nov 2023 22:50:18 +0100 Date: Tue, 14 Nov 2023 22:50:18 +0100 From: Andrew Lunn To: Linus Walleij Cc: Gregory Clement , Sebastian Hesselbarth , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Russell King , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Marek =?iso-8859-1?Q?Beh=FAn?= , Christian Marangi , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Rob Herring , Florian Fainelli , Krzysztof Kozlowski , Vladimir Oltean Subject: Re: [PATCH net-next v8 0/9] Create a binding for the Marvell MV88E6xxx DSA switches Message-ID: <0bd7809b-7b99-4f88-9b06-266d566b5c36@lunn.ch> References: <20231114-marvell-88e6152-wan-led-v8-0-50688741691b@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231114-marvell-88e6152-wan-led-v8-0-50688741691b@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231114_135024_388318_093603C8 X-CRM114-Status: GOOD ( 15.00 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Nov 14, 2023 at 12:35:55AM +0100, Linus Walleij wrote: > The Marvell switches are lacking DT bindings. > > I need proper schema checking to add LED support to the > Marvell switch. Just how it is, it can't go on like this. > > Some Device Tree fixes are included in the series, these > remove the major and most annoying warnings fallout noise: > some warnings remain, and these are of more serious nature, > such as missing phy-mode. They can be applied individually, > or to the networking tree with the rest of the patches. > > Thanks to Andrew Lunn, Vladimir Oltean and Russell King > for excellent review and feedback! > > This latest version employs special compatibles in the > odd ABI device trees. So i have one open question. How do we merge this? Can we just take it all through the DT tree? Andrew _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel