diff for duplicates of <1506538500.30546.46.camel@synopsys.com> diff --git a/a/1.txt b/N1/1.txt index 134b9de..da56ffe 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,65 +1,65 @@ -On Wed, 2017-09-27@10:40 -0700, Vineet Gupta wrote: +On Wed, 2017-09-27 at 10:40 -0700, Vineet Gupta wrote: > On 09/22/2017 09:49 AM, Eugeniy Paltsev wrote: > > DW ethernet controller on HSDK hangs sometimes after SW reset, so > > add reset node to make possible to reset DW ethernet controller HW. > > -> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> > > --- > > Changes v2 -> v3: -> > ???* Remove v1 suffix as we finaly got rid of v1 suffix in reset -> > ?????driver and docs. -> > ???* Rename reset node to "reset-controller" for consistency with -> > ?????the other bindings. +> > * Remove v1 suffix as we finaly got rid of v1 suffix in reset +> > driver and docs. +> > * Rename reset node to "reset-controller" for consistency with +> > the other bindings. > > > > Changes v1 -> v2: -> > ???* Enable HSDK reset driver in hsdk_defconfig +> > * Enable HSDK reset driver in hsdk_defconfig > > -> > ? arch/arc/boot/dts/hsdk.dts??????| 9 +++++++++ -> > ? arch/arc/configs/hsdk_defconfig | 1 + -> > ? 2 files changed, 10 insertions(+) +> > arch/arc/boot/dts/hsdk.dts | 9 +++++++++ +> > arch/arc/configs/hsdk_defconfig | 1 + +> > 2 files changed, 10 insertions(+) > > > > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts > > index b922f3f..8adde1b 100644 > > --- a/arch/arc/boot/dts/hsdk.dts > > +++ b/arch/arc/boot/dts/hsdk.dts > > @@ -12,6 +12,7 @@ -> > ? /dts-v1/; -> > ?? -> > ? #include <dt-bindings/net/ti-dp83867.h> +> > /dts-v1/; +> > +> > #include <dt-bindings/net/ti-dp83867.h> > > +#include <dt-bindings/reset/snps,hsdk-reset.h> -> > ?? -> > ? / { -> > ?? model = "snps,hsdk"; +> > +> > / { +> > model = "snps,hsdk"; > > @@ -102,6 +103,12 @@ -> > ?? -> > ?? ranges = <0x00000000 0xf0000000 0x10000000>; -> > ?? -> > + cgu_rst: reset-controller at 8a0 { +> > +> > ranges = <0x00000000 0xf0000000 0x10000000>; +> > +> > + cgu_rst: reset-controller@8a0 { > > + compatible = "snps,hsdk-reset"; > > + #reset-cells = <1>; > > + reg = <0x8A0 0x4>, <0xFF0 0x4>; > > + }; > > + -> > ?? core_clk: core-clk at 0 { -> > ?? compatible = "snps,hsdk-core-pll-clock"; -> > ?? reg = <0x00 0x10>, <0x14B8 0x4>; +> > core_clk: core-clk@0 { +> > compatible = "snps,hsdk-core-pll-clock"; +> > reg = <0x00 0x10>, <0x14B8 0x4>; > > @@ -158,6 +165,8 @@ -> > ?? clocks = <&gmacclk>; -> > ?? clock-names = "stmmaceth"; -> > ?? phy-handle = <&phy0>; +> > clocks = <&gmacclk>; +> > clock-names = "stmmaceth"; +> > phy-handle = <&phy0>; > > + resets = <&cgu_rst HSDK_ETH_RESET>; > > + reset-names = "stmmaceth"; -> > ?? -> > ?? mdio { -> > ?? #address-cells = <1>; +> > +> > mdio { +> > #address-cells = <1>; > > diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig > > index 7b8f8fa..15f0f6b 100644 > > --- a/arch/arc/configs/hsdk_defconfig > > +++ b/arch/arc/configs/hsdk_defconfig > > @@ -63,6 +63,7 @@ CONFIG_MMC_SDHCI=y -> > ? CONFIG_MMC_SDHCI_PLTFM=y -> > ? CONFIG_MMC_DW=y -> > ? # CONFIG_IOMMU_SUPPORT is not set +> > CONFIG_MMC_SDHCI_PLTFM=y +> > CONFIG_MMC_DW=y +> > # CONFIG_IOMMU_SUPPORT is not set > > +CONFIG_RESET_HSDK=y > > Since we need this feature for our platform, better to just select it in Kconfig. @@ -70,10 +70,10 @@ Sure, I'm fine with it. > > -Vineet > -> > ? CONFIG_EXT3_FS=y -> > ? CONFIG_VFAT_FS=y -> > ? CONFIG_TMPFS=y +> > CONFIG_EXT3_FS=y +> > CONFIG_VFAT_FS=y +> > CONFIG_TMPFS=y > > -- -?Eugeniy Paltsev + Eugeniy Paltsev diff --git a/a/content_digest b/N1/content_digest index 68edde5..d53272f 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,73 +1,80 @@ "ref\020170922164911.1125-1-Eugeniy.Paltsev@synopsys.com\0" "ref\085347975-edd9-7658-e2cd-7fe1436c77bb@synopsys.com\0" - "From\0Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)\0" - "Subject\0[PATCH v3] ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset\0" + "ref\085347975-edd9-7658-e2cd-7fe1436c77bb-HKixBCOQz3hWk0Htik3J/w@public.gmane.org\0" + "From\0Eugeniy Paltsev <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>\0" + "Subject\0Re: [PATCH v3] ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset\0" "Date\0Wed, 27 Sep 2017 18:55:01 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org <Eugeniy.Paltsev-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>" + Vineet Gupta <Vineet.Gupta1-HKixBCOQz3hWk0Htik3J/w@public.gmane.org> + " linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org <linux-snps-arc-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0" + "Cc\0linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + Alexey Brodkin <Alexey.Brodkin-HKixBCOQz3hWk0Htik3J/w@public.gmane.org> + robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0" "\00:1\0" "b\0" - "On Wed, 2017-09-27@10:40 -0700, Vineet Gupta wrote:\n" + "On Wed, 2017-09-27 at 10:40 -0700, Vineet Gupta wrote:\n" "> On 09/22/2017 09:49 AM, Eugeniy Paltsev wrote:\n" "> > DW ethernet controller on HSDK hangs sometimes after SW reset, so\n" "> > add reset node to make possible to reset DW ethernet controller HW.\n" "> > \n" - "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" "> > ---\n" "> > Changes v2 -> v3:\n" - "> > ???* Remove v1 suffix as we finaly got rid of v1 suffix in reset\n" - "> > ?????driver and docs.\n" - "> > ???* Rename reset node to \"reset-controller\" for consistency with\n" - "> > ?????the other bindings.\n" + "> > \302\240\302\240\302\240* Remove v1 suffix as we finaly got rid of v1 suffix in reset\n" + "> > \302\240\302\240\302\240\302\240\302\240driver and docs.\n" + "> > \302\240\302\240\302\240* Rename reset node to \"reset-controller\" for consistency with\n" + "> > \302\240\302\240\302\240\302\240\302\240the other bindings.\n" "> > \n" "> > Changes v1 -> v2:\n" - "> > ???* Enable HSDK reset driver in hsdk_defconfig\n" + "> > \302\240\302\240\302\240* Enable HSDK reset driver in hsdk_defconfig\n" "> > \n" - "> > ? arch/arc/boot/dts/hsdk.dts??????| 9 +++++++++\n" - "> > ? arch/arc/configs/hsdk_defconfig | 1 +\n" - "> > ? 2 files changed, 10 insertions(+)\n" + "> > \302\240 arch/arc/boot/dts/hsdk.dts\302\240\302\240\302\240\302\240\302\240\302\240| 9 +++++++++\n" + "> > \302\240 arch/arc/configs/hsdk_defconfig | 1 +\n" + "> > \302\240 2 files changed, 10 insertions(+)\n" "> > \n" "> > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts\n" "> > index b922f3f..8adde1b 100644\n" "> > --- a/arch/arc/boot/dts/hsdk.dts\n" "> > +++ b/arch/arc/boot/dts/hsdk.dts\n" "> > @@ -12,6 +12,7 @@\n" - "> > ? /dts-v1/;\n" - "> > ??\n" - "> > ? #include <dt-bindings/net/ti-dp83867.h>\n" + "> > \302\240 /dts-v1/;\n" + "> > \302\240\302\240\n" + "> > \302\240 #include <dt-bindings/net/ti-dp83867.h>\n" "> > +#include <dt-bindings/reset/snps,hsdk-reset.h>\n" - "> > ??\n" - "> > ? / {\n" - "> > ??\tmodel = \"snps,hsdk\";\n" + "> > \302\240\302\240\n" + "> > \302\240 / {\n" + "> > \302\240\302\240\tmodel = \"snps,hsdk\";\n" "> > @@ -102,6 +103,12 @@\n" - "> > ??\n" - "> > ??\t\tranges = <0x00000000 0xf0000000 0x10000000>;\n" - "> > ??\n" - "> > +\t\tcgu_rst: reset-controller at 8a0 {\n" + "> > \302\240\302\240\n" + "> > \302\240\302\240\t\tranges = <0x00000000 0xf0000000 0x10000000>;\n" + "> > \302\240\302\240\n" + "> > +\t\tcgu_rst: reset-controller@8a0 {\n" "> > +\t\t\tcompatible = \"snps,hsdk-reset\";\n" "> > +\t\t\t#reset-cells = <1>;\n" "> > +\t\t\treg = <0x8A0 0x4>, <0xFF0 0x4>;\n" "> > +\t\t};\n" "> > +\n" - "> > ??\t\tcore_clk: core-clk at 0 {\n" - "> > ??\t\t\tcompatible = \"snps,hsdk-core-pll-clock\";\n" - "> > ??\t\t\treg = <0x00 0x10>, <0x14B8 0x4>;\n" + "> > \302\240\302\240\t\tcore_clk: core-clk@0 {\n" + "> > \302\240\302\240\t\t\tcompatible = \"snps,hsdk-core-pll-clock\";\n" + "> > \302\240\302\240\t\t\treg = <0x00 0x10>, <0x14B8 0x4>;\n" "> > @@ -158,6 +165,8 @@\n" - "> > ??\t\t\tclocks = <&gmacclk>;\n" - "> > ??\t\t\tclock-names = \"stmmaceth\";\n" - "> > ??\t\t\tphy-handle = <&phy0>;\n" + "> > \302\240\302\240\t\t\tclocks = <&gmacclk>;\n" + "> > \302\240\302\240\t\t\tclock-names = \"stmmaceth\";\n" + "> > \302\240\302\240\t\t\tphy-handle = <&phy0>;\n" "> > +\t\t\tresets = <&cgu_rst HSDK_ETH_RESET>;\n" "> > +\t\t\treset-names = \"stmmaceth\";\n" - "> > ??\n" - "> > ??\t\t\tmdio {\n" - "> > ??\t\t\t\t#address-cells = <1>;\n" + "> > \302\240\302\240\n" + "> > \302\240\302\240\t\t\tmdio {\n" + "> > \302\240\302\240\t\t\t\t#address-cells = <1>;\n" "> > diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig\n" "> > index 7b8f8fa..15f0f6b 100644\n" "> > --- a/arch/arc/configs/hsdk_defconfig\n" "> > +++ b/arch/arc/configs/hsdk_defconfig\n" "> > @@ -63,6 +63,7 @@ CONFIG_MMC_SDHCI=y\n" - "> > ? CONFIG_MMC_SDHCI_PLTFM=y\n" - "> > ? CONFIG_MMC_DW=y\n" - "> > ? # CONFIG_IOMMU_SUPPORT is not set\n" + "> > \302\240 CONFIG_MMC_SDHCI_PLTFM=y\n" + "> > \302\240 CONFIG_MMC_DW=y\n" + "> > \302\240 # CONFIG_IOMMU_SUPPORT is not set\n" "> > +CONFIG_RESET_HSDK=y\n" "> \n" "> Since we need this feature for our platform, better to just select it in Kconfig.\n" @@ -78,12 +85,12 @@ "> \n" "> -Vineet\n" "> \n" - "> > ? CONFIG_EXT3_FS=y\n" - "> > ? CONFIG_VFAT_FS=y\n" - "> > ? CONFIG_TMPFS=y\n" + "> > \302\240 CONFIG_EXT3_FS=y\n" + "> > \302\240 CONFIG_VFAT_FS=y\n" + "> > \302\240 CONFIG_TMPFS=y\n" "> \n" "> \n" "-- \n" - ?Eugeniy Paltsev + "\302\240Eugeniy Paltsev" -c435c032b42b79a8ba2321dc0d1c39b689f5d95e9ea5c08cb4f262e53c6ec9c0 +d5a0ee7e8fc920980d2666a88c75303dbe392de3d9c52beba7d91342a636a2ce
diff --git a/a/1.txt b/N2/1.txt index 134b9de..da56ffe 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,65 +1,65 @@ -On Wed, 2017-09-27@10:40 -0700, Vineet Gupta wrote: +On Wed, 2017-09-27 at 10:40 -0700, Vineet Gupta wrote: > On 09/22/2017 09:49 AM, Eugeniy Paltsev wrote: > > DW ethernet controller on HSDK hangs sometimes after SW reset, so > > add reset node to make possible to reset DW ethernet controller HW. > > -> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com> +> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> > > --- > > Changes v2 -> v3: -> > ???* Remove v1 suffix as we finaly got rid of v1 suffix in reset -> > ?????driver and docs. -> > ???* Rename reset node to "reset-controller" for consistency with -> > ?????the other bindings. +> > * Remove v1 suffix as we finaly got rid of v1 suffix in reset +> > driver and docs. +> > * Rename reset node to "reset-controller" for consistency with +> > the other bindings. > > > > Changes v1 -> v2: -> > ???* Enable HSDK reset driver in hsdk_defconfig +> > * Enable HSDK reset driver in hsdk_defconfig > > -> > ? arch/arc/boot/dts/hsdk.dts??????| 9 +++++++++ -> > ? arch/arc/configs/hsdk_defconfig | 1 + -> > ? 2 files changed, 10 insertions(+) +> > arch/arc/boot/dts/hsdk.dts | 9 +++++++++ +> > arch/arc/configs/hsdk_defconfig | 1 + +> > 2 files changed, 10 insertions(+) > > > > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts > > index b922f3f..8adde1b 100644 > > --- a/arch/arc/boot/dts/hsdk.dts > > +++ b/arch/arc/boot/dts/hsdk.dts > > @@ -12,6 +12,7 @@ -> > ? /dts-v1/; -> > ?? -> > ? #include <dt-bindings/net/ti-dp83867.h> +> > /dts-v1/; +> > +> > #include <dt-bindings/net/ti-dp83867.h> > > +#include <dt-bindings/reset/snps,hsdk-reset.h> -> > ?? -> > ? / { -> > ?? model = "snps,hsdk"; +> > +> > / { +> > model = "snps,hsdk"; > > @@ -102,6 +103,12 @@ -> > ?? -> > ?? ranges = <0x00000000 0xf0000000 0x10000000>; -> > ?? -> > + cgu_rst: reset-controller at 8a0 { +> > +> > ranges = <0x00000000 0xf0000000 0x10000000>; +> > +> > + cgu_rst: reset-controller@8a0 { > > + compatible = "snps,hsdk-reset"; > > + #reset-cells = <1>; > > + reg = <0x8A0 0x4>, <0xFF0 0x4>; > > + }; > > + -> > ?? core_clk: core-clk at 0 { -> > ?? compatible = "snps,hsdk-core-pll-clock"; -> > ?? reg = <0x00 0x10>, <0x14B8 0x4>; +> > core_clk: core-clk@0 { +> > compatible = "snps,hsdk-core-pll-clock"; +> > reg = <0x00 0x10>, <0x14B8 0x4>; > > @@ -158,6 +165,8 @@ -> > ?? clocks = <&gmacclk>; -> > ?? clock-names = "stmmaceth"; -> > ?? phy-handle = <&phy0>; +> > clocks = <&gmacclk>; +> > clock-names = "stmmaceth"; +> > phy-handle = <&phy0>; > > + resets = <&cgu_rst HSDK_ETH_RESET>; > > + reset-names = "stmmaceth"; -> > ?? -> > ?? mdio { -> > ?? #address-cells = <1>; +> > +> > mdio { +> > #address-cells = <1>; > > diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig > > index 7b8f8fa..15f0f6b 100644 > > --- a/arch/arc/configs/hsdk_defconfig > > +++ b/arch/arc/configs/hsdk_defconfig > > @@ -63,6 +63,7 @@ CONFIG_MMC_SDHCI=y -> > ? CONFIG_MMC_SDHCI_PLTFM=y -> > ? CONFIG_MMC_DW=y -> > ? # CONFIG_IOMMU_SUPPORT is not set +> > CONFIG_MMC_SDHCI_PLTFM=y +> > CONFIG_MMC_DW=y +> > # CONFIG_IOMMU_SUPPORT is not set > > +CONFIG_RESET_HSDK=y > > Since we need this feature for our platform, better to just select it in Kconfig. @@ -70,10 +70,10 @@ Sure, I'm fine with it. > > -Vineet > -> > ? CONFIG_EXT3_FS=y -> > ? CONFIG_VFAT_FS=y -> > ? CONFIG_TMPFS=y +> > CONFIG_EXT3_FS=y +> > CONFIG_VFAT_FS=y +> > CONFIG_TMPFS=y > > -- -?Eugeniy Paltsev + Eugeniy Paltsev diff --git a/a/content_digest b/N2/content_digest index 68edde5..9f539b0 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,73 +1,79 @@ "ref\020170922164911.1125-1-Eugeniy.Paltsev@synopsys.com\0" "ref\085347975-edd9-7658-e2cd-7fe1436c77bb@synopsys.com\0" - "From\0Eugeniy.Paltsev@synopsys.com (Eugeniy Paltsev)\0" - "Subject\0[PATCH v3] ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset\0" + "From\0Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\0" + "Subject\0Re: [PATCH v3] ARC: [plat-hsdk]: Add reset controller node to manage ethernet reset\0" "Date\0Wed, 27 Sep 2017 18:55:01 +0000\0" - "To\0linux-snps-arc@lists.infradead.org\0" + "To\0Eugeniy.Paltsev@synopsys.com <Eugeniy.Paltsev@synopsys.com>" + Vineet Gupta <Vineet.Gupta1@synopsys.com> + " linux-snps-arc@lists.infradead.org <linux-snps-arc@lists.infradead.org>\0" + "Cc\0linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>" + Alexey Brodkin <Alexey.Brodkin@synopsys.com> + robh+dt@kernel.org <robh+dt@kernel.org> + " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0" "\00:1\0" "b\0" - "On Wed, 2017-09-27@10:40 -0700, Vineet Gupta wrote:\n" + "On Wed, 2017-09-27 at 10:40 -0700, Vineet Gupta wrote:\n" "> On 09/22/2017 09:49 AM, Eugeniy Paltsev wrote:\n" "> > DW ethernet controller on HSDK hangs sometimes after SW reset, so\n" "> > add reset node to make possible to reset DW ethernet controller HW.\n" "> > \n" - "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev at synopsys.com>\n" + "> > Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>\n" "> > ---\n" "> > Changes v2 -> v3:\n" - "> > ???* Remove v1 suffix as we finaly got rid of v1 suffix in reset\n" - "> > ?????driver and docs.\n" - "> > ???* Rename reset node to \"reset-controller\" for consistency with\n" - "> > ?????the other bindings.\n" + "> > \302\240\302\240\302\240* Remove v1 suffix as we finaly got rid of v1 suffix in reset\n" + "> > \302\240\302\240\302\240\302\240\302\240driver and docs.\n" + "> > \302\240\302\240\302\240* Rename reset node to \"reset-controller\" for consistency with\n" + "> > \302\240\302\240\302\240\302\240\302\240the other bindings.\n" "> > \n" "> > Changes v1 -> v2:\n" - "> > ???* Enable HSDK reset driver in hsdk_defconfig\n" + "> > \302\240\302\240\302\240* Enable HSDK reset driver in hsdk_defconfig\n" "> > \n" - "> > ? arch/arc/boot/dts/hsdk.dts??????| 9 +++++++++\n" - "> > ? arch/arc/configs/hsdk_defconfig | 1 +\n" - "> > ? 2 files changed, 10 insertions(+)\n" + "> > \302\240 arch/arc/boot/dts/hsdk.dts\302\240\302\240\302\240\302\240\302\240\302\240| 9 +++++++++\n" + "> > \302\240 arch/arc/configs/hsdk_defconfig | 1 +\n" + "> > \302\240 2 files changed, 10 insertions(+)\n" "> > \n" "> > diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts\n" "> > index b922f3f..8adde1b 100644\n" "> > --- a/arch/arc/boot/dts/hsdk.dts\n" "> > +++ b/arch/arc/boot/dts/hsdk.dts\n" "> > @@ -12,6 +12,7 @@\n" - "> > ? /dts-v1/;\n" - "> > ??\n" - "> > ? #include <dt-bindings/net/ti-dp83867.h>\n" + "> > \302\240 /dts-v1/;\n" + "> > \302\240\302\240\n" + "> > \302\240 #include <dt-bindings/net/ti-dp83867.h>\n" "> > +#include <dt-bindings/reset/snps,hsdk-reset.h>\n" - "> > ??\n" - "> > ? / {\n" - "> > ??\tmodel = \"snps,hsdk\";\n" + "> > \302\240\302\240\n" + "> > \302\240 / {\n" + "> > \302\240\302\240\tmodel = \"snps,hsdk\";\n" "> > @@ -102,6 +103,12 @@\n" - "> > ??\n" - "> > ??\t\tranges = <0x00000000 0xf0000000 0x10000000>;\n" - "> > ??\n" - "> > +\t\tcgu_rst: reset-controller at 8a0 {\n" + "> > \302\240\302\240\n" + "> > \302\240\302\240\t\tranges = <0x00000000 0xf0000000 0x10000000>;\n" + "> > \302\240\302\240\n" + "> > +\t\tcgu_rst: reset-controller@8a0 {\n" "> > +\t\t\tcompatible = \"snps,hsdk-reset\";\n" "> > +\t\t\t#reset-cells = <1>;\n" "> > +\t\t\treg = <0x8A0 0x4>, <0xFF0 0x4>;\n" "> > +\t\t};\n" "> > +\n" - "> > ??\t\tcore_clk: core-clk at 0 {\n" - "> > ??\t\t\tcompatible = \"snps,hsdk-core-pll-clock\";\n" - "> > ??\t\t\treg = <0x00 0x10>, <0x14B8 0x4>;\n" + "> > \302\240\302\240\t\tcore_clk: core-clk@0 {\n" + "> > \302\240\302\240\t\t\tcompatible = \"snps,hsdk-core-pll-clock\";\n" + "> > \302\240\302\240\t\t\treg = <0x00 0x10>, <0x14B8 0x4>;\n" "> > @@ -158,6 +165,8 @@\n" - "> > ??\t\t\tclocks = <&gmacclk>;\n" - "> > ??\t\t\tclock-names = \"stmmaceth\";\n" - "> > ??\t\t\tphy-handle = <&phy0>;\n" + "> > \302\240\302\240\t\t\tclocks = <&gmacclk>;\n" + "> > \302\240\302\240\t\t\tclock-names = \"stmmaceth\";\n" + "> > \302\240\302\240\t\t\tphy-handle = <&phy0>;\n" "> > +\t\t\tresets = <&cgu_rst HSDK_ETH_RESET>;\n" "> > +\t\t\treset-names = \"stmmaceth\";\n" - "> > ??\n" - "> > ??\t\t\tmdio {\n" - "> > ??\t\t\t\t#address-cells = <1>;\n" + "> > \302\240\302\240\n" + "> > \302\240\302\240\t\t\tmdio {\n" + "> > \302\240\302\240\t\t\t\t#address-cells = <1>;\n" "> > diff --git a/arch/arc/configs/hsdk_defconfig b/arch/arc/configs/hsdk_defconfig\n" "> > index 7b8f8fa..15f0f6b 100644\n" "> > --- a/arch/arc/configs/hsdk_defconfig\n" "> > +++ b/arch/arc/configs/hsdk_defconfig\n" "> > @@ -63,6 +63,7 @@ CONFIG_MMC_SDHCI=y\n" - "> > ? CONFIG_MMC_SDHCI_PLTFM=y\n" - "> > ? CONFIG_MMC_DW=y\n" - "> > ? # CONFIG_IOMMU_SUPPORT is not set\n" + "> > \302\240 CONFIG_MMC_SDHCI_PLTFM=y\n" + "> > \302\240 CONFIG_MMC_DW=y\n" + "> > \302\240 # CONFIG_IOMMU_SUPPORT is not set\n" "> > +CONFIG_RESET_HSDK=y\n" "> \n" "> Since we need this feature for our platform, better to just select it in Kconfig.\n" @@ -78,12 +84,12 @@ "> \n" "> -Vineet\n" "> \n" - "> > ? CONFIG_EXT3_FS=y\n" - "> > ? CONFIG_VFAT_FS=y\n" - "> > ? CONFIG_TMPFS=y\n" + "> > \302\240 CONFIG_EXT3_FS=y\n" + "> > \302\240 CONFIG_VFAT_FS=y\n" + "> > \302\240 CONFIG_TMPFS=y\n" "> \n" "> \n" "-- \n" - ?Eugeniy Paltsev + "\302\240Eugeniy Paltsev" -c435c032b42b79a8ba2321dc0d1c39b689f5d95e9ea5c08cb4f262e53c6ec9c0 +1ba10b1db06c4eb01a64b0917d35b39b28279da05d182c07a4172942d26c9717
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.