diff for duplicates of <51F686D2.3020104@overkiz.com> diff --git a/a/1.txt b/N1/1.txt index 6bb50b5..bfb91e9 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 @@ Ok, I will use this path pattern. >> 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>; >> }; >> @@ -87,7 +87,7 @@ Ok, I will use this path pattern. > instance, dma0_clk and dma1_clk are used). Ok, I'll drop the address. > 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 d3d8252..4ad5111 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 17:14:26 +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" @@ -102,7 +108,7 @@ "> instance, dma0_clk and dma1_clk are used).\n" "Ok, I'll drop the address.\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" "> }\n" @@ -115,4 +121,4 @@ "\n" Boris -5799f93fb55c1206deb872354d6cafbfddd1c079322cef3238b281350ed6d9bc +ac5f49cd7956686cf42f6b9da662661e629cbb88dd807f7de8fd76f21a1e4339
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.