diff for duplicates of <562DF8BE.4060205@linaro.org> diff --git a/a/1.txt b/N1/1.txt index da02bac..c1f616b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ -On 16/10/15 09:39, andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote: -> From: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> +On 16/10/15 09:39, andrew-ct.chen at mediatek.com wrote: +> From: Andrew-CT Chen <andrew-ct.chen@mediatek.com> > > Add Mediatek MT8173 EFUSE Devicetree binding file > -> Signed-off-by: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> +> Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com> Looks good to me, minor comment below. @@ -42,14 +42,14 @@ Can we make the compatible more generic for mediatek socs? Like > + > +Example: > + -> + efuse: efuse@10206000 { +> + efuse: efuse at 10206000 { > + compatible = "mediatek,mt8173-efuse"; > + reg = <0 0x10206000 0 0x1000>; > + #address-cells = <1>; > + #size-cells = <1>; > + > + /* Data cells */ -> + thermal_calibration: calib@528 { +> + thermal_calibration: calib at 528 { > + reg = <0x528 0xc>; > + }; > + }; @@ -65,7 +65,3 @@ Can we make the compatible more generic for mediatek socs? Like > + nvmem-cell-names = "calibration"; > + }; > --- -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 d0b77e1..e3c6795 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,33 +1,19 @@ "ref\01444984751-4572-1-git-send-email-andrew-ct.chen@mediatek.com\0" "ref\01444984751-4572-2-git-send-email-andrew-ct.chen@mediatek.com\0" - "ref\01444984751-4572-2-git-send-email-andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" - "From\0Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH 1/3] dt-bindings: add document of mediatek efuse driver\0" + "From\0srinivas.kandagatla@linaro.org (Srinivas Kandagatla)\0" + "Subject\0[PATCH 1/3] dt-bindings: add document of mediatek efuse driver\0" "Date\0Mon, 26 Oct 2015 09:56:14 +0000\0" - "To\0andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" - "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" - Rob 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> - Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "\n" "\n" - "On 16/10/15 09:39, andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote:\n" - "> From: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n" + "On 16/10/15 09:39, andrew-ct.chen at mediatek.com wrote:\n" + "> From: Andrew-CT Chen <andrew-ct.chen@mediatek.com>\n" ">\n" "> Add Mediatek MT8173 EFUSE Devicetree binding file\n" ">\n" - "> Signed-off-by: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n" + "> Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com>\n" "\n" "Looks good to me, minor comment below.\n" "\n" @@ -64,14 +50,14 @@ "> +\n" "> +Example:\n" "> +\n" - "> +\tefuse: efuse@10206000 {\n" + "> +\tefuse: efuse at 10206000 {\n" "> +\t\tcompatible = \"mediatek,mt8173-efuse\";\n" "> +\t\treg\t = <0 0x10206000 0 0x1000>;\n" "> +\t\t#address-cells = <1>;\n" "> +\t\t#size-cells = <1>;\n" "> +\n" "> +\t\t/* Data cells */\n" - "> +\t\tthermal_calibration: calib@528 {\n" + "> +\t\tthermal_calibration: calib at 528 {\n" "> +\t\t\treg = <0x528 0xc>;\n" "> +\t\t};\n" "> +\t};\n" @@ -86,10 +72,6 @@ "> +\t\tnvmem-cells = <&thermal_calibration>;\n" "> +\t\tnvmem-cell-names = \"calibration\";\n" "> +\t};\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 + > -1beee1573274af6a2e487e4fb21bde3e43cc4e1a7fa2eb56f9c7d3d490ade14c +de2582daf0673bc21b6a4c822df18cea02c4a5cc211a435da36eebe92e023b7e
diff --git a/a/1.txt b/N2/1.txt index da02bac..63d4646 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,11 +1,11 @@ -On 16/10/15 09:39, andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote: -> From: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> +On 16/10/15 09:39, andrew-ct.chen@mediatek.com wrote: +> From: Andrew-CT Chen <andrew-ct.chen@mediatek.com> > > Add Mediatek MT8173 EFUSE Devicetree binding file > -> Signed-off-by: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> +> Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com> Looks good to me, minor comment below. @@ -65,7 +65,3 @@ Can we make the compatible more generic for mediatek socs? Like > + nvmem-cell-names = "calibration"; > + }; > --- -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 d0b77e1..9f08464 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,33 +1,32 @@ "ref\01444984751-4572-1-git-send-email-andrew-ct.chen@mediatek.com\0" "ref\01444984751-4572-2-git-send-email-andrew-ct.chen@mediatek.com\0" - "ref\01444984751-4572-2-git-send-email-andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" - "From\0Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "From\0Srinivas Kandagatla <srinivas.kandagatla@linaro.org>\0" "Subject\0Re: [PATCH 1/3] dt-bindings: add document of mediatek efuse driver\0" "Date\0Mon, 26 Oct 2015 09:56:14 +0000\0" - "To\0andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" - "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" - Rob 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> - Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org\0" + "To\0andrew-ct.chen@mediatek.com\0" + "Cc\0Maxime Ripard <maxime.ripard@free-electrons.com>" + Rob 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> + Matthias Brugger <matthias.bgg@gmail.com> + Sascha Hauer <s.hauer@pengutronix.de> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-mediatek@lists.infradead.org + linux-kernel@vger.kernel.org + " srv_heupstream@mediatek.com\0" "\00:1\0" "b\0" "\n" "\n" - "On 16/10/15 09:39, andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org wrote:\n" - "> From: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n" + "On 16/10/15 09:39, andrew-ct.chen@mediatek.com wrote:\n" + "> From: Andrew-CT Chen <andrew-ct.chen@mediatek.com>\n" ">\n" "> Add Mediatek MT8173 EFUSE Devicetree binding file\n" ">\n" - "> Signed-off-by: Andrew-CT Chen <andrew-ct.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\n" + "> Signed-off-by: Andrew-CT Chen <andrew-ct.chen@mediatek.com>\n" "\n" "Looks good to me, minor comment below.\n" "\n" @@ -86,10 +85,6 @@ "> +\t\tnvmem-cells = <&thermal_calibration>;\n" "> +\t\tnvmem-cell-names = \"calibration\";\n" "> +\t};\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 + > -1beee1573274af6a2e487e4fb21bde3e43cc4e1a7fa2eb56f9c7d3d490ade14c +5f42ae5aec4f98b7ee181852cd348935671ff062c8509ea284ffa6bfb2ad7118
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.