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 7CDF8C4345F for ; Mon, 15 Apr 2024 08:36: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: 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=s984g+a1J9eFhLZmtn0ZpPr12UgDdsXCfIz7DZZnk48=; b=njMYX9LSpXz4c4 u+eEK/oZa58vxLhPXKmbi4goa2Dn3ead7pn9pbH+8WD1ov2iBul1WuS7IH/u/uqrGzpJ2w97vOlne fsrSpWaUp0TO9GsYcx3qCUFgZKaQyEPPtOr8nXL7EY6R+Lncn9I6IloRY/Qh2yJ0eWfMWolKmnVLF FImBailDF7AUNwQQYmzIU3prRaNXlTuvyoOKSgJQR3vR85Hy+OuyZ5JIn79iDaiKQuQqiAugZuYwm O0lPFhuV+ZWYpc5vPhqXOzXWCdz4iBvfj5DM4T+7BsbyHPeS/+p3SbNKzr2m9bbbYCtMOEITYoSRc UK3bxeSrJngOQAD9WU2w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwHpP-00000007YsZ-31kP; Mon, 15 Apr 2024 08:36:39 +0000 Received: from elvis.franken.de ([193.175.24.41]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rwHpF-00000007Yo3-2W2k; Mon, 15 Apr 2024 08:36:35 +0000 Received: from uucp by elvis.franken.de with local-rmail (Exim 3.36 #1) id 1rwHoa-0004hl-00; Mon, 15 Apr 2024 10:35:48 +0200 Received: by alpha.franken.de (Postfix, from userid 1000) id ACD72C02CD; Mon, 15 Apr 2024 10:33:03 +0200 (CEST) Date: Mon, 15 Apr 2024 10:33:03 +0200 From: Thomas Bogendoerfer To: Justin Swartz Cc: =?utf-8?B?QXLEsW7DpyDDnE5BTA==?= , Sergio Paracuellos , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: Re: [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style Message-ID: References: <20240316045442.31469-1-justin.swartz@risingedge.co.za> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240316045442.31469-1-justin.swartz@risingedge.co.za> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240415_013629_993492_85A786F2 X-CRM114-Status: GOOD ( 12.71 ) 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 Sat, Mar 16, 2024 at 06:54:28AM +0200, Justin Swartz wrote: > This set of patches was created with the intention of cleaning up > arch/mips/boot/dts/ralink/mt7621.dtsi so that it is aligned with > the Devicetree Sources (DTS) Coding Style [1] [2] guide. > > [1] Documentation/devicetree/bindings/dts-coding-style.rst > > [2] https://docs.kernel.org/devicetree/bindings/dts-coding-style.html > > Justin Swartz (14): > mips: dts: ralink: mt7621: reorder cpu node attributes > mips: dts: ralink: mt7621: reorder cpuintc node attributes > mips: dts: ralink: mt7621: reorder mmc regulator attributes > mips: dts: ralink: mt7621: reorder sysc node attributes > mips: dts: ralink: mt7621: reorder gpio node attributes > mips: dts: ralink: mt7621: reorder i2c node attributes > mips: dts: ralink: mt7621: reorder spi0 node attributes > mips: dts: ralink: mt7621: move pinctrl and sort its children > mips: dts: ralink: mt7621: reorder mmc node attributes > mips: dts: ralink: mt7621: reorder gic node attributes > mips: dts: ralink: mt7621: reorder ethernet node attributes and kids > mips: dts: ralink: mt7621: reorder pcie node attributes and children > mips: dts: ralink: mt7621: reorder pci?_phy attributes > mips: dts: ralink: mt7621: reorder the attributes of the root node > > arch/mips/boot/dts/ralink/mt7621.dtsi | 430 ++++++++++++++------------ > 1 file changed, 239 insertions(+), 191 deletions(-) series applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ] _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel