All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54EA18AB.10507@suse.de>

diff --git a/a/1.txt b/N1/1.txt
index e38c0b3..7662e90 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,7 +15,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommus = <&sysmmu_g2d>;
 >  	};
 >  
->  	mfc: codec@11000000 {
+>  	mfc: codec at 11000000 {
 > @@ -233,6 +234,8 @@
 >  		power-domains = <&pd_mfc>;
 >  		clocks = <&clock CLK_MFC>;
@@ -24,7 +24,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommu-names = "left", "right";
 >  	};
 >  
->  	rtc: rtc@101E0000 {
+>  	rtc: rtc at 101E0000 {
 > @@ -693,6 +696,7 @@
 >  		power-domains = <&pd_gsc>;
 >  		clocks = <&clock CLK_GSCL0>;
@@ -32,7 +32,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommu = <&sysmmu_gsc1>;
 >  	};
 >  
->  	gsc_1:  gsc@13e10000 {
+>  	gsc_1:  gsc at 13e10000 {
 > @@ -702,6 +706,7 @@
 >  		power-domains = <&pd_gsc>;
 >  		clocks = <&clock CLK_GSCL1>;
@@ -40,7 +40,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommu = <&sysmmu_gsc1>;
 >  	};
 >  
->  	gsc_2:  gsc@13e20000 {
+>  	gsc_2:  gsc at 13e20000 {
 > @@ -711,6 +716,7 @@
 >  		power-domains = <&pd_gsc>;
 >  		clocks = <&clock CLK_GSCL2>;
@@ -48,7 +48,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommu = <&sysmmu_gsc2>;
 >  	};
 >  
->  	gsc_3:  gsc@13e30000 {
+>  	gsc_3:  gsc at 13e30000 {
 > @@ -720,6 +726,7 @@
 >  		power-domains = <&pd_gsc>;
 >  		clocks = <&clock CLK_GSCL3>;
@@ -64,7 +64,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommus = <&sysmmu_tv>;
 >  	};
 >  
->  	dp_phy: video-phy@10040720 {
+>  	dp_phy: video-phy at 10040720 {
 > @@ -763,6 +771,7 @@
 >  		power-domains = <&pd_disp1>;
 >  		clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;
@@ -72,13 +72,13 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		iommus = <&sysmmu_fimd1>;
 >  	};
 >  
->  	adc: adc@12D10000 {
+>  	adc: adc at 12D10000 {
 > @@ -784,4 +793,245 @@
 >  		clocks = <&clock CLK_SSS>;
 >  		clock-names = "secss";
 >  	};
 > +
-> +	sysmmu_gsc0: sysmmu@13E80000 {
+> +	sysmmu_gsc0: sysmmu at 13E80000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13E80000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -89,7 +89,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_gsc1: sysmmu@13E90000 {
+> +	sysmmu_gsc1: sysmmu at 13E90000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13E90000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -100,7 +100,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_gsc2: sysmmu@13EA0000 {
+> +	sysmmu_gsc2: sysmmu at 13EA0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13EA0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -111,7 +111,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_gsc3: sysmmu@13EB0000 {
+> +	sysmmu_gsc3: sysmmu at 13EB0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13EB0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -122,7 +122,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_mfc_r: sysmmu@11200000 {
+> +	sysmmu_mfc_r: sysmmu at 11200000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x11200000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -133,7 +133,7 @@ Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_mfc_l: sysmmu@11210000 {
+> +	sysmmu_mfc_l: sysmmu at 11210000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x11210000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -151,7 +151,7 @@ Regards,
 Andreas
 
 > +
-> +	sysmmu_tv: sysmmu@14650000 {
+> +	sysmmu_tv: sysmmu at 14650000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x14650000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -162,7 +162,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimd1: sysmmu@14640000 {
+> +	sysmmu_fimd1: sysmmu at 14640000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x14640000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -173,7 +173,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_g2d: sysmmu@10A60000 {
+> +	sysmmu_g2d: sysmmu at 10A60000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x10A60000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -183,7 +183,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_rotator: sysmmu@11D40000 {
+> +	sysmmu_rotator: sysmmu at 11D40000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x11D40000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -193,7 +193,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_jpeg: sysmmu@11F20000 {
+> +	sysmmu_jpeg: sysmmu at 11F20000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x11F20000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -204,7 +204,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_isp: sysmmu@13260000 {
+> +	sysmmu_fimc_isp: sysmmu at 13260000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13260000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -214,7 +214,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_drc: sysmmu@13270000 {
+> +	sysmmu_fimc_drc: sysmmu at 13270000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13270000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -224,7 +224,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_fd: sysmmu@132A0000 {
+> +	sysmmu_fimc_fd: sysmmu at 132A0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132A0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -234,7 +234,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_scc: sysmmu@13280000 {
+> +	sysmmu_fimc_scc: sysmmu at 13280000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13280000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -244,7 +244,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_scp: sysmmu@13290000 {
+> +	sysmmu_fimc_scp: sysmmu at 13290000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13290000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -254,7 +254,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_mcuctl: sysmmu@132B0000 {
+> +	sysmmu_fimc_mcuctl: sysmmu at 132B0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132B0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -264,7 +264,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_odc: sysmmu@132C0000 {
+> +	sysmmu_fimc_odc: sysmmu at 132C0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132C0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -274,7 +274,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_dis0: sysmmu@132D0000 {
+> +	sysmmu_fimc_dis0: sysmmu at 132D0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132D0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -284,7 +284,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_dis1: sysmmu@132E0000{
+> +	sysmmu_fimc_dis1: sysmmu at 132E0000{
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132E0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -294,7 +294,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_3dnr: sysmmu@132F0000 {
+> +	sysmmu_fimc_3dnr: sysmmu at 132F0000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x132F0000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -304,7 +304,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_lite0: sysmmu@13C40000 {
+> +	sysmmu_fimc_lite0: sysmmu at 13C40000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13C40000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -315,7 +315,7 @@ Andreas
 > +		#iommu-cells = <0>;
 > +	};
 > +
-> +	sysmmu_fimc_lite1: sysmmu@13C50000 {
+> +	sysmmu_fimc_lite1: sysmmu at 13C50000 {
 > +		compatible = "samsung,exynos-sysmmu";
 > +		reg = <0x13C50000 0x1000>;
 > +		interrupt-parent = <&combiner>;
@@ -328,6 +328,6 @@ Andreas
 >  };
 
 -- 
-SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
-GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
-Graham Norton; HRB 21284 (AG Nürnberg)
+SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
+GF: Felix Imend?rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
+Graham Norton; HRB 21284 (AG N?rnberg)
diff --git a/a/content_digest b/N1/content_digest
index 9ec7b2a..cdeaaff 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,29 +1,9 @@
  "ref\01422028288-891-1-git-send-email-m.szyprowski@samsung.com\0"
  "ref\01422028288-891-5-git-send-email-m.szyprowski@samsung.com\0"
- "From\0Andreas F\303\244rber <afaerber@suse.de>\0"
- "Subject\0Re: [PATCH v5 04/18] ARM: dts: exynos5250: add sysmmu nodes\0"
+ "From\0afaerber@suse.de (Andreas F\303\244rber)\0"
+ "Subject\0[PATCH v5 04/18] ARM: dts: exynos5250: add sysmmu nodes\0"
  "Date\0Sun, 22 Feb 2015 18:58:03 +0100\0"
- "To\0Marek Szyprowski <m.szyprowski@samsung.com>"
-  iommu@lists.linux-foundation.org
-  linux-samsung-soc@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
- "Cc\0linaro-mm-sig@lists.linaro.org"
-  Arnd Bergmann <arnd@arndb.de>
-  Shaik Ameer Basha <shaik.ameer@samsung.com>
-  Cho KyongHo <pullip.cho@samsung.com>
-  Joerg Roedel <joro@8bytes.org>
-  Thierry Reding <treding@nvidia.com>
-  Olof Johansson <olof@lixom.net>
-  Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-  Rob Herring <robh@kernel.org>
-  Will Deacon <will.deacon@arm.com>
-  David Wodhouse <dwmw2@infradead.org>
-  Inki Dae <inki.dae@samsung.com>
-  Kukjin Kim <kgene@kernel.org>
-  Tomasz Figa <tomasz.figa@gmail.com>
-  Kyungmin Park <kyungmin.park@samsung.com>
-  Joonyoung Shim <jy0922.shim@samsung.com>
- " Seung-Woo Kim <sw0312.kim@samsung.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Am 23.01.2015 um 16:51 schrieb Marek Szyprowski:\n"
@@ -43,7 +23,7 @@
  "> +\t\tiommus = <&sysmmu_g2d>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tmfc: codec@11000000 {\n"
+ ">  \tmfc: codec at 11000000 {\n"
  "> @@ -233,6 +234,8 @@\n"
  ">  \t\tpower-domains = <&pd_mfc>;\n"
  ">  \t\tclocks = <&clock CLK_MFC>;\n"
@@ -52,7 +32,7 @@
  "> +\t\tiommu-names = \"left\", \"right\";\n"
  ">  \t};\n"
  ">  \n"
- ">  \trtc: rtc@101E0000 {\n"
+ ">  \trtc: rtc at 101E0000 {\n"
  "> @@ -693,6 +696,7 @@\n"
  ">  \t\tpower-domains = <&pd_gsc>;\n"
  ">  \t\tclocks = <&clock CLK_GSCL0>;\n"
@@ -60,7 +40,7 @@
  "> +\t\tiommu = <&sysmmu_gsc1>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tgsc_1:  gsc@13e10000 {\n"
+ ">  \tgsc_1:  gsc at 13e10000 {\n"
  "> @@ -702,6 +706,7 @@\n"
  ">  \t\tpower-domains = <&pd_gsc>;\n"
  ">  \t\tclocks = <&clock CLK_GSCL1>;\n"
@@ -68,7 +48,7 @@
  "> +\t\tiommu = <&sysmmu_gsc1>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tgsc_2:  gsc@13e20000 {\n"
+ ">  \tgsc_2:  gsc at 13e20000 {\n"
  "> @@ -711,6 +716,7 @@\n"
  ">  \t\tpower-domains = <&pd_gsc>;\n"
  ">  \t\tclocks = <&clock CLK_GSCL2>;\n"
@@ -76,7 +56,7 @@
  "> +\t\tiommu = <&sysmmu_gsc2>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tgsc_3:  gsc@13e30000 {\n"
+ ">  \tgsc_3:  gsc at 13e30000 {\n"
  "> @@ -720,6 +726,7 @@\n"
  ">  \t\tpower-domains = <&pd_gsc>;\n"
  ">  \t\tclocks = <&clock CLK_GSCL3>;\n"
@@ -92,7 +72,7 @@
  "> +\t\tiommus = <&sysmmu_tv>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tdp_phy: video-phy@10040720 {\n"
+ ">  \tdp_phy: video-phy at 10040720 {\n"
  "> @@ -763,6 +771,7 @@\n"
  ">  \t\tpower-domains = <&pd_disp1>;\n"
  ">  \t\tclocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>;\n"
@@ -100,13 +80,13 @@
  "> +\t\tiommus = <&sysmmu_fimd1>;\n"
  ">  \t};\n"
  ">  \n"
- ">  \tadc: adc@12D10000 {\n"
+ ">  \tadc: adc at 12D10000 {\n"
  "> @@ -784,4 +793,245 @@\n"
  ">  \t\tclocks = <&clock CLK_SSS>;\n"
  ">  \t\tclock-names = \"secss\";\n"
  ">  \t};\n"
  "> +\n"
- "> +\tsysmmu_gsc0: sysmmu@13E80000 {\n"
+ "> +\tsysmmu_gsc0: sysmmu at 13E80000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13E80000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -117,7 +97,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_gsc1: sysmmu@13E90000 {\n"
+ "> +\tsysmmu_gsc1: sysmmu at 13E90000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13E90000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -128,7 +108,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_gsc2: sysmmu@13EA0000 {\n"
+ "> +\tsysmmu_gsc2: sysmmu at 13EA0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13EA0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -139,7 +119,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_gsc3: sysmmu@13EB0000 {\n"
+ "> +\tsysmmu_gsc3: sysmmu at 13EB0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13EB0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -150,7 +130,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_mfc_r: sysmmu@11200000 {\n"
+ "> +\tsysmmu_mfc_r: sysmmu at 11200000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x11200000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -161,7 +141,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_mfc_l: sysmmu@11210000 {\n"
+ "> +\tsysmmu_mfc_l: sysmmu at 11210000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x11210000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -179,7 +159,7 @@
  "Andreas\n"
  "\n"
  "> +\n"
- "> +\tsysmmu_tv: sysmmu@14650000 {\n"
+ "> +\tsysmmu_tv: sysmmu at 14650000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x14650000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -190,7 +170,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimd1: sysmmu@14640000 {\n"
+ "> +\tsysmmu_fimd1: sysmmu at 14640000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x14640000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -201,7 +181,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_g2d: sysmmu@10A60000 {\n"
+ "> +\tsysmmu_g2d: sysmmu at 10A60000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x10A60000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -211,7 +191,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_rotator: sysmmu@11D40000 {\n"
+ "> +\tsysmmu_rotator: sysmmu at 11D40000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x11D40000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -221,7 +201,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_jpeg: sysmmu@11F20000 {\n"
+ "> +\tsysmmu_jpeg: sysmmu at 11F20000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x11F20000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -232,7 +212,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_isp: sysmmu@13260000 {\n"
+ "> +\tsysmmu_fimc_isp: sysmmu at 13260000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13260000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -242,7 +222,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_drc: sysmmu@13270000 {\n"
+ "> +\tsysmmu_fimc_drc: sysmmu at 13270000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13270000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -252,7 +232,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_fd: sysmmu@132A0000 {\n"
+ "> +\tsysmmu_fimc_fd: sysmmu at 132A0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132A0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -262,7 +242,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_scc: sysmmu@13280000 {\n"
+ "> +\tsysmmu_fimc_scc: sysmmu at 13280000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13280000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -272,7 +252,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_scp: sysmmu@13290000 {\n"
+ "> +\tsysmmu_fimc_scp: sysmmu at 13290000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13290000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -282,7 +262,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_mcuctl: sysmmu@132B0000 {\n"
+ "> +\tsysmmu_fimc_mcuctl: sysmmu at 132B0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132B0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -292,7 +272,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_odc: sysmmu@132C0000 {\n"
+ "> +\tsysmmu_fimc_odc: sysmmu at 132C0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132C0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -302,7 +282,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_dis0: sysmmu@132D0000 {\n"
+ "> +\tsysmmu_fimc_dis0: sysmmu at 132D0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132D0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -312,7 +292,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_dis1: sysmmu@132E0000{\n"
+ "> +\tsysmmu_fimc_dis1: sysmmu at 132E0000{\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132E0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -322,7 +302,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_3dnr: sysmmu@132F0000 {\n"
+ "> +\tsysmmu_fimc_3dnr: sysmmu at 132F0000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x132F0000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -332,7 +312,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_lite0: sysmmu@13C40000 {\n"
+ "> +\tsysmmu_fimc_lite0: sysmmu at 13C40000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13C40000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -343,7 +323,7 @@
  "> +\t\t#iommu-cells = <0>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\tsysmmu_fimc_lite1: sysmmu@13C50000 {\n"
+ "> +\tsysmmu_fimc_lite1: sysmmu at 13C50000 {\n"
  "> +\t\tcompatible = \"samsung,exynos-sysmmu\";\n"
  "> +\t\treg = <0x13C50000 0x1000>;\n"
  "> +\t\tinterrupt-parent = <&combiner>;\n"
@@ -356,8 +336,8 @@
  ">  };\n"
  "\n"
  "-- \n"
- "SUSE Linux GmbH, Maxfeldstr. 5, 90409 N\303\274rnberg, Germany\n"
- "GF: Felix Imend\303\266rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,\n"
- "Graham Norton; HRB 21284 (AG N\303\274rnberg)"
+ "SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany\n"
+ "GF: Felix Imend?rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,\n"
+ Graham Norton; HRB 21284 (AG N?rnberg)
 
-2b9c0bc42dff697237871c1a20fb0c8429255c9d8154ad2daddb33ef3aa16ab4
+bdabb1f6413f226141d2524b286482adb62e04b8d6499f0cbd538c0e6a057318

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.