diff for duplicates of <1364877661-26086-5-git-send-email-linux@prisktech.co.nz> diff --git a/a/1.txt b/N1/1.txt index aa9e38c..1dbecb2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -17,7 +17,7 @@ index cf31ced..8e87aa9 100644 #gpio-cells = <3>; }; -+ pinctrl: pinctrl at d8110000 { ++ pinctrl: pinctrl@d8110000 { + compatible = "via,vt8500-pinctrl"; + reg = <0xd8110000 0x10000>; + interrupt-controller; @@ -26,7 +26,7 @@ index cf31ced..8e87aa9 100644 + #gpio-cells = <2>; + }; + - pmc at d8130000 { + pmc@d8130000 { compatible = "via,vt8500-pmc"; reg = <0xd8130000 0x1000>; diff --git a/arch/arm/boot/dts/wm8505.dtsi b/arch/arm/boot/dts/wm8505.dtsi @@ -37,7 +37,7 @@ index e74a1c0..e4f768a 100644 #gpio-cells = <3>; }; -+ pinctrl: pinctrl at d8110000 { ++ pinctrl: pinctrl@d8110000 { + compatible = "wm,wm8505-pinctrl"; + reg = <0xd8110000 0x10000>; + interrupt-controller; @@ -46,7 +46,7 @@ index e74a1c0..e4f768a 100644 + #gpio-cells = <2>; + }; + - pmc at d8130000 { + pmc@d8130000 { compatible = "via,vt8500-pmc"; reg = <0xd8130000 0x1000>; diff --git a/arch/arm/boot/dts/wm8650.dtsi b/arch/arm/boot/dts/wm8650.dtsi @@ -57,7 +57,7 @@ index db3c0a1..01b6a8d 100644 #gpio-cells = <3>; }; -+ pinctrl: pinctrl at d8110000 { ++ pinctrl: pinctrl@d8110000 { + compatible = "wm,wm8650-pinctrl"; + reg = <0xd8110000 0x10000>; + interrupt-controller; @@ -66,7 +66,7 @@ index db3c0a1..01b6a8d 100644 + #gpio-cells = <2>; + }; + - pmc at d8130000 { + pmc@d8130000 { compatible = "via,vt8500-pmc"; reg = <0xd8130000 0x1000>; diff --git a/arch/arm/boot/dts/wm8850.dtsi b/arch/arm/boot/dts/wm8850.dtsi @@ -77,7 +77,7 @@ index e8cbfdc..297aa05 100644 #gpio-cells = <3>; }; -+ pinctrl: pinctrl at d8110000 { ++ pinctrl: pinctrl@d8110000 { + compatible = "wm,wm8850-pinctrl"; + reg = <0xd8110000 0x10000>; + interrupt-controller; @@ -86,7 +86,7 @@ index e8cbfdc..297aa05 100644 + #gpio-cells = <2>; + }; + - pmc at d8130000 { + pmc@d8130000 { compatible = "via,vt8500-pmc"; reg = <0xd8130000 0x1000>; -- diff --git a/a/content_digest b/N1/content_digest index 0994d73..1ad4eab 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,13 @@ "ref\01364877661-26086-1-git-send-email-linux@prisktech.co.nz\0" - "From\0linux@prisktech.co.nz (Tony Prisk)\0" + "From\0Tony Prisk <linux@prisktech.co.nz>\0" "Subject\0[PATCHv4 4/6] arm: dts: vt8500: Update Wondermedia SoC dtsi files for pinctrl driver\0" "Date\0Tue, 2 Apr 2013 17:40:59 +1300\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0linus.walleij@linaro.org\0" + "Cc\0swarren@wwwdotorg.org" + linux-arm-kernel@lists.infradead.org + vt8500-wm8505-linux-kernel@googlegroups.com + linux-kernel@vger.kernel.org + " Tony Prisk <linux@prisktech.co.nz>\0" "\00:1\0" "b\0" "This patch adds pinctrl nodes to the VIA VT8500 and Wondermedia SoC dtsi\n" @@ -24,7 +29,7 @@ " \t\t\t#gpio-cells = <3>;\n" " \t\t};\n" " \n" - "+\t\tpinctrl: pinctrl at d8110000 {\n" + "+\t\tpinctrl: pinctrl@d8110000 {\n" "+\t\t\tcompatible = \"via,vt8500-pinctrl\";\n" "+\t\t\treg = <0xd8110000 0x10000>;\n" "+\t\t\tinterrupt-controller;\n" @@ -33,7 +38,7 @@ "+\t\t\t#gpio-cells = <2>;\n" "+\t\t};\n" "+\n" - " \t\tpmc at d8130000 {\n" + " \t\tpmc@d8130000 {\n" " \t\t\tcompatible = \"via,vt8500-pmc\";\n" " \t\t\treg = <0xd8130000 0x1000>;\n" "diff --git a/arch/arm/boot/dts/wm8505.dtsi b/arch/arm/boot/dts/wm8505.dtsi\n" @@ -44,7 +49,7 @@ " \t\t\t#gpio-cells = <3>;\n" " \t\t};\n" " \n" - "+\t\tpinctrl: pinctrl at d8110000 {\n" + "+\t\tpinctrl: pinctrl@d8110000 {\n" "+\t\t\tcompatible = \"wm,wm8505-pinctrl\";\n" "+\t\t\treg = <0xd8110000 0x10000>;\n" "+\t\t\tinterrupt-controller;\n" @@ -53,7 +58,7 @@ "+\t\t\t#gpio-cells = <2>;\n" "+\t\t};\n" "+\n" - " \t\tpmc at d8130000 {\n" + " \t\tpmc@d8130000 {\n" " \t\t\tcompatible = \"via,vt8500-pmc\";\n" " \t\t\treg = <0xd8130000 0x1000>;\n" "diff --git a/arch/arm/boot/dts/wm8650.dtsi b/arch/arm/boot/dts/wm8650.dtsi\n" @@ -64,7 +69,7 @@ " \t\t\t#gpio-cells = <3>;\n" " \t\t};\n" " \n" - "+\t\tpinctrl: pinctrl at d8110000 {\n" + "+\t\tpinctrl: pinctrl@d8110000 {\n" "+\t\t\tcompatible = \"wm,wm8650-pinctrl\";\n" "+\t\t\treg = <0xd8110000 0x10000>;\n" "+\t\t\tinterrupt-controller;\n" @@ -73,7 +78,7 @@ "+\t\t\t#gpio-cells = <2>;\n" "+\t\t};\n" "+\n" - " \t\tpmc at d8130000 {\n" + " \t\tpmc@d8130000 {\n" " \t\t\tcompatible = \"via,vt8500-pmc\";\n" " \t\t\treg = <0xd8130000 0x1000>;\n" "diff --git a/arch/arm/boot/dts/wm8850.dtsi b/arch/arm/boot/dts/wm8850.dtsi\n" @@ -84,7 +89,7 @@ " \t\t\t#gpio-cells = <3>;\n" " \t\t};\n" " \n" - "+\t\tpinctrl: pinctrl at d8110000 {\n" + "+\t\tpinctrl: pinctrl@d8110000 {\n" "+\t\t\tcompatible = \"wm,wm8850-pinctrl\";\n" "+\t\t\treg = <0xd8110000 0x10000>;\n" "+\t\t\tinterrupt-controller;\n" @@ -93,10 +98,10 @@ "+\t\t\t#gpio-cells = <2>;\n" "+\t\t};\n" "+\n" - " \t\tpmc at d8130000 {\n" + " \t\tpmc@d8130000 {\n" " \t\t\tcompatible = \"via,vt8500-pmc\";\n" " \t\t\treg = <0xd8130000 0x1000>;\n" "-- \n" 1.7.9.5 -e432268497544417514f662c37fec0dafa509abe54977c359961af4be466ee3e +a6fd21ec8f0be48be6903ed8adfa33c1d057fc498efd5aeab517cf1d78786ec5
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.