diff for duplicates of <20171227041405.GA5286@X250> diff --git a/a/1.txt b/N1/1.txt index 9e5be6f..1026374 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,16 +2,16 @@ On Thu, Dec 21, 2017 at 10:44:20PM +0100, Arnd Bergmann wrote: > dtc warns about two 'clocks' properties that have an extraneous '1' > at the end: > -> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a -> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a:clocks[1]) -> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2190000/sgtl5000 at a -> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2190000/sgtl5000 at a:clocks[1]) +> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a +> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a:clocks[1]) +> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2190000/sgtl5000@a +> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2190000/sgtl5000@a:clocks[1]) > > The clocks that get referenced here are fixed-rate, so they do not > take any argument, and dtc interprets the next cell as a phandle, which > is invalid. > -> Signed-off-by: Arnd Bergmann <arnd@arndb.de> +> Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> Hi Arnd, @@ -21,3 +21,7 @@ Fabio [1] for that. Shawn [1] https://www.spinics.net/lists/arm-kernel/msg624303.html +-- +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 b9dbc31..e83a1cc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,24 +1,31 @@ "ref\020171221214432.3658852-1-arnd@arndb.de\0" - "From\0shawn.guo@linaro.org (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: ls1021a: fix incorrect clock references\0" + "ref\020171221214432.3658852-1-arnd-r2nGTMty4D4@public.gmane.org\0" + "From\0Shawn Guo <shawn.guo-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH] ARM: dts: ls1021a: fix incorrect clock references\0" "Date\0Wed, 27 Dec 2017 12:14:07 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0" + "Cc\0Jingchang Lu <b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>" + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On Thu, Dec 21, 2017 at 10:44:20PM +0100, Arnd Bergmann wrote:\n" "> dtc warns about two 'clocks' properties that have an extraneous '1'\n" "> at the end:\n" "> \n" - "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a\n" - "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a:clocks[1])\n" - "> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2190000/sgtl5000 at a\n" - "> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2190000/sgtl5000 at a:clocks[1])\n" + "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a\n" + "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a:clocks[1])\n" + "> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2190000/sgtl5000@a\n" + "> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2190000/sgtl5000@a:clocks[1])\n" "> \n" "> The clocks that get referenced here are fixed-rate, so they do not\n" "> take any argument, and dtc interprets the next cell as a phandle, which\n" "> is invalid.\n" "> \n" - "> Signed-off-by: Arnd Bergmann <arnd@arndb.de>\n" + "> Signed-off-by: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\n" "\n" "Hi Arnd,\n" "\n" @@ -27,6 +34,10 @@ "\n" "Shawn\n" "\n" - [1] https://www.spinics.net/lists/arm-kernel/msg624303.html + "[1] https://www.spinics.net/lists/arm-kernel/msg624303.html\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 -255819f03e494fa34b215e1cf28aa765a9f10242715bafbedd44ed6a8b4ad18e +9e21ed803cb957d0d856cb59ed8d551f15edb7cf914eb763fb563d606a174120
diff --git a/a/1.txt b/N2/1.txt index 9e5be6f..7351969 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -2,10 +2,10 @@ On Thu, Dec 21, 2017 at 10:44:20PM +0100, Arnd Bergmann wrote: > dtc warns about two 'clocks' properties that have an extraneous '1' > at the end: > -> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a -> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a:clocks[1]) -> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2190000/sgtl5000 at a -> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2190000/sgtl5000 at a:clocks[1]) +> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a +> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a:clocks[1]) +> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2190000/sgtl5000@a +> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2190000/sgtl5000@a:clocks[1]) > > The clocks that get referenced here are fixed-rate, so they do not > take any argument, and dtc interprets the next cell as a phandle, which diff --git a/a/content_digest b/N2/content_digest index b9dbc31..f79faa9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,24 @@ "ref\020171221214432.3658852-1-arnd@arndb.de\0" - "From\0shawn.guo@linaro.org (Shawn Guo)\0" - "Subject\0[PATCH] ARM: dts: ls1021a: fix incorrect clock references\0" + "From\0Shawn Guo <shawn.guo@linaro.org>\0" + "Subject\0Re: [PATCH] ARM: dts: ls1021a: fix incorrect clock references\0" "Date\0Wed, 27 Dec 2017 12:14:07 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0Jingchang Lu <b35083@freescale.com>" + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On Thu, Dec 21, 2017 at 10:44:20PM +0100, Arnd Bergmann wrote:\n" "> dtc warns about two 'clocks' properties that have an extraneous '1'\n" "> at the end:\n" "> \n" - "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a\n" - "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2180000/mux at 77/i2c at 4/sgtl5000 at 2a:clocks[1])\n" - "> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c at 2190000/sgtl5000 at a\n" - "> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller at 1400000 or bad phandle (referred from /soc/i2c at 2190000/sgtl5000 at a:clocks[1])\n" + "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a\n" + "> arch/arm/boot/dts/ls1021a-qds.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2180000/mux@77/i2c@4/sgtl5000@2a:clocks[1])\n" + "> Property 'clocks', cell 1 is not a phandle reference in /soc/i2c@2190000/sgtl5000@a\n" + "> arch/arm/boot/dts/ls1021a-twr.dtb: Warning (clocks_property): Missing property '#clock-cells' in node /soc/interrupt-controller@1400000 or bad phandle (referred from /soc/i2c@2190000/sgtl5000@a:clocks[1])\n" "> \n" "> The clocks that get referenced here are fixed-rate, so they do not\n" "> take any argument, and dtc interprets the next cell as a phandle, which\n" @@ -29,4 +35,4 @@ "\n" [1] https://www.spinics.net/lists/arm-kernel/msg624303.html -255819f03e494fa34b215e1cf28aa765a9f10242715bafbedd44ed6a8b4ad18e +321b258c5eaddef11d834bb307f996e47225fea09334d8aabf7fd265639ee41c
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.