diff for duplicates of <56330E6E.50003@samsung.com> diff --git a/a/1.txt b/N1/1.txt index ff3a5cf..f69588e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -26,7 +26,7 @@ Best regards, Krzysztof > -> Signed-off-by: Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Pavel Fedin <p.fedin@samsung.com> > --- > .../bindings/arm/samsung/exynos-srom.txt | 50 +++++++++++++++++++++- > 1 file changed, 48 insertions(+), 2 deletions(-) @@ -62,14 +62,14 @@ Krzysztof > + of 1 is used. > + > +Example: basic definition, no banks are configured -> sromc@12570000 { +> sromc at 12570000 { > compatible = "samsung,exynos-srom"; > - reg = <0x12570000 0x10>; > + reg = <0x12570000 0x14>; > + }; > + > +Example: SROMc with smsc 911x ethernet chip on bank 3 -> + sromc@12570000 { +> + sromc at 12570000 { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; @@ -77,7 +77,7 @@ Krzysztof > + compatible = "samsung,exynos-srom"; > + reg = <0x12570000 0x14>; > + -> + ethernet@07000000 { +> + ethernet at 07000000 { > + compatible = "smsc,lan9115"; > + reg = <0x07000000 0x10000>; > + phy-mode = "mii"; @@ -92,9 +92,4 @@ Krzysztof > + samsung,srom-timing = <1 9 12 1 9 1 1>; > + }; > }; -> - --- -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 b973f2d..8ac4f03 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,9 @@ "ref\0cover.1446122247.git.p.fedin@samsung.com\0" "ref\0f1fbd1a7877090f4318705f0fccbf4d96c0ebc9c.1446122247.git.p.fedin@samsung.com\0" - "ref\0f1fbd1a7877090f4318705f0fccbf4d96c0ebc9c.1446122247.git.p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH v4 1/4] Documentation: dt-bindings: Describe SROMc configuration\0" + "From\0k.kozlowski@samsung.com (Krzysztof Kozlowski)\0" + "Subject\0[PATCH v4 1/4] Documentation: dt-bindings: Describe SROMc configuration\0" "Date\0Fri, 30 Oct 2015 15:30:06 +0900\0" - "To\0Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> - Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - " Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 29.10.2015 21:42, Pavel Fedin wrote:\n" @@ -45,7 +34,7 @@ "Krzysztof\n" "\n" "> \n" - "> Signed-off-by: Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>\n" "> ---\n" "> .../bindings/arm/samsung/exynos-srom.txt | 50 +++++++++++++++++++++-\n" "> 1 file changed, 48 insertions(+), 2 deletions(-)\n" @@ -81,14 +70,14 @@ "> +\t\t\t of 1 is used.\n" "> +\n" "> +Example: basic definition, no banks are configured\n" - "> \tsromc@12570000 {\n" + "> \tsromc at 12570000 {\n" "> \t\tcompatible = \"samsung,exynos-srom\";\n" "> -\t\treg = <0x12570000 0x10>;\n" "> +\t\treg = <0x12570000 0x14>;\n" "> +\t};\n" "> +\n" "> +Example: SROMc with smsc 911x ethernet chip on bank 3\n" - "> +\tsromc@12570000 {\n" + "> +\tsromc at 12570000 {\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\t\tranges;\n" @@ -96,7 +85,7 @@ "> +\t\tcompatible = \"samsung,exynos-srom\";\n" "> +\t\treg = <0x12570000 0x14>;\n" "> +\n" - "> +\t\tethernet@07000000 {\n" + "> +\t\tethernet at 07000000 {\n" "> +\t\t\tcompatible = \"smsc,lan9115\";\n" "> +\t\t\treg = <0x07000000 0x10000>;\n" "> +\t\t\tphy-mode = \"mii\";\n" @@ -111,11 +100,6 @@ "> +\t\t\tsamsung,srom-timing = <1 9 12 1 9 1 1>;\n" "> +\t\t};\n" "> \t};\n" - "> \n" - "\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 + > -1fe7e57904e4e7567237a18427f3c43cb631273cd7244732abbab246d5f7c77f +f44dc80f54c16c4f63841399ee0a42cffaa09f0adb941bd880ee2d6d7a0faa5c
diff --git a/a/1.txt b/N2/1.txt index ff3a5cf..46d9eb9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -26,7 +26,7 @@ Best regards, Krzysztof > -> Signed-off-by: Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Pavel Fedin <p.fedin@samsung.com> > --- > .../bindings/arm/samsung/exynos-srom.txt | 50 +++++++++++++++++++++- > 1 file changed, 48 insertions(+), 2 deletions(-) @@ -92,9 +92,4 @@ Krzysztof > + samsung,srom-timing = <1 9 12 1 9 1 1>; > + }; > }; -> - --- -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/N2/content_digest index b973f2d..95fac2e 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\0cover.1446122247.git.p.fedin@samsung.com\0" "ref\0f1fbd1a7877090f4318705f0fccbf4d96c0ebc9c.1446122247.git.p.fedin@samsung.com\0" - "ref\0f1fbd1a7877090f4318705f0fccbf4d96c0ebc9c.1446122247.git.p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Krzysztof Kozlowski <k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0" "Subject\0Re: [PATCH v4 1/4] Documentation: dt-bindings: Describe SROMc configuration\0" "Date\0Fri, 30 Oct 2015 15:30:06 +0900\0" - "To\0Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>" - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>" - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> - Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - " Kukjin Kim <kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "To\0Pavel Fedin <p.fedin@samsung.com>" + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-samsung-soc@vger.kernel.org + " linux-kernel@vger.kernel.org\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + " Kukjin Kim <kgene@kernel.org>\0" "\00:1\0" "b\0" "On 29.10.2015 21:42, Pavel Fedin wrote:\n" @@ -45,7 +44,7 @@ "Krzysztof\n" "\n" "> \n" - "> Signed-off-by: Pavel Fedin <p.fedin-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Pavel Fedin <p.fedin@samsung.com>\n" "> ---\n" "> .../bindings/arm/samsung/exynos-srom.txt | 50 +++++++++++++++++++++-\n" "> 1 file changed, 48 insertions(+), 2 deletions(-)\n" @@ -111,11 +110,6 @@ "> +\t\t\tsamsung,srom-timing = <1 9 12 1 9 1 1>;\n" "> +\t\t};\n" "> \t};\n" - "> \n" - "\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 + > -1fe7e57904e4e7567237a18427f3c43cb631273cd7244732abbab246d5f7c77f +299d3f2c3be265cfda71ebe9d95fb7db8198376a8def6c184bd48694a73bf0cb
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.