diff for duplicates of <20150414135647.GG28709@leverpostej> diff --git a/a/1.txt b/N1/1.txt index 87aa0fc..d279bdf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,28 +1,28 @@ -> > > smi_common:smi@14022000 { -> > > compatible = “mediate, mt8173-smi”; +> > > smi_common:smi at 14022000 { +> > > compatible = ?mediate, mt8173-smi?; > > > reg = <0 0x14022000 0 0x1000>; > > > clocks = <&mmsys MM_SMI_COMMON>; -> > > clocks-names = “smi_common”; +> > > clocks-names = ?smi_common?; > > > }; > > > -> > > larb0: larb@14021000 { -> > > compatible = “mediate, mt8173-smi-larb”; +> > > larb0: larb at 14021000 { +> > > compatible = ?mediate, mt8173-smi-larb?; > > > reg = <0 0x14021000 0 0x1000>; > > > smi = <&smi_common>; > > > clocks = <&mmsys MM_SMI_LARB0>, > > > <&mmsys MM_SMI_LARB0>; -> > > clocks-names = “apb_clk”, “smi_clk”; +> > > clocks-names = ?apb_clk?, ?smi_clk?; > > > }; > > > -> > > larb1: larb@16010000 { -> > > compatible = “mediate, mt8173-smi-larb”; +> > > larb1: larb at 16010000 { +> > > compatible = ?mediate, mt8173-smi-larb?; > > > reg = <0 0x16010000 0 0x1000>; > > > smi = <&smi_common>; > > > clocks = <&vdecsys VDEC_CKEN>, > > > <&mmsys VDEC_LARB_CKEN>; -> > > clocks-names = “apb_clk”, “smi_clk”; +> > > clocks-names = ?apb_clk?, ?smi_clk?; > > > }; -> > > … +> > > ? > > > In some local arbiter, the source clock of the APB clock and the > > > SMI clock may be the same, like larb0. so the two clocks are the same. > > > And they may be different in other local arbiteres, like larb1. @@ -40,12 +40,12 @@ > and the smi clock(they have the same clock source). > And I prepare to delete "_clk" in all the clock-names. > So it may be like this: -> smi_common:smi@14022000 { -> compatible = “mediate, mt8173-smi”; +> smi_common:smi at 14022000 { +> compatible = ?mediate, mt8173-smi?; > reg = <0 0x14022000 0 0x1000>; > clocks = <&mmsys MM_SMI_COMMON>, > <&mmsys MM_SMI_COMMON>; -> clocks-names = “apk”,"smi"; +> clocks-names = ?apk?,"smi"; > }; > How about this? diff --git a/a/content_digest b/N1/content_digest index fce537b..b440b58 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,53 +4,37 @@ "ref\01429002474.14855.7.camel@mhfsdcap03\0" "ref\020150414100657.GB28709@leverpostej\0" "ref\01429019389.16264.5.camel@mhfsdcap03\0" - "From\0Mark Rutland <mark.rutland@arm.com>\0" - "Subject\0Re: [PATCH 3/5] dt-bindings: mediatek: Add smi dts binding\0" + "From\0mark.rutland@arm.com (Mark Rutland)\0" + "Subject\0[PATCH 3/5] dt-bindings: mediatek: Add smi dts binding\0" "Date\0Tue, 14 Apr 2015 14:56:47 +0100\0" - "To\0Yong Wu <yong.wu@mediatek.com>\0" - "Cc\0Rob Herring <robh+dt@kernel.org>" - Joerg Roedel <joro@8bytes.org> - Matthias Brugger <matthias.bgg@gmail.com> - Robin Murphy <Robin.Murphy@arm.com> - Will Deacon <Will.Deacon@arm.com> - Daniel Kurtz <djkurtz@google.com> - Tomasz Figa <tfiga@google.com> - Lucas Stach <l.stach@pengutronix.de> - Catalin Marinas <Catalin.Marinas@arm.com> - linux-mediatek@lists.infradead.org <linux-mediatek@lists.infradead.org> - Sasha Hauer <kernel@pengutronix.de> - srv_heupstream@mediatek.com <srv_heupstream@mediatek.com> - devicetree@vger.kernel.org <devicetree@vger.kernel.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - " iommu@lists.linux-foundation.org <iommu@lists.linux-foundation.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" - "> > > smi_common:smi@14022000 {\n" - "> > > compatible = \342\200\234mediate, mt8173-smi\342\200\235;\n" + "> > > smi_common:smi at 14022000 {\n" + "> > > compatible = ?mediate, mt8173-smi?;\n" "> > > reg = <0 0x14022000 0 0x1000>;\n" "> > > clocks = <&mmsys MM_SMI_COMMON>;\n" - "> > > clocks-names = \342\200\234smi_common\342\200\235;\n" + "> > > clocks-names = ?smi_common?;\n" "> > > };\n" "> > > \n" - "> > > larb0: larb@14021000 {\n" - "> > > compatible = \342\200\234mediate, mt8173-smi-larb\342\200\235;\n" + "> > > larb0: larb at 14021000 {\n" + "> > > compatible = ?mediate, mt8173-smi-larb?;\n" "> > > reg = <0 0x14021000 0 0x1000>;\n" "> > > smi = <&smi_common>;\n" "> > > clocks = <&mmsys MM_SMI_LARB0>, \n" "> > > \t\t \t<&mmsys MM_SMI_LARB0>;\n" - "> > > clocks-names = \342\200\234apb_clk\342\200\235, \342\200\234smi_clk\342\200\235;\n" + "> > > clocks-names = ?apb_clk?, ?smi_clk?;\n" "> > > };\n" "> > > \n" - "> > > larb1: larb@16010000 {\n" - "> > > compatible = \342\200\234mediate, mt8173-smi-larb\342\200\235;\n" + "> > > larb1: larb at 16010000 {\n" + "> > > compatible = ?mediate, mt8173-smi-larb?;\n" "> > > reg = <0 0x16010000 0 0x1000>;\n" "> > > smi = <&smi_common>;\n" "> > > clocks = <&vdecsys VDEC_CKEN>, \n" "> > > \t\t\t <&mmsys VDEC_LARB_CKEN>;\n" - "> > > clocks-names = \342\200\234apb_clk\342\200\235, \342\200\234smi_clk\342\200\235;\n" + "> > > clocks-names = ?apb_clk?, ?smi_clk?;\n" "> > > };\n" - "> > > \342\200\246 \n" + "> > > ? \n" "> > > In some local arbiter, the source clock of the APB clock and the\n" "> > > SMI clock may be the same, like larb0. so the two clocks are the same.\n" "> > > And they may be different in other local arbiteres, like larb1. \n" @@ -68,12 +52,12 @@ "> and the smi clock(they have the same clock source).\n" "> And I prepare to delete \"_clk\" in all the clock-names.\n" "> So it may be like this:\n" - "> smi_common:smi@14022000 {\n" - "> compatible = \342\200\234mediate, mt8173-smi\342\200\235;\n" + "> smi_common:smi at 14022000 {\n" + "> compatible = ?mediate, mt8173-smi?;\n" "> reg = <0 0x14022000 0 0x1000>;\n" "> clocks = <&mmsys MM_SMI_COMMON>, \n" "> \t\t\t <&mmsys MM_SMI_COMMON>;\n" - "> clocks-names = \342\200\234apk\342\200\235,\"smi\";\n" + "> clocks-names = ?apk?,\"smi\";\n" "> };\n" "> How about this?\n" "\n" @@ -82,4 +66,4 @@ "\n" Mark. -8e598b674c2609f8a048bcb0f80f24f73d4859d8508c90d26a9981f18b03ef09 +d6f36c3c2a13b6932657e180eaae3f8837e8f816b8f28dd532bb4895865b65e4
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.