All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130530190012.4470.50181@quantum>

diff --git a/a/1.txt b/N1/1.txt
index fc85236..ddcf9ff 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,18 +1,18 @@
 Quoting Linus Walleij (2013-05-23 10:31:25)
-> From: Linus Walleij <linus.walleij@linaro.org>
+> From: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 > 
 > This converts the fixed and fixed-factor clocks in the U300
 > platform to register themselves from the device tree.
 > 
-> Cc: Mike Turquette <mturquette@linaro.org>
-> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
+> Cc: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 > ---
 > Hi Mike, seeking an ACK on this to take the series through
 > ARM SoC.
 
 I'm happy to see another conversion to of_clk_init.
 
-Acked-by: Mike Turquette <mturquette@linaro.org>
+Acked-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 
 > ---
 >  arch/arm/boot/dts/ste-u300.dts | 44 ++++++++++++++++++++++++++++++++++++++++++
@@ -24,46 +24,46 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > --- a/arch/arm/boot/dts/ste-u300.dts
 > +++ b/arch/arm/boot/dts/ste-u300.dts
 > @@ -33,6 +33,49 @@
->         syscon: syscon at c0011000 {
+>         syscon: syscon@c0011000 {
 >                 compatible = "stericsson,u300-syscon";
 >                 reg = <0xc0011000 0x1000>;
-> +               clk32: app_32_clk at 32k {
+> +               clk32: app_32_clk@32k {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-clock";
 > +                       clock-frequency = <32768>;
 > +               };
-> +               pll13: pll13 at 13M {
+> +               pll13: pll13@13M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-clock";
 > +                       clock-frequency = <13000000>;
 > +               };
-> +               pll208: pll208 at 208M {
+> +               pll208: pll208@208M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-clock";
 > +                       clock-frequency = <208000000>;
 > +               };
-> +               app208: app_208_clk at 208M {
+> +               app208: app_208_clk@208M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-factor-clock";
 > +                       clock-div = <1>;
 > +                       clock-mult = <1>;
 > +                       clocks = <&pll208>;
 > +               };
-> +               app104: app_104_clk at 104M {
+> +               app104: app_104_clk@104M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-factor-clock";
 > +                       clock-div = <2>;
 > +                       clock-mult = <1>;
 > +                       clocks = <&pll208>;
 > +               };
-> +               app52: app_52_clk at 52M {
+> +               app52: app_52_clk@52M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-factor-clock";
 > +                       clock-div = <4>;
 > +                       clock-mult = <1>;
 > +                       clocks = <&pll208>;
 > +               };
-> +               app26: app_26_clk at 26M {
+> +               app26: app_26_clk@26M {
 > +                       #clock-cells = <0>;
 > +                       compatible = "fixed-factor-clock";
 > +                       clock-div = <2>;
@@ -72,7 +72,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > +               };
 >         };
 >  
->         timer: timer at c0014000 {
+>         timer: timer@c0014000 {
 > @@ -65,6 +108,7 @@
 >                 reg = <0xc0012000 0x1000>;
 >                 interrupt-parent = <&vicb>;
@@ -80,7 +80,7 @@ Acked-by: Mike Turquette <mturquette@linaro.org>
 > +               clocks = <&clk32>;
 >         };
 >  
->         rtc: rtc at c0017000 {
+>         rtc: rtc@c0017000 {
 > diff --git a/drivers/clk/clk-u300.c b/drivers/clk/clk-u300.c
 > index a41e42e..bebd6c9 100644
 > --- a/drivers/clk/clk-u300.c
diff --git a/a/content_digest b/N1/content_digest
index a8bb672..94bc351 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,26 +1,30 @@
  "ref\01369330288-14856-1-git-send-email-linus.walleij@stericsson.com\0"
  "ref\01369330288-14856-4-git-send-email-linus.walleij@stericsson.com\0"
- "From\0mturquette@linaro.org (Mike Turquette)\0"
- "Subject\0[PATCH 3/6] clk: move the U300 fixed and fixed-factor to DT\0"
+ "ref\01369330288-14856-4-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org\0"
+ "From\0Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 3/6] clk: move the U300 fixed and fixed-factor to DT\0"
  "Date\0Thu, 30 May 2013 12:00:12 -0700\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Quoting Linus Walleij (2013-05-23 10:31:25)\n"
- "> From: Linus Walleij <linus.walleij@linaro.org>\n"
+ "> From: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "> \n"
  "> This converts the fixed and fixed-factor clocks in the U300\n"
  "> platform to register themselves from the device tree.\n"
  "> \n"
- "> Cc: Mike Turquette <mturquette@linaro.org>\n"
- "> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>\n"
+ "> Cc: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "> ---\n"
  "> Hi Mike, seeking an ACK on this to take the series through\n"
  "> ARM SoC.\n"
  "\n"
  "I'm happy to see another conversion to of_clk_init.\n"
  "\n"
- "Acked-by: Mike Turquette <mturquette@linaro.org>\n"
+ "Acked-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "\n"
  "> ---\n"
  ">  arch/arm/boot/dts/ste-u300.dts | 44 ++++++++++++++++++++++++++++++++++++++++++\n"
@@ -32,46 +36,46 @@
  "> --- a/arch/arm/boot/dts/ste-u300.dts\n"
  "> +++ b/arch/arm/boot/dts/ste-u300.dts\n"
  "> @@ -33,6 +33,49 @@\n"
- ">         syscon: syscon at c0011000 {\n"
+ ">         syscon: syscon@c0011000 {\n"
  ">                 compatible = \"stericsson,u300-syscon\";\n"
  ">                 reg = <0xc0011000 0x1000>;\n"
- "> +               clk32: app_32_clk at 32k {\n"
+ "> +               clk32: app_32_clk@32k {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-clock\";\n"
  "> +                       clock-frequency = <32768>;\n"
  "> +               };\n"
- "> +               pll13: pll13 at 13M {\n"
+ "> +               pll13: pll13@13M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-clock\";\n"
  "> +                       clock-frequency = <13000000>;\n"
  "> +               };\n"
- "> +               pll208: pll208 at 208M {\n"
+ "> +               pll208: pll208@208M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-clock\";\n"
  "> +                       clock-frequency = <208000000>;\n"
  "> +               };\n"
- "> +               app208: app_208_clk at 208M {\n"
+ "> +               app208: app_208_clk@208M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-factor-clock\";\n"
  "> +                       clock-div = <1>;\n"
  "> +                       clock-mult = <1>;\n"
  "> +                       clocks = <&pll208>;\n"
  "> +               };\n"
- "> +               app104: app_104_clk at 104M {\n"
+ "> +               app104: app_104_clk@104M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-factor-clock\";\n"
  "> +                       clock-div = <2>;\n"
  "> +                       clock-mult = <1>;\n"
  "> +                       clocks = <&pll208>;\n"
  "> +               };\n"
- "> +               app52: app_52_clk at 52M {\n"
+ "> +               app52: app_52_clk@52M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-factor-clock\";\n"
  "> +                       clock-div = <4>;\n"
  "> +                       clock-mult = <1>;\n"
  "> +                       clocks = <&pll208>;\n"
  "> +               };\n"
- "> +               app26: app_26_clk at 26M {\n"
+ "> +               app26: app_26_clk@26M {\n"
  "> +                       #clock-cells = <0>;\n"
  "> +                       compatible = \"fixed-factor-clock\";\n"
  "> +                       clock-div = <2>;\n"
@@ -80,7 +84,7 @@
  "> +               };\n"
  ">         };\n"
  ">  \n"
- ">         timer: timer at c0014000 {\n"
+ ">         timer: timer@c0014000 {\n"
  "> @@ -65,6 +108,7 @@\n"
  ">                 reg = <0xc0012000 0x1000>;\n"
  ">                 interrupt-parent = <&vicb>;\n"
@@ -88,7 +92,7 @@
  "> +               clocks = <&clk32>;\n"
  ">         };\n"
  ">  \n"
- ">         rtc: rtc at c0017000 {\n"
+ ">         rtc: rtc@c0017000 {\n"
  "> diff --git a/drivers/clk/clk-u300.c b/drivers/clk/clk-u300.c\n"
  "> index a41e42e..bebd6c9 100644\n"
  "> --- a/drivers/clk/clk-u300.c\n"
@@ -150,4 +154,4 @@
  "> -- \n"
  > 1.7.11.3
 
-0943fd87f184ce903b1f0ab448ed44285af3a9f72177f7561f8c1a52b63a5000
+3b47e21330a98cfda3d9b906f941276e6ca6b1b9cb45c2550f14f1eb11bcf2d8

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.