diff for duplicates of <20140414090838.GP2967@piout.net> diff --git a/a/1.txt b/N1/1.txt index 11e9aed..d8feee8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,8 +2,8 @@ On 14/04/2014 at 10:43:12 +0200, Boris Brezillon wrote : > Define sam9x5 clocks in sam9x5 dt files and make use of them in peripheral > definitions. > -> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com> -Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> +> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> +Acked-by: Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> > --- > arch/arm/boot/dts/at91sam9x5.dtsi | 355 ++++++++++++++++++++++++++++++- > arch/arm/boot/dts/at91sam9x5_can.dtsi | 31 +++ @@ -57,7 +57,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > @@ -77,8 +96,272 @@ > }; > -> pmc: pmc at fffffc00 { +> pmc: pmc@fffffc00 { > - compatible = "atmel,at91rm9200-pmc"; > + compatible = "atmel,at91sam9x5-pmc"; > reg = <0xfffffc00 0x100>; @@ -327,7 +327,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > }; > -> rstc at fffffe00 { +> rstc@fffffe00 { > @@ -95,18 +378,47 @@ > compatible = "atmel,at91sam9260-pit"; > reg = <0xfffffe30 0xf>; @@ -335,7 +335,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&mck>; > + }; > + -> + sckc at fffffe50 { +> + sckc@fffffe50 { > + compatible = "atmel,at91sam9x5-sckc"; > + reg = <0xfffffe50 0x4>; > + @@ -359,7 +359,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > }; > -> tcb0: timer at f8008000 { +> tcb0: timer@f8008000 { > compatible = "atmel,at91sam9x5-tcb"; > reg = <0xf8008000 0x100>; > interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>; @@ -367,7 +367,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "t0_clk"; > }; > -> tcb1: timer at f800c000 { +> tcb1: timer@f800c000 { > compatible = "atmel,at91sam9x5-tcb"; > reg = <0xf800c000 0x100>; > interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>; @@ -375,7 +375,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "t0_clk"; > }; > -> dma0: dma-controller at ffffec00 { +> dma0: dma-controller@ffffec00 { > @@ -114,6 +426,8 @@ > reg = <0xffffec00 0x200>; > interrupts = <20 IRQ_TYPE_LEVEL_HIGH 0>; @@ -384,7 +384,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "dma_clk"; > }; > -> dma1: dma-controller at ffffee00 { +> dma1: dma-controller@ffffee00 { > @@ -121,6 +435,8 @@ > reg = <0xffffee00 0x200>; > interrupts = <21 IRQ_TYPE_LEVEL_HIGH 0>; @@ -393,7 +393,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "dma_clk"; > }; > -> pinctrl at fffff400 { +> pinctrl@fffff400 { > @@ -453,6 +769,7 @@ > gpio-controller; > interrupt-controller; @@ -401,7 +401,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioAB_clk>; > }; > -> pioB: gpio at fffff600 { +> pioB: gpio@fffff600 { > @@ -464,6 +781,7 @@ > #gpio-lines = <19>; > interrupt-controller; @@ -409,7 +409,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioAB_clk>; > }; > -> pioC: gpio at fffff800 { +> pioC: gpio@fffff800 { > @@ -474,6 +792,7 @@ > gpio-controller; > interrupt-controller; @@ -417,7 +417,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioCD_clk>; > }; > -> pioD: gpio at fffffa00 { +> pioD: gpio@fffffa00 { > @@ -485,6 +804,7 @@ > #gpio-lines = <22>; > interrupt-controller; @@ -588,7 +588,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1 > + * Ethernet interface. > + * -> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> +> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org> > + * > + * Licensed under GPLv2. > + */ @@ -599,7 +599,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + can0_clk: can0_clk { > + #clock-cells = <0>; @@ -625,7 +625,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + * at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an > + * Image Sensor Interface. > + * -> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> +> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org> > + * > + * Licensed under GPLv2. > + */ @@ -636,7 +636,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + isi_clk: isi_clk { > + #clock-cells = <0>; @@ -657,7 +657,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an > + * LCD controller. > + * -> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> +> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org> > + * > + * Licensed under GPLv2. > + */ @@ -668,7 +668,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + lcdc_clk: lcdc_clk { > + #clock-cells = <0>; @@ -687,7 +687,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + macb0_clk: macb0_clk { > + #clock-cells = <0>; @@ -696,7 +696,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> macb0: ethernet at f802c000 { +> macb0: ethernet@f802c000 { > compatible = "cdns,at32ap7000-macb", "cdns,macb"; > reg = <0xf802c000 0x100>; > interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>; @@ -715,7 +715,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + macb1_clk: macb1_clk { > + #clock-cells = <0>; @@ -724,7 +724,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> macb1: ethernet at f8030000 { +> macb1: ethernet@f8030000 { > compatible = "cdns,at32ap7000-macb", "cdns,macb"; > reg = <0xf8030000 0x100>; > interrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>; @@ -743,7 +743,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + usart3_clk: usart3_clk { > + #clock-cells = <0>; @@ -752,7 +752,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> usart3: serial at f8028000 { +> usart3: serial@f8028000 { > compatible = "atmel,at91sam9260-usart"; > reg = <0xf8028000 0x200>; > interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>; @@ -771,3 +771,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com +-- +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 b027a70..fb847a0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,23 @@ "ref\01397464994-27267-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01397464994-27267-3-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" - "Subject\0[PATCH 2/4] ARM: at91/dt: define sam9x5 clocks\0" + "ref\01397464994-27267-3-git-send-email-boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org\0" + "From\0Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/4] ARM: at91/dt: define sam9x5 clocks\0" "Date\0Mon, 14 Apr 2014 11:08:38 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>" + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 14/04/2014 at 10:43:12 +0200, Boris Brezillon wrote :\n" "> Define sam9x5 clocks in sam9x5 dt files and make use of them in peripheral\n" "> definitions.\n" "> \n" - "> Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>\n" - "Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>\n" + "> Signed-off-by: Boris BREZILLON <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" + "Acked-by: Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n" "> ---\n" "> arch/arm/boot/dts/at91sam9x5.dtsi | 355 ++++++++++++++++++++++++++++++-\n" "> arch/arm/boot/dts/at91sam9x5_can.dtsi | 31 +++\n" @@ -65,7 +71,7 @@ "> @@ -77,8 +96,272 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tpmc: pmc at fffffc00 {\n" + "> \t\t\tpmc: pmc@fffffc00 {\n" "> -\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-pmc\";\n" "> \t\t\t\treg = <0xfffffc00 0x100>;\n" @@ -335,7 +341,7 @@ "> +\t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> \t\t\trstc at fffffe00 {\n" + "> \t\t\trstc@fffffe00 {\n" "> @@ -95,18 +378,47 @@\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> \t\t\t\treg = <0xfffffe30 0xf>;\n" @@ -343,7 +349,7 @@ "> +\t\t\t\tclocks = <&mck>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsckc at fffffe50 {\n" + "> +\t\t\tsckc@fffffe50 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-sckc\";\n" "> +\t\t\t\treg = <0xfffffe50 0x4>;\n" "> +\n" @@ -367,7 +373,7 @@ "> +\t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> \t\t\ttcb0: timer at f8008000 {\n" + "> \t\t\ttcb0: timer@f8008000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n" "> \t\t\t\treg = <0xf8008000 0x100>;\n" "> \t\t\t\tinterrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -375,7 +381,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\ttcb1: timer at f800c000 {\n" + "> \t\t\ttcb1: timer@f800c000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n" "> \t\t\t\treg = <0xf800c000 0x100>;\n" "> \t\t\t\tinterrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -383,7 +389,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tdma0: dma-controller at ffffec00 {\n" + "> \t\t\tdma0: dma-controller@ffffec00 {\n" "> @@ -114,6 +426,8 @@\n" "> \t\t\t\treg = <0xffffec00 0x200>;\n" "> \t\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -392,7 +398,7 @@ "> +\t\t\t\tclock-names = \"dma_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tdma1: dma-controller at ffffee00 {\n" + "> \t\t\tdma1: dma-controller@ffffee00 {\n" "> @@ -121,6 +435,8 @@\n" "> \t\t\t\treg = <0xffffee00 0x200>;\n" "> \t\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -401,7 +407,7 @@ "> +\t\t\t\tclock-names = \"dma_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tpinctrl at fffff400 {\n" + "> \t\t\tpinctrl@fffff400 {\n" "> @@ -453,6 +769,7 @@\n" "> \t\t\t\t\tgpio-controller;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -409,7 +415,7 @@ "> +\t\t\t\t\tclocks = <&pioAB_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioB: gpio at fffff600 {\n" + "> \t\t\t\tpioB: gpio@fffff600 {\n" "> @@ -464,6 +781,7 @@\n" "> \t\t\t\t\t#gpio-lines = <19>;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -417,7 +423,7 @@ "> +\t\t\t\t\tclocks = <&pioAB_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioC: gpio at fffff800 {\n" + "> \t\t\t\tpioC: gpio@fffff800 {\n" "> @@ -474,6 +792,7 @@\n" "> \t\t\t\t\tgpio-controller;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -425,7 +431,7 @@ "> +\t\t\t\t\tclocks = <&pioCD_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioD: gpio at fffffa00 {\n" + "> \t\t\t\tpioD: gpio@fffffa00 {\n" "> @@ -485,6 +804,7 @@\n" "> \t\t\t\t\t#gpio-lines = <22>;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -596,7 +602,7 @@ "> + * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1\n" "> + * Ethernet interface.\n" "> + *\n" - "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>\n" + "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2.\n" "> + */\n" @@ -607,7 +613,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tcan0_clk: can0_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -633,7 +639,7 @@ "> + * at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an\n" "> + * Image Sensor Interface.\n" "> + *\n" - "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>\n" + "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2.\n" "> + */\n" @@ -644,7 +650,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tisi_clk: isi_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -665,7 +671,7 @@ "> + * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an\n" "> + * LCD controller.\n" "> + *\n" - "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>\n" + "> + * Copyright (C) 2013 Boris BREZILLON <b.brezillon-ZNYIgs0QAGpBDgjK7y7TUQ@public.gmane.org>\n" "> + *\n" "> + * Licensed under GPLv2.\n" "> + */\n" @@ -676,7 +682,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tlcdc_clk: lcdc_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -695,7 +701,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tmacb0_clk: macb0_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -704,7 +710,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tmacb0: ethernet at f802c000 {\n" + "> \t\t\tmacb0: ethernet@f802c000 {\n" "> \t\t\t\tcompatible = \"cdns,at32ap7000-macb\", \"cdns,macb\";\n" "> \t\t\t\treg = <0xf802c000 0x100>;\n" "> \t\t\t\tinterrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -723,7 +729,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tmacb1_clk: macb1_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -732,7 +738,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tmacb1: ethernet at f8030000 {\n" + "> \t\t\tmacb1: ethernet@f8030000 {\n" "> \t\t\t\tcompatible = \"cdns,at32ap7000-macb\", \"cdns,macb\";\n" "> \t\t\t\treg = <0xf8030000 0x100>;\n" "> \t\t\t\tinterrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -751,7 +757,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tusart3_clk: usart3_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -760,7 +766,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tusart3: serial at f8028000 {\n" + "> \t\t\tusart3: serial@f8028000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> \t\t\t\treg = <0xf8028000 0x200>;\n" "> \t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -778,6 +784,10 @@ "-- \n" "Alexandre Belloni, Free Electrons\n" "Embedded Linux, Kernel and Android engineering\n" - http://free-electrons.com + "http://free-electrons.com\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 -0cad7bbfcf6d362db041818a75f2f5fe10fd0661374e82077b235b13d1fb2edb +b35f5b867bf9b9d24489c63a5b80252b8d185e6f9cba79eefe994f2044f43094
diff --git a/a/1.txt b/N2/1.txt index 11e9aed..0f4064d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -57,7 +57,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > @@ -77,8 +96,272 @@ > }; > -> pmc: pmc at fffffc00 { +> pmc: pmc@fffffc00 { > - compatible = "atmel,at91rm9200-pmc"; > + compatible = "atmel,at91sam9x5-pmc"; > reg = <0xfffffc00 0x100>; @@ -327,7 +327,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > }; > -> rstc at fffffe00 { +> rstc@fffffe00 { > @@ -95,18 +378,47 @@ > compatible = "atmel,at91sam9260-pit"; > reg = <0xfffffe30 0xf>; @@ -335,7 +335,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&mck>; > + }; > + -> + sckc at fffffe50 { +> + sckc@fffffe50 { > + compatible = "atmel,at91sam9x5-sckc"; > + reg = <0xfffffe50 0x4>; > + @@ -359,7 +359,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > }; > -> tcb0: timer at f8008000 { +> tcb0: timer@f8008000 { > compatible = "atmel,at91sam9x5-tcb"; > reg = <0xf8008000 0x100>; > interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>; @@ -367,7 +367,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "t0_clk"; > }; > -> tcb1: timer at f800c000 { +> tcb1: timer@f800c000 { > compatible = "atmel,at91sam9x5-tcb"; > reg = <0xf800c000 0x100>; > interrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>; @@ -375,7 +375,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "t0_clk"; > }; > -> dma0: dma-controller at ffffec00 { +> dma0: dma-controller@ffffec00 { > @@ -114,6 +426,8 @@ > reg = <0xffffec00 0x200>; > interrupts = <20 IRQ_TYPE_LEVEL_HIGH 0>; @@ -384,7 +384,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "dma_clk"; > }; > -> dma1: dma-controller at ffffee00 { +> dma1: dma-controller@ffffee00 { > @@ -121,6 +435,8 @@ > reg = <0xffffee00 0x200>; > interrupts = <21 IRQ_TYPE_LEVEL_HIGH 0>; @@ -393,7 +393,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clock-names = "dma_clk"; > }; > -> pinctrl at fffff400 { +> pinctrl@fffff400 { > @@ -453,6 +769,7 @@ > gpio-controller; > interrupt-controller; @@ -401,7 +401,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioAB_clk>; > }; > -> pioB: gpio at fffff600 { +> pioB: gpio@fffff600 { > @@ -464,6 +781,7 @@ > #gpio-lines = <19>; > interrupt-controller; @@ -409,7 +409,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioAB_clk>; > }; > -> pioC: gpio at fffff800 { +> pioC: gpio@fffff800 { > @@ -474,6 +792,7 @@ > gpio-controller; > interrupt-controller; @@ -417,7 +417,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + clocks = <&pioCD_clk>; > }; > -> pioD: gpio at fffffa00 { +> pioD: gpio@fffffa00 { > @@ -485,6 +804,7 @@ > #gpio-lines = <22>; > interrupt-controller; @@ -599,7 +599,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + can0_clk: can0_clk { > + #clock-cells = <0>; @@ -636,7 +636,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + isi_clk: isi_clk { > + #clock-cells = <0>; @@ -668,7 +668,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > +/ { > + ahb { > + apb { -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + lcdc_clk: lcdc_clk { > + #clock-cells = <0>; @@ -687,7 +687,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + macb0_clk: macb0_clk { > + #clock-cells = <0>; @@ -696,7 +696,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> macb0: ethernet at f802c000 { +> macb0: ethernet@f802c000 { > compatible = "cdns,at32ap7000-macb", "cdns,macb"; > reg = <0xf802c000 0x100>; > interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>; @@ -715,7 +715,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + macb1_clk: macb1_clk { > + #clock-cells = <0>; @@ -724,7 +724,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> macb1: ethernet at f8030000 { +> macb1: ethernet@f8030000 { > compatible = "cdns,at32ap7000-macb", "cdns,macb"; > reg = <0xf8030000 0x100>; > interrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>; @@ -743,7 +743,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > }; > }; > -> + pmc: pmc at fffffc00 { +> + pmc: pmc@fffffc00 { > + periphck { > + usart3_clk: usart3_clk { > + #clock-cells = <0>; @@ -752,7 +752,7 @@ Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > + }; > + }; > + -> usart3: serial at f8028000 { +> usart3: serial@f8028000 { > compatible = "atmel,at91sam9260-usart"; > reg = <0xf8028000 0x200>; > interrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>; diff --git a/a/content_digest b/N2/content_digest index b027a70..69a0e8b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,14 @@ "ref\01397464994-27267-1-git-send-email-boris.brezillon@free-electrons.com\0" "ref\01397464994-27267-3-git-send-email-boris.brezillon@free-electrons.com\0" - "From\0alexandre.belloni@free-electrons.com (Alexandre Belloni)\0" - "Subject\0[PATCH 2/4] ARM: at91/dt: define sam9x5 clocks\0" + "From\0Alexandre Belloni <alexandre.belloni@free-electrons.com>\0" + "Subject\0Re: [PATCH 2/4] ARM: at91/dt: define sam9x5 clocks\0" "Date\0Mon, 14 Apr 2014 11:08:38 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris BREZILLON <boris.brezillon@free-electrons.com>\0" + "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 14/04/2014 at 10:43:12 +0200, Boris Brezillon wrote :\n" @@ -65,7 +70,7 @@ "> @@ -77,8 +96,272 @@\n" "> \t\t\t};\n" "> \n" - "> \t\t\tpmc: pmc at fffffc00 {\n" + "> \t\t\tpmc: pmc@fffffc00 {\n" "> -\t\t\t\tcompatible = \"atmel,at91rm9200-pmc\";\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-pmc\";\n" "> \t\t\t\treg = <0xfffffc00 0x100>;\n" @@ -335,7 +340,7 @@ "> +\t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> \t\t\trstc at fffffe00 {\n" + "> \t\t\trstc@fffffe00 {\n" "> @@ -95,18 +378,47 @@\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-pit\";\n" "> \t\t\t\treg = <0xfffffe30 0xf>;\n" @@ -343,7 +348,7 @@ "> +\t\t\t\tclocks = <&mck>;\n" "> +\t\t\t};\n" "> +\n" - "> +\t\t\tsckc at fffffe50 {\n" + "> +\t\t\tsckc@fffffe50 {\n" "> +\t\t\t\tcompatible = \"atmel,at91sam9x5-sckc\";\n" "> +\t\t\t\treg = <0xfffffe50 0x4>;\n" "> +\n" @@ -367,7 +372,7 @@ "> +\t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> \t\t\ttcb0: timer at f8008000 {\n" + "> \t\t\ttcb0: timer@f8008000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n" "> \t\t\t\treg = <0xf8008000 0x100>;\n" "> \t\t\t\tinterrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -375,7 +380,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\ttcb1: timer at f800c000 {\n" + "> \t\t\ttcb1: timer@f800c000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9x5-tcb\";\n" "> \t\t\t\treg = <0xf800c000 0x100>;\n" "> \t\t\t\tinterrupts = <17 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -383,7 +388,7 @@ "> +\t\t\t\tclock-names = \"t0_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tdma0: dma-controller at ffffec00 {\n" + "> \t\t\tdma0: dma-controller@ffffec00 {\n" "> @@ -114,6 +426,8 @@\n" "> \t\t\t\treg = <0xffffec00 0x200>;\n" "> \t\t\t\tinterrupts = <20 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -392,7 +397,7 @@ "> +\t\t\t\tclock-names = \"dma_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tdma1: dma-controller at ffffee00 {\n" + "> \t\t\tdma1: dma-controller@ffffee00 {\n" "> @@ -121,6 +435,8 @@\n" "> \t\t\t\treg = <0xffffee00 0x200>;\n" "> \t\t\t\tinterrupts = <21 IRQ_TYPE_LEVEL_HIGH 0>;\n" @@ -401,7 +406,7 @@ "> +\t\t\t\tclock-names = \"dma_clk\";\n" "> \t\t\t};\n" "> \n" - "> \t\t\tpinctrl at fffff400 {\n" + "> \t\t\tpinctrl@fffff400 {\n" "> @@ -453,6 +769,7 @@\n" "> \t\t\t\t\tgpio-controller;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -409,7 +414,7 @@ "> +\t\t\t\t\tclocks = <&pioAB_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioB: gpio at fffff600 {\n" + "> \t\t\t\tpioB: gpio@fffff600 {\n" "> @@ -464,6 +781,7 @@\n" "> \t\t\t\t\t#gpio-lines = <19>;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -417,7 +422,7 @@ "> +\t\t\t\t\tclocks = <&pioAB_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioC: gpio at fffff800 {\n" + "> \t\t\t\tpioC: gpio@fffff800 {\n" "> @@ -474,6 +792,7 @@\n" "> \t\t\t\t\tgpio-controller;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -425,7 +430,7 @@ "> +\t\t\t\t\tclocks = <&pioCD_clk>;\n" "> \t\t\t\t};\n" "> \n" - "> \t\t\t\tpioD: gpio at fffffa00 {\n" + "> \t\t\t\tpioD: gpio@fffffa00 {\n" "> @@ -485,6 +804,7 @@\n" "> \t\t\t\t\t#gpio-lines = <22>;\n" "> \t\t\t\t\tinterrupt-controller;\n" @@ -607,7 +612,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tcan0_clk: can0_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -644,7 +649,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tisi_clk: isi_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -676,7 +681,7 @@ "> +/ {\n" "> +\tahb {\n" "> +\t\tapb {\n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tlcdc_clk: lcdc_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -695,7 +700,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tmacb0_clk: macb0_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -704,7 +709,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tmacb0: ethernet at f802c000 {\n" + "> \t\t\tmacb0: ethernet@f802c000 {\n" "> \t\t\t\tcompatible = \"cdns,at32ap7000-macb\", \"cdns,macb\";\n" "> \t\t\t\treg = <0xf802c000 0x100>;\n" "> \t\t\t\tinterrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -723,7 +728,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tmacb1_clk: macb1_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -732,7 +737,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tmacb1: ethernet at f8030000 {\n" + "> \t\t\tmacb1: ethernet@f8030000 {\n" "> \t\t\t\tcompatible = \"cdns,at32ap7000-macb\", \"cdns,macb\";\n" "> \t\t\t\treg = <0xf8030000 0x100>;\n" "> \t\t\t\tinterrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>;\n" @@ -751,7 +756,7 @@ "> \t\t\t\t};\n" "> \t\t\t};\n" "> \n" - "> +\t\t\tpmc: pmc at fffffc00 {\n" + "> +\t\t\tpmc: pmc@fffffc00 {\n" "> +\t\t\t\tperiphck {\n" "> +\t\t\t\t\tusart3_clk: usart3_clk {\n" "> +\t\t\t\t\t\t#clock-cells = <0>;\n" @@ -760,7 +765,7 @@ "> +\t\t\t\t};\n" "> +\t\t\t};\n" "> +\n" - "> \t\t\tusart3: serial at f8028000 {\n" + "> \t\t\tusart3: serial@f8028000 {\n" "> \t\t\t\tcompatible = \"atmel,at91sam9260-usart\";\n" "> \t\t\t\treg = <0xf8028000 0x200>;\n" "> \t\t\t\tinterrupts = <8 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -780,4 +785,4 @@ "Embedded Linux, Kernel and Android engineering\n" http://free-electrons.com -0cad7bbfcf6d362db041818a75f2f5fe10fd0661374e82077b235b13d1fb2edb +0eac845b9f17d9799f46a387c43c8d9f00e597b26594a127cd047a1c55b9bb26
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.