diff for duplicates of <3043957.b1xFlRWI5P@amdc1032> diff --git a/a/1.txt b/N1/1.txt index 7e0cedd..4ad5f84 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -97,18 +97,18 @@ separate control/status registers for each power domain. > > > > > > +Example for Exynos5440 compatible power domains: > > > + -> > > + power-domains@00160000 { +> > > + power-domains at 00160000 { > > > + compatible = "samsung,exynos5440-power-domains", "simple-bus"; > > > + reg = <0x00160000 0x1000>; > > > + #address-cells = <1>; > > > + #size-cells = <0>; > > > + -> > > + pd_pcie: pcie-power-domain@6 { +> > > + pd_pcie: pcie-power-domain at 6 { > > > + compatible = "samsung,exynos5440-pd"; > > > + reg = <6>; > > > + }; > > > + -> > > + pd_conn2: conn2-power-domain@7 { +> > > + pd_conn2: conn2-power-domain at 7 { > > > + compatible = "samsung,exynos5440-pd"; > > > + reg = <7>; > > > + }; @@ -125,24 +125,24 @@ separate control/status registers for each power domain. > > > #clock-cells = <1>; > > > }; > > > -> > > + power-domains@00160000 { +> > > + power-domains at 00160000 { > > > + compatible = "samsung,exynos5440-power-domains", "simple-bus"; > > > + reg = <0x00160000 0x1000>; > > > + #address-cells = <1>; > > > + #size-cells = <0>; > > > + -> > > + pd_pcie: pcie-power-domain@6 { +> > > + pd_pcie: pcie-power-domain at 6 { > > > + compatible = "samsung,exynos5440-pd"; > > > + reg = <6>; > > > + }; > > > + -> > > + pd_conn2: conn2-power-domain@7 { +> > > + pd_conn2: conn2-power-domain at 7 { > > > + compatible = "samsung,exynos5440-pd"; > > > + reg = <7>; > > > + }; > > > + }; > > > + -> > > gic:interrupt-controller@2E0000 { +> > > gic:interrupt-controller at 2E0000 { > > > compatible = "arm,cortex-a15-gic"; > > > #interrupt-cells = <3>; > > > @@ -192,6 +209,7 @@ @@ -192,7 +192,7 @@ Samsung Electronics > > > + samsung,power-domain = <&pd_conn2>; > > > }; > > > -> > > ohci@220000 { +> > > ohci at 220000 { > > > @@ -248,6 +267,7 @@ > > > interrupts = <0 29 0>; > > > clocks = <&clock 24>; @@ -200,7 +200,7 @@ Samsung Electronics > > > + samsung,power-domain = <&pd_conn2>; > > > }; > > > -> > > ehci@221000 { +> > > ehci at 221000 { > > > @@ -256,6 +276,7 @@ > > > interrupts = <0 29 0>; > > > clocks = <&clock 24>; @@ -208,7 +208,7 @@ Samsung Electronics > > > + samsung,power-domain = <&pd_conn2>; > > > }; > > > -> > > pcie@290000 { +> > > pcie at 290000 { > > > @@ -275,6 +296,7 @@ > > > #interrupt-cells = <1>; > > > interrupt-map-mask = <0 0 0 0>; @@ -216,7 +216,7 @@ Samsung Electronics > > > + samsung,power-domain = <&pd_pcie>; > > > }; > > > -> > > pcie@2a0000 { +> > > pcie at 2a0000 { > > > @@ -294,5 +316,6 @@ > > > #interrupt-cells = <1>; > > > interrupt-map-mask = <0 0 0 0>; diff --git a/a/content_digest b/N1/content_digest index 47ceafe..ba81928 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,10 @@ "ref\02729097.X0eAsuYF97@amdc1032\0" "ref\051FC1E40.7030807@wwwdotorg.org\0" "ref\020130803201411.GB17755@e106331-lin.cambridge.arm.com\0" - "From\0Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>\0" - "Subject\0Re: [PATCH] ARM: EXYNOS: add power domains support for EXYNOS5440\0" + "From\0b.zolnierkie@samsung.com (Bartlomiej Zolnierkiewicz)\0" + "Subject\0[PATCH] ARM: EXYNOS: add power domains support for EXYNOS5440\0" "Date\0Tue, 06 Aug 2013 18:16:56 +0200\0" - "To\0Mark Rutland <mark.rutland@arm.com>\0" - "Cc\0Stephen Warren <swarren@wwwdotorg.org>" - Kukjin Kim <kgene.kim@samsung.com> - Myungjoo Ham <myungjoo.ham@samsung.com> - Tomasz Figa <t.figa@samsung.com> - linux-samsung-soc@vger.kernel.org <linux-samsung-soc@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - linux-pm@vger.kernel.org <linux-pm@vger.kernel.org> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - Ian Campbell <ian.campbell@citrix.com> - " Pawel Moll <Pawel.Moll@arm.com>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" @@ -116,18 +106,18 @@ "> > > \n" "> > > +Example for Exynos5440 compatible power domains:\n" "> > > +\n" - "> > > +\tpower-domains@00160000 {\n" + "> > > +\tpower-domains at 00160000 {\n" "> > > +\t\tcompatible = \"samsung,exynos5440-power-domains\", \"simple-bus\";\n" "> > > +\t\treg = <0x00160000 0x1000>;\n" "> > > +\t\t#address-cells = <1>;\n" "> > > +\t\t#size-cells = <0>;\n" "> > > +\n" - "> > > +\t\tpd_pcie: pcie-power-domain@6 {\n" + "> > > +\t\tpd_pcie: pcie-power-domain at 6 {\n" "> > > +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n" "> > > +\t\t\treg = <6>;\n" "> > > +\t\t};\n" "> > > +\n" - "> > > +\t\tpd_conn2: conn2-power-domain@7 {\n" + "> > > +\t\tpd_conn2: conn2-power-domain at 7 {\n" "> > > +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n" "> > > +\t\t\treg = <7>;\n" "> > > +\t\t};\n" @@ -144,24 +134,24 @@ "> > > \t\t#clock-cells = <1>;\n" "> > > \t};\n" "> > > \n" - "> > > +\tpower-domains@00160000 {\n" + "> > > +\tpower-domains at 00160000 {\n" "> > > +\t\tcompatible = \"samsung,exynos5440-power-domains\", \"simple-bus\";\n" "> > > +\t\treg = <0x00160000 0x1000>;\n" "> > > +\t\t#address-cells = <1>;\n" "> > > +\t\t#size-cells = <0>;\n" "> > > +\n" - "> > > +\t\tpd_pcie: pcie-power-domain@6 {\n" + "> > > +\t\tpd_pcie: pcie-power-domain at 6 {\n" "> > > +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n" "> > > +\t\t\treg = <6>;\n" "> > > +\t\t};\n" "> > > +\n" - "> > > +\t\tpd_conn2: conn2-power-domain@7 {\n" + "> > > +\t\tpd_conn2: conn2-power-domain at 7 {\n" "> > > +\t\t\tcompatible = \"samsung,exynos5440-pd\";\n" "> > > +\t\t\treg = <7>;\n" "> > > +\t\t};\n" "> > > +\t};\n" "> > > +\n" - "> > > \tgic:interrupt-controller@2E0000 {\n" + "> > > \tgic:interrupt-controller at 2E0000 {\n" "> > > \t\tcompatible = \"arm,cortex-a15-gic\";\n" "> > > \t\t#interrupt-cells = <3>;\n" "> > > @@ -192,6 +209,7 @@\n" @@ -211,7 +201,7 @@ "> > > +\t\tsamsung,power-domain = <&pd_conn2>;\n" "> > > \t};\n" "> > > \n" - "> > > \tohci@220000 {\n" + "> > > \tohci at 220000 {\n" "> > > @@ -248,6 +267,7 @@\n" "> > > \t\tinterrupts = <0 29 0>;\n" "> > > \t\tclocks = <&clock 24>;\n" @@ -219,7 +209,7 @@ "> > > +\t\tsamsung,power-domain = <&pd_conn2>;\n" "> > > \t};\n" "> > > \n" - "> > > \tehci@221000 {\n" + "> > > \tehci at 221000 {\n" "> > > @@ -256,6 +276,7 @@\n" "> > > \t\tinterrupts = <0 29 0>;\n" "> > > \t\tclocks = <&clock 24>;\n" @@ -227,7 +217,7 @@ "> > > +\t\tsamsung,power-domain = <&pd_conn2>;\n" "> > > \t};\n" "> > > \n" - "> > > \tpcie@290000 {\n" + "> > > \tpcie at 290000 {\n" "> > > @@ -275,6 +296,7 @@\n" "> > > \t\t#interrupt-cells = <1>;\n" "> > > \t\tinterrupt-map-mask = <0 0 0 0>;\n" @@ -235,7 +225,7 @@ "> > > +\t\tsamsung,power-domain = <&pd_pcie>;\n" "> > > \t};\n" "> > > \n" - "> > > \tpcie@2a0000 {\n" + "> > > \tpcie at 2a0000 {\n" "> > > @@ -294,5 +316,6 @@\n" "> > > \t\t#interrupt-cells = <1>;\n" "> > > \t\tinterrupt-map-mask = <0 0 0 0>;\n" @@ -244,4 +234,4 @@ "> > > \t};\n" > > > }; -3beb7e905effd3057867be63b7d13efc634f9d1913d8a971ddf95e518218612a +aa5c013be1daff8bb6200f3b02457eb15314ee6f34723c5314f0357d9d459062
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.