diff for duplicates of <531FF852.8090502@samsung.com> diff --git a/a/1.txt b/N1/1.txt index f11fa56..ebdc198 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,7 +16,7 @@ On 03/11/2014 10:09 PM, Tomasz Figa wrote: > > Those properties are well-defined in "ntc,ncp15wb473" DT bindings documentation. There is no need to repeat them here. > ->> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> >> --- >> arch/arm/boot/dts/exynos4412-trats2.dts | 21 +++++++++++++++++++++ >> 1 file changed, 21 insertions(+) @@ -29,13 +29,13 @@ On 03/11/2014 10:09 PM, Tomasz Figa wrote: >> }; >> }; >> ->> + adc: adc@126C0000 { +>> + adc: adc at 126C0000 { >> + vdd-supply = <&ldo3_reg>; >> + status = "okay"; >> + ->> + ncp15wb473@0 { +>> + ncp15wb473 at 0 { > -> style: Nodes should have generic names, e.g. thermistor@0. +> style: Nodes should have generic names, e.g. thermistor at 0. > > Also if node name is suffixed with @unit-address, then the node should have a reg property with its first entry corresponding to the unit-address. Now there is no physical unit-address definition for those thermistors, so they shouldn't use this naming pattern, but rather something like "thermistor-0" or "thermistor-ap". @@ -48,7 +48,7 @@ OK I'll rename thermistor dt name. >> + io-channels = <&adc 1>; /* AP temperature */ >> + }; >> + ->> + ncp15wb473@1 { +>> + ncp15wb473 at 1 { >> + compatible = "ntc,ncp15wb473"; >> + pullup-uv = <1800000>; /* VCC_1.8V_AP */ >> + pullup-ohm = <100000>; /* 100K */ @@ -62,7 +62,3 @@ OK, I'll move ntc_thermistor node outside of ADC dt node. Best Regards, Chanwoo Choi --- -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 22d23c5..1c44063 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,10 @@ "ref\01394524494-30641-1-git-send-email-cw00.choi@samsung.com\0" "ref\01394524494-30641-6-git-send-email-cw00.choi@samsung.com\0" "ref\0531F0AEC.7010606@samsung.com\0" - "ref\0531F0AEC.7010606-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Subject\0Re: [PATCH 5/5] ARM: dts: exynos4412-trats2: Add ADC's dt data to get temperature of SoC/battery\0" + "From\0cw00.choi@samsung.com (Chanwoo Choi)\0" + "Subject\0[PATCH 5/5] ARM: dts: exynos4412-trats2: Add ADC's dt data to get temperature of SoC/battery\0" "Date\0Wed, 12 Mar 2014 15:01:54 +0900\0" - "To\0Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org - pawel.moll-5wv7dgnIgG8@public.gmane.org - mark.rutland-5wv7dgnIgG8@public.gmane.org - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org - " linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Tomasz,\n" @@ -38,7 +25,7 @@ "> \n" "> Those properties are well-defined in \"ntc,ncp15wb473\" DT bindings documentation. There is no need to repeat them here.\n" "> \n" - ">> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + ">> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>\n" ">> ---\n" ">> arch/arm/boot/dts/exynos4412-trats2.dts | 21 +++++++++++++++++++++\n" ">> 1 file changed, 21 insertions(+)\n" @@ -51,13 +38,13 @@ ">> };\n" ">> };\n" ">>\n" - ">> + adc: adc@126C0000 {\n" + ">> + adc: adc at 126C0000 {\n" ">> + vdd-supply = <&ldo3_reg>;\n" ">> + status = \"okay\";\n" ">> +\n" - ">> + ncp15wb473@0 {\n" + ">> + ncp15wb473 at 0 {\n" "> \n" - "> style: Nodes should have generic names, e.g. thermistor@0.\n" + "> style: Nodes should have generic names, e.g. thermistor at 0.\n" "> \n" "> Also if node name is suffixed with @unit-address, then the node should have a reg property with its first entry corresponding to the unit-address. Now there is no physical unit-address definition for those thermistors, so they shouldn't use this naming pattern, but rather something like \"thermistor-0\" or \"thermistor-ap\".\n" "\n" @@ -70,7 +57,7 @@ ">> + io-channels = <&adc 1>; /* AP temperature */\n" ">> + };\n" ">> +\n" - ">> + ncp15wb473@1 {\n" + ">> + ncp15wb473 at 1 {\n" ">> + compatible = \"ntc,ncp15wb473\";\n" ">> + pullup-uv = <1800000>; /* VCC_1.8V_AP */\n" ">> + pullup-ohm = <100000>; /* 100K */\n" @@ -83,10 +70,6 @@ "OK, I'll move ntc_thermistor node outside of ADC dt node.\n" "\n" "Best Regards,\n" - "Chanwoo Choi\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 + Chanwoo Choi -2b0e995e789f79e2677c81dc14927224fddfb53b704789c07b1e741240e757e4 +9cda5cadb8f3560ee085e26570b777a1c0c4887d2aa6fc8c6b2d29f1e6c3274b
diff --git a/a/1.txt b/N2/1.txt index f11fa56..718ba21 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -16,7 +16,7 @@ On 03/11/2014 10:09 PM, Tomasz Figa wrote: > > Those properties are well-defined in "ntc,ncp15wb473" DT bindings documentation. There is no need to repeat them here. > ->> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org> +>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> >> --- >> arch/arm/boot/dts/exynos4412-trats2.dts | 21 +++++++++++++++++++++ >> 1 file changed, 21 insertions(+) @@ -62,7 +62,3 @@ OK, I'll move ntc_thermistor node outside of ADC dt node. Best Regards, Chanwoo Choi --- -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 22d23c5..f94c307 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,23 +1,22 @@ "ref\01394524494-30641-1-git-send-email-cw00.choi@samsung.com\0" "ref\01394524494-30641-6-git-send-email-cw00.choi@samsung.com\0" "ref\0531F0AEC.7010606@samsung.com\0" - "ref\0531F0AEC.7010606-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org\0" - "From\0Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" + "From\0Chanwoo Choi <cw00.choi@samsung.com>\0" "Subject\0Re: [PATCH 5/5] ARM: dts: exynos4412-trats2: Add ADC's dt data to get temperature of SoC/battery\0" "Date\0Wed, 12 Mar 2014 15:01:54 +0900\0" - "To\0Tomasz Figa <t.figa-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0kgene.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org" - linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - kyungmin.park-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org - rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org - pawel.moll-5wv7dgnIgG8@public.gmane.org - mark.rutland-5wv7dgnIgG8@public.gmane.org - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org - " linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org\0" + "To\0Tomasz Figa <t.figa@samsung.com>\0" + "Cc\0kgene.kim@samsung.com" + linux-samsung-soc@vger.kernel.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + kyungmin.park@samsung.com + rob.herring@calxeda.com + pawel.moll@arm.com + mark.rutland@arm.com + swarren@wwwdotorg.org + ijc+devicetree@hellion.org.uk + " linux@arm.linux.org.uk\0" "\00:1\0" "b\0" "Hi Tomasz,\n" @@ -38,7 +37,7 @@ "> \n" "> Those properties are well-defined in \"ntc,ncp15wb473\" DT bindings documentation. There is no need to repeat them here.\n" "> \n" - ">> Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\n" + ">> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>\n" ">> ---\n" ">> arch/arm/boot/dts/exynos4412-trats2.dts | 21 +++++++++++++++++++++\n" ">> 1 file changed, 21 insertions(+)\n" @@ -83,10 +82,6 @@ "OK, I'll move ntc_thermistor node outside of ADC dt node.\n" "\n" "Best Regards,\n" - "Chanwoo Choi\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 + Chanwoo Choi -2b0e995e789f79e2677c81dc14927224fddfb53b704789c07b1e741240e757e4 +fe359c3dab7baed2ebc534a1a7bb4f95a9e99cd415e2bb01d7214d79e0b278c7
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.