diff for duplicates of <535ACBC8.5090703@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 44f0413..6863307 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 25.04.2014 13:54, Pankaj Dubey wrote: > Add "samsung,syscon-phandle" property pointing to PMU node > to access PMU register via PMU regmap handle. > -> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 1 + > 1 file changed, 1 insertion(+) @@ -14,13 +14,13 @@ On 25.04.2014 13:54, Pankaj Dubey wrote: > --- a/arch/arm/boot/dts/exynos5250.dtsi > +++ b/arch/arm/boot/dts/exynos5250.dtsi > @@ -173,6 +173,7 @@ -> pmu_system_controller: system-controller@10040000 { +> pmu_system_controller: system-controller at 10040000 { > compatible = "samsung,exynos5250-pmu", "syscon"; > reg = <0x10040000 0x5000>; > + samsung,syscon-phandle = <&pmu_system_controller>; > }; > -> watchdog@101D0000 { +> watchdog at 101D0000 { > This looks strange. A node that refers back to itself. If I understand @@ -62,7 +62,3 @@ wouldn't require additional functions exported from the syscon driver. Best regards, Tomasz --- -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 2f3f7ea..67e47a6 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,20 +1,10 @@ "ref\01396425778-4379-1-git-send-email-pankaj.dubey@samsung.com\0" "ref\01398426857-5097-1-git-send-email-pankaj.dubey@samsung.com\0" "ref\01398426857-5097-2-git-send-email-pankaj.dubey@samsung.com\0" - "ref\01398426857-5097-2-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/5] ARM: dts: Add syscon handle in pmu node for exynos5250\0" + "From\0tomasz.figa@gmail.com (Tomasz Figa)\0" + "Subject\0[PATCH v2 1/5] ARM: dts: Add syscon handle in pmu node for exynos5250\0" "Date\0Fri, 25 Apr 2014 22:55:36 +0200\0" - "To\0Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>" - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" - robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - chow.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - " yg1004.jang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Pankaj,\n" @@ -23,7 +13,7 @@ "> Add \"samsung,syscon-phandle\" property pointing to PMU node\n" "> to access PMU register via PMU regmap handle.\n" ">\n" - "> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>\n" "> ---\n" "> arch/arm/boot/dts/exynos5250.dtsi | 1 +\n" "> 1 file changed, 1 insertion(+)\n" @@ -33,13 +23,13 @@ "> --- a/arch/arm/boot/dts/exynos5250.dtsi\n" "> +++ b/arch/arm/boot/dts/exynos5250.dtsi\n" "> @@ -173,6 +173,7 @@\n" - "> \tpmu_system_controller: system-controller@10040000 {\n" + "> \tpmu_system_controller: system-controller at 10040000 {\n" "> \t\tcompatible = \"samsung,exynos5250-pmu\", \"syscon\";\n" "> \t\treg = <0x10040000 0x5000>;\n" "> +\t\tsamsung,syscon-phandle = <&pmu_system_controller>;\n" "> \t};\n" ">\n" - "> \twatchdog@101D0000 {\n" + "> \twatchdog at 101D0000 {\n" ">\n" "\n" "This looks strange. A node that refers back to itself. If I understand \n" @@ -80,10 +70,6 @@ "wouldn't require additional functions exported from the syscon driver.\n" "\n" "Best regards,\n" - "Tomasz\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 + Tomasz -29b9e786ebbd35f6f414aea038e0adb5f3f4799204f417510244633971c7e1e5 +0db1d5c9db35fe89152ed10473c3027cb4059280c4dbcfb52f22502b1a1c8daa
diff --git a/a/1.txt b/N2/1.txt index 44f0413..90f0a2f 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -4,7 +4,7 @@ On 25.04.2014 13:54, Pankaj Dubey wrote: > Add "samsung,syscon-phandle" property pointing to PMU node > to access PMU register via PMU regmap handle. > -> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- > arch/arm/boot/dts/exynos5250.dtsi | 1 + > 1 file changed, 1 insertion(+) @@ -62,7 +62,3 @@ wouldn't require additional functions exported from the syscon driver. Best regards, Tomasz --- -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 2f3f7ea..6582df5 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,20 +1,19 @@ "ref\01396425778-4379-1-git-send-email-pankaj.dubey@samsung.com\0" "ref\01398426857-5097-1-git-send-email-pankaj.dubey@samsung.com\0" "ref\01398426857-5097-2-git-send-email-pankaj.dubey@samsung.com\0" - "ref\01398426857-5097-2-git-send-email-pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Tomasz Figa <tomasz.figa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Tomasz Figa <tomasz.figa@gmail.com>\0" "Subject\0Re: [PATCH v2 1/5] ARM: dts: Add syscon handle in pmu node for exynos5250\0" "Date\0Fri, 25 Apr 2014 22:55:36 +0200\0" - "To\0Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>" - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" - "Cc\0kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" - robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - chow.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - " yg1004.jang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" + "To\0Pankaj Dubey <pankaj.dubey@samsung.com>" + linux-samsung-soc@vger.kernel.org + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" + "Cc\0kgene.kim@samsung.com" + robh+dt@kernel.org + t.figa@samsung.com + chow.kim@samsung.com + " yg1004.jang@samsung.com\0" "\00:1\0" "b\0" "Hi Pankaj,\n" @@ -23,7 +22,7 @@ "> Add \"samsung,syscon-phandle\" property pointing to PMU node\n" "> to access PMU register via PMU regmap handle.\n" ">\n" - "> Signed-off-by: Pankaj Dubey <pankaj.dubey-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + "> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>\n" "> ---\n" "> arch/arm/boot/dts/exynos5250.dtsi | 1 +\n" "> 1 file changed, 1 insertion(+)\n" @@ -80,10 +79,6 @@ "wouldn't require additional functions exported from the syscon driver.\n" "\n" "Best regards,\n" - "Tomasz\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 + Tomasz -29b9e786ebbd35f6f414aea038e0adb5f3f4799204f417510244633971c7e1e5 +a0491b6f18ace4ec0394169f35af02c1dd42020a3e5371d86ac62ab676560cba
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.