diff for duplicates of <523B05FD.7020200@cogentembedded.com> diff --git a/a/1.txt b/N1/1.txt index ff8de1a..b60cbf7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,15 +2,15 @@ Hello. On 09/19/2013 05:24 PM, Roger Quadros wrote: -> From: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> +> From: Balaji T K <balajitk@ti.com> > Add support for sata controller. > [Roger Q] Clean up. -> CC: Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> -> Signed-off-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> -> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> +> CC: Benoit Cousson <bcousson@baylibre.com> +> Signed-off-by: Balaji T K <balajitk@ti.com> +> Signed-off-by: Roger Quadros <rogerq@ti.com> > --- > arch/arm/boot/dts/dra7.dtsi | 49 +++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 49 insertions(+), 0 deletions(-) @@ -23,7 +23,7 @@ On 09/19/2013 05:24 PM, Roger Quadros wrote: > dma-names = "tx", "rx"; > }; > -> + omap_control_sata: control-phy@4a002374 { +> + omap_control_sata: control-phy at 4a002374 { > + compatible = "ti,control-phy-pipe3"; > + reg = <0x4a002374 0x4>; > + reg-names = "power"; @@ -31,7 +31,7 @@ On 09/19/2013 05:24 PM, Roger Quadros wrote: > + clock-names = "sysclk"; > + }; > + -> + ocp2scp3: ocp2scp3@4a090000 { +> + ocp2scp3: ocp2scp3 at 4a090000 { > + compatible = "ti,omap-ocp2scp"; > + #address-cells = <1>; > + #size-cells = <1>; @@ -39,7 +39,7 @@ On 09/19/2013 05:24 PM, Roger Quadros wrote: > + ti,hwmods = "ocp2scp3"; > + reg = <0x4a090000 0x1f>; /* ocp2scp3 */ > + reg-names = "ocp2scp3"; -> + sata_phy: sataphy@4A096000 { +> + sata_phy: sataphy at 4A096000 { It's better to name the PHY nodes uniformly after already standard "ethernet-phy" and your "control-phy". @@ -57,14 +57,14 @@ On 09/19/2013 05:24 PM, Roger Quadros wrote: > + }; > + }; > + -> + sata: sata@4a141100 { +> + sata: sata at 4a141100 { > + compatible = "ti,sata"; > + ti,hwmods = "sata"; > + reg = <0x4a141100 0x7>; > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; -> + dwc-ahci@4a140000 { +> + dwc-ahci at 4a140000 { Hm, ePAPR spec. [1] says that "the name of a node should be somewhat generic, reflecting the function of the device and not its precise programming @@ -86,8 +86,3 @@ there was "phy-handle", then "phy", now "phys"... Seems like a bit too much. :-) > + }; [1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf - --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 267f8aa..4190a2e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,35 +1,24 @@ "ref\01379595943-14622-1-git-send-email-rogerq@ti.com\0" "ref\01379597059-15405-1-git-send-email-rogerq@ti.com\0" - "ref\01379597059-15405-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org\0" - "From\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0" - "Subject\0Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node\0" + "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0" + "Subject\0[RFC PATCH 15/15] arm: dts: dra7: add sata node\0" "Date\0Thu, 19 Sep 2013 18:11:09 +0400\0" - "To\0Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\0" - "Cc\0balbi-l0cyMroinI0@public.gmane.org" - bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - balajitk-l0cyMroinI0@public.gmane.org - kishon-l0cyMroinI0@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hello.\n" "\n" "On 09/19/2013 05:24 PM, Roger Quadros wrote:\n" "\n" - "> From: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" + "> From: Balaji T K <balajitk@ti.com>\n" "\n" "> Add support for sata controller.\n" "\n" "> [Roger Q] Clean up.\n" "\n" - "> CC: Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n" - "> Signed-off-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" - "> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\n" + "> CC: Benoit Cousson <bcousson@baylibre.com>\n" + "> Signed-off-by: Balaji T K <balajitk@ti.com>\n" + "> Signed-off-by: Roger Quadros <rogerq@ti.com>\n" "> ---\n" "> arch/arm/boot/dts/dra7.dtsi | 49 +++++++++++++++++++++++++++++++++++++++++++\n" "> 1 files changed, 49 insertions(+), 0 deletions(-)\n" @@ -42,7 +31,7 @@ "> \t\t\tdma-names = \"tx\", \"rx\";\n" "> \t\t};\n" ">\n" - "> +\t\tomap_control_sata: control-phy@4a002374 {\n" + "> +\t\tomap_control_sata: control-phy at 4a002374 {\n" "> +\t\t\tcompatible = \"ti,control-phy-pipe3\";\n" "> +\t\t\treg = <0x4a002374 0x4>;\n" "> +\t\t\treg-names = \"power\";\n" @@ -50,7 +39,7 @@ "> +\t\t\tclock-names = \"sysclk\";\n" "> +\t\t};\n" "> +\n" - "> +\t\tocp2scp3: ocp2scp3@4a090000 {\n" + "> +\t\tocp2scp3: ocp2scp3 at 4a090000 {\n" "> +\t\t\tcompatible = \"ti,omap-ocp2scp\";\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" @@ -58,7 +47,7 @@ "> +\t\t\tti,hwmods = \"ocp2scp3\";\n" "> +\t\t\treg = <0x4a090000 0x1f>; /* ocp2scp3 */\n" "> +\t\t\treg-names = \"ocp2scp3\";\n" - "> +\t\t\tsata_phy: sataphy@4A096000 {\n" + "> +\t\t\tsata_phy: sataphy at 4A096000 {\n" "\n" " It's better to name the PHY nodes uniformly after already standard \n" "\"ethernet-phy\" and your \"control-phy\".\n" @@ -76,14 +65,14 @@ "> +\t\t\t};\n" "> +\t\t};\n" "> +\n" - "> +\t\tsata: sata@4a141100 {\n" + "> +\t\tsata: sata at 4a141100 {\n" "> +\t\t\tcompatible = \"ti,sata\";\n" "> +\t\t\tti,hwmods = \"sata\";\n" "> +\t\t\treg = <0x4a141100 0x7>;\n" "> +\t\t\t#address-cells = <1>;\n" "> +\t\t\t#size-cells = <1>;\n" "> +\t\t\tranges;\n" - "> +\t\t\tdwc-ahci@4a140000 {\n" + "> +\t\t\tdwc-ahci at 4a140000 {\n" "\n" " Hm, ePAPR spec. [1] says that \"the name of a node should be somewhat \n" "generic, reflecting the function of the device and not its precise programming \n" @@ -104,11 +93,6 @@ "> +\t\t\t};\n" "> +\t\t};\n" "\n" - "[1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + [1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf -ee6d1d4abfbba74de7cf766cc7bfd329a2fba47ced70d7ff19b04532d2bf1695 +6a470eb00d831666dae734845d6ffcb91e0274a8c2c08dcfb437bf37f43f17ed
diff --git a/a/1.txt b/N2/1.txt index ff8de1a..0a8f587 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,15 +2,15 @@ Hello. On 09/19/2013 05:24 PM, Roger Quadros wrote: -> From: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> +> From: Balaji T K <balajitk@ti.com> > Add support for sata controller. > [Roger Q] Clean up. -> CC: Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> -> Signed-off-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org> -> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org> +> CC: Benoit Cousson <bcousson@baylibre.com> +> Signed-off-by: Balaji T K <balajitk@ti.com> +> Signed-off-by: Roger Quadros <rogerq@ti.com> > --- > arch/arm/boot/dts/dra7.dtsi | 49 +++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 49 insertions(+), 0 deletions(-) @@ -86,8 +86,3 @@ there was "phy-handle", then "phy", now "phys"... Seems like a bit too much. :-) > + }; [1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf - --- -To unsubscribe from this list: send the line "unsubscribe devicetree" in -the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 267f8aa..0ea2ace 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,35 +1,34 @@ "ref\01379595943-14622-1-git-send-email-rogerq@ti.com\0" "ref\01379597059-15405-1-git-send-email-rogerq@ti.com\0" - "ref\01379597059-15405-1-git-send-email-rogerq-l0cyMroinI0@public.gmane.org\0" - "From\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0" + "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0" "Subject\0Re: [RFC PATCH 15/15] arm: dts: dra7: add sata node\0" "Date\0Thu, 19 Sep 2013 18:11:09 +0400\0" - "To\0Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\0" - "Cc\0balbi-l0cyMroinI0@public.gmane.org" - bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org - tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org - balajitk-l0cyMroinI0@public.gmane.org - kishon-l0cyMroinI0@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Roger Quadros <rogerq@ti.com>\0" + "Cc\0balbi@ti.com" + bcousson@baylibre.com + tony@atomide.com + balajitk@ti.com + kishon@ti.com + linux-omap@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-ide@vger.kernel.org + linux-kernel@vger.kernel.org + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "Hello.\n" "\n" "On 09/19/2013 05:24 PM, Roger Quadros wrote:\n" "\n" - "> From: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" + "> From: Balaji T K <balajitk@ti.com>\n" "\n" "> Add support for sata controller.\n" "\n" "> [Roger Q] Clean up.\n" "\n" - "> CC: Benoit Cousson <bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n" - "> Signed-off-by: Balaji T K <balajitk-l0cyMroinI0@public.gmane.org>\n" - "> Signed-off-by: Roger Quadros <rogerq-l0cyMroinI0@public.gmane.org>\n" + "> CC: Benoit Cousson <bcousson@baylibre.com>\n" + "> Signed-off-by: Balaji T K <balajitk@ti.com>\n" + "> Signed-off-by: Roger Quadros <rogerq@ti.com>\n" "> ---\n" "> arch/arm/boot/dts/dra7.dtsi | 49 +++++++++++++++++++++++++++++++++++++++++++\n" "> 1 files changed, 49 insertions(+), 0 deletions(-)\n" @@ -104,11 +103,6 @@ "> +\t\t\t};\n" "> +\t\t};\n" "\n" - "[1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + [1] http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf -ee6d1d4abfbba74de7cf766cc7bfd329a2fba47ced70d7ff19b04532d2bf1695 +4888bd4226ecc900a11709b364934be05d8f8b1df299617c259addc809495144
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.