diff for duplicates of <556596B2.4060300@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 3b03689..5f7d723 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ Gregory > @@ -149,7 +149,6 @@ > }; > -> spi0: spi@10600 { +> spi0: spi at 10600 { > - compatible = "marvell,armada-370-spi", "marvell,orion-spi"; > reg = <0x10600 0x28>; > #address-cells = <1>; @@ -37,7 +37,7 @@ Gregory > @@ -160,7 +159,6 @@ > }; > -> spi1: spi@10680 { +> spi1: spi at 10680 { > - compatible = "marvell,armada-370-spi", "marvell,orion-spi"; > reg = <0x10680 0x28>; > #address-cells = <1>; @@ -49,14 +49,14 @@ Gregory > @@ -139,11 +139,15 @@ > * board level if a different configuration is used. > */ -> spi0: spi@10600 { +> spi0: spi at 10600 { > + compatible = "marvell,armada-370-spi", > + "marvell,orion-spi"; > pinctrl-0 = <&spi0_pins1>; > pinctrl-names = "default"; > }; > -> spi1: spi@10680 { +> spi1: spi at 10680 { > + compatible = "marvell,armada-370-spi", > + "marvell,orion-spi"; > pinctrl-0 = <&spi1_pins>; @@ -69,7 +69,7 @@ Gregory > @@ -238,7 +238,8 @@ > }; > -> spi0: spi@10600 { +> spi0: spi at 10600 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-375-spi", > + "marvell,orion-spi"; @@ -79,7 +79,7 @@ Gregory > @@ -249,7 +250,8 @@ > }; > -> spi1: spi@10680 { +> spi1: spi at 10680 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-375-spi", > + "marvell,orion-spi"; @@ -93,7 +93,7 @@ Gregory > @@ -167,7 +167,8 @@ > }; > -> spi0: spi@10600 { +> spi0: spi at 10600 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-380-spi", > + "marvell,orion-spi"; @@ -103,7 +103,7 @@ Gregory > @@ -178,7 +179,8 @@ > }; > -> spi1: spi@10680 { +> spi1: spi at 10680 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-380-spi", > + "marvell,orion-spi"; @@ -117,7 +117,7 @@ Gregory > @@ -128,7 +128,8 @@ > }; > -> spi0: spi@10600 { +> spi0: spi at 10600 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-390-spi", > + "marvell,orion-spi"; @@ -127,7 +127,7 @@ Gregory > @@ -139,7 +140,8 @@ > }; > -> spi1: spi@10680 { +> spi1: spi at 10680 { > - compatible = "marvell,orion-spi"; > + compatible = "marvell,armada-390-spi", > + "marvell,orion-spi"; @@ -141,20 +141,20 @@ Gregory > @@ -85,10 +85,18 @@ > }; > -> spi0: spi@10600 { +> spi0: spi at 10600 { > + compatible = "marvell,armada-xp-spi", > + "marvell,orion-spi"; > pinctrl-0 = <&spi0_pins>; > pinctrl-names = "default"; > }; > -> + spi1: spi@10680 { +> + spi1: spi at 10680 { > + compatible = "marvell,armada-xp-spi", > + "marvell,orion-spi"; > + }; > + > + -> i2c0: i2c@11000 { +> i2c0: i2c at 11000 { > compatible = "marvell,mv78230-i2c", "marvell,mv64xxx-i2c"; > reg = <0x11000 0x100>; > diff --git a/a/content_digest b/N1/content_digest index 01abe83..5bdf56c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,9 @@ "ref\01432633484-18758-1-git-send-email-gregory.clement@free-electrons.com\0" "ref\01432633484-18758-4-git-send-email-gregory.clement@free-electrons.com\0" - "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" - "Subject\0Re: [PATCH 3/3] ARM: mvebu: use improved armada spi device tree compatible name for each SoC\0" + "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" + "Subject\0[PATCH 3/3] ARM: mvebu: use improved armada spi device tree compatible name for each SoC\0" "Date\0Wed, 27 May 2015 12:04:34 +0200\0" - "To\0linux-spi@vger.kernel.org\0" - "Cc\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>" - Andrew Lunn <andrew@lunn.ch> - Jason Cooper <jason@lakedaemon.net> - Tawfik Bayouk <tawfik@marvell.com> - Boris BREZILLON <boris.brezillon@free-electrons.com> - devicetree@vger.kernel.org - linux-kernel@vger.kernel.org - Nadav Haklai <nadavh@marvell.com> - Lior Amsalem <alior@marvell.com> - Mark Brown <broonie@kernel.org> - Ezequiel Garcia <ezequiel.garcia@free-electrons.com> - Maxime Ripard <maxime.ripard@free-electrons.com> - linux-arm-kernel@lists.infradead.org - " Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -51,7 +37,7 @@ "> @@ -149,7 +149,6 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> -\t\t\t\tcompatible = \"marvell,armada-370-spi\", \"marvell,orion-spi\";\n" "> \t\t\t\treg = <0x10600 0x28>;\n" "> \t\t\t\t#address-cells = <1>;\n" @@ -59,7 +45,7 @@ "> @@ -160,7 +159,6 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi@10680 {\n" + "> \t\t\tspi1: spi at 10680 {\n" "> -\t\t\t\tcompatible = \"marvell,armada-370-spi\", \"marvell,orion-spi\";\n" "> \t\t\t\treg = <0x10680 0x28>;\n" "> \t\t\t\t#address-cells = <1>;\n" @@ -71,14 +57,14 @@ "> @@ -139,11 +139,15 @@\n" "> \t\t\t * board level if a different configuration is used.\n" "> \t\t\t */\n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> +\t\t\t\tcompatible = \"marvell,armada-370-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" "> \t\t\t\tpinctrl-0 = <&spi0_pins1>;\n" "> \t\t\t\tpinctrl-names = \"default\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi@10680 {\n" + "> \t\t\tspi1: spi at 10680 {\n" "> +\t\t\t\tcompatible = \"marvell,armada-370-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" "> \t\t\t\tpinctrl-0 = <&spi1_pins>;\n" @@ -91,7 +77,7 @@ "> @@ -238,7 +238,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-375-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -101,7 +87,7 @@ "> @@ -249,7 +250,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi@10680 {\n" + "> \t\t\tspi1: spi at 10680 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-375-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -115,7 +101,7 @@ "> @@ -167,7 +167,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-380-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -125,7 +111,7 @@ "> @@ -178,7 +179,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi@10680 {\n" + "> \t\t\tspi1: spi at 10680 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-380-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -139,7 +125,7 @@ "> @@ -128,7 +128,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-390-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -149,7 +135,7 @@ "> @@ -139,7 +140,8 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi1: spi@10680 {\n" + "> \t\t\tspi1: spi at 10680 {\n" "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n" "> +\t\t\t\tcompatible = \"marvell,armada-390-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" @@ -163,20 +149,20 @@ "> @@ -85,10 +85,18 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tspi0: spi@10600 {\n" + "> \t\t\tspi0: spi at 10600 {\n" "> +\t\t\t\tcompatible = \"marvell,armada-xp-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" "> \t\t\t\tpinctrl-0 = <&spi0_pins>;\n" "> \t\t\t\tpinctrl-names = \"default\";\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tspi1: spi@10680 {\n" + "> +\t\t\tspi1: spi at 10680 {\n" "> +\t\t\t\tcompatible = \"marvell,armada-xp-spi\",\n" "> +\t\t\t\t\t\t\"marvell,orion-spi\";\n" "> +\t\t\t};\n" "> +\n" "> +\n" - "> \t\t\ti2c0: i2c@11000 {\n" + "> \t\t\ti2c0: i2c at 11000 {\n" "> \t\t\t\tcompatible = \"marvell,mv78230-i2c\", \"marvell,mv64xxx-i2c\";\n" "> \t\t\t\treg = <0x11000 0x100>;\n" "> \n" @@ -188,4 +174,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -10e8f2b53c42d9977b1862c1998b44c7e11dfce1cace653b2760074178545132 +98e5be522bb5b2a9f6a1816836763e045d3b4b1b2a407f2349957787652694b6
diff --git a/a/content_digest b/N2/content_digest index 01abe83..81f0b65 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,20 +4,20 @@ "Subject\0Re: [PATCH 3/3] ARM: mvebu: use improved armada spi device tree compatible name for each SoC\0" "Date\0Wed, 27 May 2015 12:04:34 +0200\0" "To\0linux-spi@vger.kernel.org\0" - "Cc\0Thomas Petazzoni <thomas.petazzoni@free-electrons.com>" - Andrew Lunn <andrew@lunn.ch> - Jason Cooper <jason@lakedaemon.net> - Tawfik Bayouk <tawfik@marvell.com> - Boris BREZILLON <boris.brezillon@free-electrons.com> - devicetree@vger.kernel.org + "Cc\0Mark Brown <broonie@kernel.org>" linux-kernel@vger.kernel.org - Nadav Haklai <nadavh@marvell.com> - Lior Amsalem <alior@marvell.com> - Mark Brown <broonie@kernel.org> + Jason Cooper <jason@lakedaemon.net> + Andrew Lunn <andrew@lunn.ch> + Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Ezequiel Garcia <ezequiel.garcia@free-electrons.com> - Maxime Ripard <maxime.ripard@free-electrons.com> linux-arm-kernel@lists.infradead.org - " Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + Maxime Ripard <maxime.ripard@free-electrons.com> + Boris BREZILLON <boris.brezillon@free-electrons.com> + Lior Amsalem <alior@marvell.com> + Tawfik Bayouk <tawfik@marvell.com> + Nadav Haklai <nadavh@marvell.com> + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -188,4 +188,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -10e8f2b53c42d9977b1862c1998b44c7e11dfce1cace653b2760074178545132 +055b388b36e6f7986a5ecf0275263f47c7f0a5693ad81c106a719b59ab60e582
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.