diff for duplicates of <1433748471.15883.14.camel@mtksdaap41> diff --git a/a/1.txt b/N1/1.txt index 2939652..54b8636 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,14 +3,14 @@ Hi Stephen, On Fri, 2015-06-05 at 17:59 -0700, Stephen Boyd wrote: > Perhaps an example would be best. In DT we would have: > -> vencsys: vencsys@10000 { +> vencsys: vencsys at 10000 { > compatible = "mtk,vencsys"; > reg = <0x10000 0x1000>; > #clock-cells = <1>; > #reset-cells = <1>; > }; > -> myconsumer@12000 { +> myconsumer at 12000 { > compatible = "mtk,vencsys"; > reg = <0x12000 0x100>; > clocks = <&vencsys 10>; @@ -61,7 +61,7 @@ drivers (such as SMI driver). > And similar things could be done for the reset driver. > -It looks like there is only one DT node (vencsys@10000) but there are +It looks like there is only one DT node (vencsys at 10000) but there are several drivers refer to this DT node, and then we use a dummy driver (or a "top driver") to aggregate drivers with different features (clk, reset etc.). @@ -83,8 +83,3 @@ Sascha, do you have comments for these 3 solutions? Best regards, James - --- -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 6efab8f..c47c5c1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,25 +5,10 @@ "ref\020150604210212.GM676@codeaurora.org\0" "ref\01433468737.14416.7.camel@mtksdaap41\0" "ref\020150606005912.GC29237@codeaurora.org\0" - "ref\020150606005912.GC29237-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0James Liao <jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0" - "Subject\0Re: [PATCH 0/5] Add Mediatek MT8173 subsystem clocks support\0" + "From\0jamesjj.liao@mediatek.com (James Liao)\0" + "Subject\0[PATCH 0/5] Add Mediatek MT8173 subsystem clocks support\0" "Date\0Mon, 8 Jun 2015 15:27:51 +0800\0" - "To\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - " Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" - "Cc\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>" - Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Henry Chen <henryc.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - Ricky Liang <jcliang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Yingjoe Chen <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Stephen,\n" @@ -31,14 +16,14 @@ "On Fri, 2015-06-05 at 17:59 -0700, Stephen Boyd wrote:\n" "> Perhaps an example would be best. In DT we would have:\n" "> \n" - "> \tvencsys: vencsys@10000 {\n" + "> \tvencsys: vencsys at 10000 {\n" "> \t\tcompatible = \"mtk,vencsys\";\n" "> \t\treg = <0x10000 0x1000>;\n" "> \t\t#clock-cells = <1>;\n" "> \t\t#reset-cells = <1>;\n" "> \t};\n" "> \n" - "> \tmyconsumer@12000 {\n" + "> \tmyconsumer at 12000 {\n" "> \t\tcompatible = \"mtk,vencsys\";\n" "> \t\treg = <0x12000 0x100>;\n" "> \t\tclocks = <&vencsys 10>;\n" @@ -89,7 +74,7 @@ "> And similar things could be done for the reset driver.\n" "> \n" "\n" - "It looks like there is only one DT node (vencsys@10000) but there are\n" + "It looks like there is only one DT node (vencsys at 10000) but there are\n" "several drivers refer to this DT node, and then we use a dummy driver\n" "(or a \"top driver\") to aggregate drivers with different features (clk,\n" "reset etc.).\n" @@ -110,11 +95,6 @@ "\n" "Best regards,\n" "\n" - "James\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 + James -cb2bb435431a0e84726e34082be376fe4bd7ea5f15a27fb1b52dbec453d1442e +5e50b998af9e98c32cc8e46b861ba67c60dc07ce79021dfda73a10ec71896f50
diff --git a/a/1.txt b/N2/1.txt index 2939652..9def054 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -83,8 +83,3 @@ Sascha, do you have comments for these 3 solutions? Best regards, James - --- -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 6efab8f..d4c2d5c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,25 +5,24 @@ "ref\020150604210212.GM676@codeaurora.org\0" "ref\01433468737.14416.7.camel@mtksdaap41\0" "ref\020150606005912.GC29237@codeaurora.org\0" - "ref\020150606005912.GC29237-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0James Liao <jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>\0" + "From\0James Liao <jamesjj.liao@mediatek.com>\0" "Subject\0Re: [PATCH 0/5] Add Mediatek MT8173 subsystem clocks support\0" "Date\0Mon, 8 Jun 2015 15:27:51 +0800\0" - "To\0Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>" - " Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" - "Cc\0Sascha Hauer <s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>" - Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> - srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Henry Chen <henryc.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - Ricky Liang <jcliang-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Yingjoe Chen <yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - Eddie Huang <eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0Stephen Boyd <sboyd@codeaurora.org>" + " Sascha Hauer <kernel@pengutronix.de>\0" + "Cc\0Sascha Hauer <s.hauer@pengutronix.de>" + Mike Turquette <mturquette@linaro.org> + <srv_heupstream@mediatek.com> + <devicetree@vger.kernel.org> + <linux-kernel@vger.kernel.org> + Henry Chen <henryc.chen@mediatek.com> + Ricky Liang <jcliang@chromium.org> + Rob Herring <robh+dt@kernel.org> + <linux-mediatek@lists.infradead.org> + Matthias Brugger <matthias.bgg@gmail.com> + Yingjoe Chen <yingjoe.chen@mediatek.com> + Eddie Huang <eddie.huang@mediatek.com> + " <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" "Hi Stephen,\n" @@ -110,11 +109,6 @@ "\n" "Best regards,\n" "\n" - "James\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 + James -cb2bb435431a0e84726e34082be376fe4bd7ea5f15a27fb1b52dbec453d1442e +91e259dd9a372210d4585ce3d0bdd63c4f44ff6cdd5067d15c5cda3032ab991d
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.