linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style
@ 2024-03-16  4:54 Justin Swartz
  2024-03-16  4:54 ` [PATCH 01/14] mips: dts: ralink: mt7621: reorder cpu node attributes Justin Swartz
                   ` (17 more replies)
  0 siblings, 18 replies; 60+ messages in thread
From: Justin Swartz @ 2024-03-16  4:54 UTC (permalink / raw)
  To: Arınç ÜNAL, Sergio Paracuellos, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Thomas Bogendoerfer,
	Matthias Brugger, AngeloGioacchino Del Regno
  Cc: linux-mips, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Justin Swartz

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(-)

-- 



^ permalink raw reply	[flat|nested] 60+ messages in thread

end of thread, other threads:[~2024-04-15  8:36 UTC | newest]

Thread overview: 60+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-16  4:54 [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style Justin Swartz
2024-03-16  4:54 ` [PATCH 01/14] mips: dts: ralink: mt7621: reorder cpu node attributes Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 02/14] mips: dts: ralink: mt7621: reorder cpuintc " Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 03/14] mips: dts: ralink: mt7621: reorder mmc regulator attributes Justin Swartz
2024-03-16  9:20   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 04/14] mips: dts: ralink: mt7621: reorder sysc node attributes Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-17 15:09   ` Krzysztof Kozlowski
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 05/14] mips: dts: ralink: mt7621: reorder gpio " Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 06/14] mips: dts: ralink: mt7621: reorder i2c " Justin Swartz
2024-03-16  9:21   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 07/14] mips: dts: ralink: mt7621: reorder spi0 " Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 08/14] mips: dts: ralink: mt7621: move pinctrl and sort its children Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 09/14] mips: dts: ralink: mt7621: reorder mmc node attributes Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 10/14] mips: dts: ralink: mt7621: reorder gic " Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 11/14] mips: dts: ralink: mt7621: reorder ethernet node attributes and kids Justin Swartz
2024-03-16  9:22   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 12/14] mips: dts: ralink: mt7621: reorder pcie node attributes and children Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 13/14] mips: dts: ralink: mt7621: reorder pci?_phy attributes Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  4:54 ` [PATCH 14/14] mips: dts: ralink: mt7621: reorder the attributes of the root node Justin Swartz
2024-03-16  9:23   ` Arınç ÜNAL
2024-03-18 10:20   ` AngeloGioacchino Del Regno
2024-03-16  9:24 ` [PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style Arınç ÜNAL
2024-03-16 14:03   ` Justin Swartz
2024-03-16 15:16     ` Arınç ÜNAL
2024-03-16 15:49 ` Sergio Paracuellos
2024-03-17 15:10   ` Krzysztof Kozlowski
2024-03-17 15:22     ` Justin Swartz
2024-03-17 15:29       ` Krzysztof Kozlowski
2024-03-17 15:43         ` Justin Swartz
2024-03-18  8:48           ` Sergio Paracuellos
2024-03-18  9:19             ` Krzysztof Kozlowski
2024-03-18 10:57             ` Justin Swartz
2024-03-18  9:23           ` Krzysztof Kozlowski
2024-03-18 11:06             ` Justin Swartz
2024-04-08  7:35 ` Arınç ÜNAL
2024-04-15  8:32   ` Thomas Bogendoerfer
2024-04-15  8:33 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).