All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <51F69BD3.508@overkiz.com>

diff --git a/a/1.txt b/N1/1.txt
index 96da18b..3009ca2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ On 29/07/2013 17:09, Richard Genoud wrote:
 >>> Maybe it would be interesting to keep using the defines in the device
 >>> tree for peripheral IDs.
 >>> For instance, in arch/arm/boot/dts/at91sam9x5.dtsi : (patch 33)
->>> ssc_clk at 28 {
+>>> ssc_clk@28 {
 >>>          id = <28>;
 >>> };
 >>> May be more readable with the SSC id AT91SAM9X5_ID_SSC, as it was
@@ -68,13 +68,13 @@ I guess I should do the same for system clks :-).
 >> Should I use macros for address fied of clocks or just for id property (or
 >> drop the address) ?
 >>
->> ssc_clk at AT91SAM9X5_ID_SSC {
+>> ssc_clk@AT91SAM9X5_ID_SSC {
 >>          id = <AT91SAM9X5_ID_SSC>;
 >> };
 >>
 >> or
 >>
->> ssc_clk at 28 {
+>> ssc_clk@28 {
 >>          id = <AT91SAM9X5_ID_SSC>;
 >> };
 >>
@@ -86,7 +86,7 @@ I guess I should do the same for system clks :-).
 > I would drop the address, since the names are always different (for
 > instance, dma0_clk and dma1_clk are used).
 > And the define should also be used here:
-> ssc0: ssc at f0010000 { [...]
+> ssc0: ssc@f0010000 { [...]
 > clocks = <&periph AT91SAM9X5_ID_SSC>;
 > [...]
 > }
diff --git a/a/content_digest b/N1/content_digest
index f737483..a89b962 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,10 +7,16 @@
  "ref\0CACQ1gAi53KN=zE8zDxQO=+BY2zvQXakD=OSuzUqc0VLwWLySCA@mail.gmail.com\0"
  "ref\051F67D7F.1050906@overkiz.com\0"
  "ref\0CACQ1gAirPir5vCyeK7OKHjw806Sv_LTiorDAp5mvhObxNTE3FA@mail.gmail.com\0"
- "From\0b.brezillon@overkiz.com (boris brezillon)\0"
- "Subject\0[PATCH v2 00/42] ARM: at91: move to common clk framework\0"
+ "From\0boris brezillon <b.brezillon@overkiz.com>\0"
+ "Subject\0Re: [PATCH v2 00/42] ARM: at91: move to common clk framework\0"
  "Date\0Mon, 29 Jul 2013 18:44:03 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Richard Genoud <richard.genoud@gmail.com>\0"
+ "Cc\0Mike Turquette <mturquette@linaro.org>"
+  Nicolas Ferre <nicolas.ferre@atmel.com>
+  linux-kernel@vger.kernel.org
+  Ludovic Desroches <ludovic.desroches@atmel.com>
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 29/07/2013 17:09, Richard Genoud wrote:\n"
@@ -64,7 +70,7 @@
  ">>> Maybe it would be interesting to keep using the defines in the device\n"
  ">>> tree for peripheral IDs.\n"
  ">>> For instance, in arch/arm/boot/dts/at91sam9x5.dtsi : (patch 33)\n"
- ">>> ssc_clk at 28 {\n"
+ ">>> ssc_clk@28 {\n"
  ">>>          id = <28>;\n"
  ">>> };\n"
  ">>> May be more readable with the SSC id AT91SAM9X5_ID_SSC, as it was\n"
@@ -83,13 +89,13 @@
  ">> Should I use macros for address fied of clocks or just for id property (or\n"
  ">> drop the address) ?\n"
  ">>\n"
- ">> ssc_clk at AT91SAM9X5_ID_SSC {\n"
+ ">> ssc_clk@AT91SAM9X5_ID_SSC {\n"
  ">>          id = <AT91SAM9X5_ID_SSC>;\n"
  ">> };\n"
  ">>\n"
  ">> or\n"
  ">>\n"
- ">> ssc_clk at 28 {\n"
+ ">> ssc_clk@28 {\n"
  ">>          id = <AT91SAM9X5_ID_SSC>;\n"
  ">> };\n"
  ">>\n"
@@ -101,9 +107,9 @@
  "> I would drop the address, since the names are always different (for\n"
  "> instance, dma0_clk and dma1_clk are used).\n"
  "> And the define should also be used here:\n"
- "> ssc0: ssc at f0010000 { [...]\n"
+ "> ssc0: ssc@f0010000 { [...]\n"
  "> clocks = <&periph AT91SAM9X5_ID_SSC>;\n"
  "> [...]\n"
  > }
 
-5de91a35be551deaa142802d678ed87ba70c19e4aa78314d70eab3a9b076c9c3
+c4a84b75723272d5d6639b08af6d50cded1f539251d1118456bb027072fb9542

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.