diff for duplicates of <1345582058-2291-8-git-send-email-linux@prisktech.co.nz> diff --git a/a/content_digest b/N1/content_digest index a401c3a..f53128d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,28 @@ "ref\01345582058-2291-1-git-send-email-linux@prisktech.co.nz\0" "From\0Tony Prisk <linux@prisktech.co.nz>\0" "Subject\0[PATCHv3 7/9] arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices\0" - "Date\0Tue, 21 Aug 2012 20:47:36 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Wed, 22 Aug 2012 08:47:36 +1200\0" + "To\0vt8500-wm8505-linux-kernel@googlegroup.com\0" + "Cc\0Tony Prisk <linux@prisktech.co.nz>" + Russell King <linux@arm.linux.org.uk> + Alessandro Zummo <a.zummo@towertech.it> + Alan Cox <alan@linux.intel.com> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Florian Tobias Schandinat <FlorianSchandinat@gmx.de> + Arnd Bergmann <arnd@arndb.de> + Grant Likely <grant.likely@secretlab.ca> + Rob Herring <rob.herring@calxeda.com> + Rob Landley <rob@landley.net> + Linus Walleij <linus.walleij@stericsson.com> + Mike Turquette <mturquette@ti.com> + Stephen Warren <swarren@nvidia.com> + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + linux-fbdev@vger.kernel.org + linux-usb@vger.kernel.org + linux-serial@vger.kernel.org + rtc-linux@googlegroups.com + " devicetree-discuss@lists.ozlabs.org\0" "\00:1\0" "b\0" "Bindings for gpio, interrupt controller, power management controller,\n" @@ -434,4 +454,4 @@ "-- \n" 1.7.9.5 -c47319a636d5f0c631f49feea4a401acf39ef9ae21f712bfcf8675d8612cca3e +ddf16813493f687d552fcde99feef6ec5050128b0d7d7f7ebd4218038388dd37
diff --git a/a/1.txt b/N2/1.txt index d1cc0d8..cd3d8cc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -73,7 +73,7 @@ index 0000000..0a4ce10 + +Example: + -+ intc: interrupt-controller@d8140000 { ++ intc: interrupt-controller at d8140000 { + compatible = "via,vt8500-intc"; + interrupt-controller; + reg = <0xd8140000 0x10000>; @@ -94,7 +94,7 @@ index 0000000..521b9c7 + +Example: + -+ pmc@d8130000 { ++ pmc at d8130000 { + compatible = "via,vt8500-pmc"; + reg = <0xd8130000 0x1000>; + }; @@ -114,7 +114,7 @@ index 0000000..901c73f + +Example: + -+ timer@d8130100 { ++ timer at d8130100 { + compatible = "via,vt8500-timer"; + reg = <0xd8130100 0x28>; + interrupts = <36>; @@ -217,7 +217,7 @@ index 0000000..1a122bf + +Example: + -+ gpio: gpio-controller@d8110000 { ++ gpio: gpio-controller at d8110000 { + compatible = "via,vt8500-gpio"; + gpio-controller; + reg = <0xd8110000 0x10000>; @@ -243,7 +243,7 @@ index 0000000..3c0484c + +Example: + -+ rtc@d8100000 { ++ rtc at d8100000 { + compatible = "via,vt8500-rtc"; + reg = <0xd8100000 0x10000>; + interrupts = <48>; @@ -264,7 +264,7 @@ index 0000000..3222502 + +Example: + -+ uart@d8210000 { ++ uart at d8210000 { + compatible = "via,vt8500-uart"; + reg = <0xd8210000 0x1040>; + interrupts = <47>; @@ -285,7 +285,7 @@ index 0000000..a4fb071 + +Example: + -+ uhci@d8007b00 { ++ uhci at d8007b00 { + compatible = "platform-uhci"; + reg = <0xd8007b00 0x200>; + interrupts = <43>; @@ -306,7 +306,7 @@ index 0000000..17b3ad1 + +Example: + -+ ehci@d8007900 { ++ ehci at d8007900 { + compatible = "via,vt8500-ehci"; + reg = <0xd8007900 0x200>; + interrupts = <43>; @@ -344,7 +344,7 @@ index 0000000..98ad14c + +Example: + -+ fb@d800e400 { ++ fb at d800e400 { + compatible = "via,vt8500-fb"; + reg = <0xd800e400 0x400>; + interrupts = <12>; @@ -392,7 +392,7 @@ index 0000000..a850fa0 + +Example: + -+ ge_rops@d8050400 { ++ ge_rops at d8050400 { + compatible = "wm,prizm-ge-rops"; + reg = <0xd8050400 0x100>; + }; @@ -418,7 +418,7 @@ index 0000000..64f016a + +Example: + -+ fb@d8050800 { ++ fb at d8050800 { + compatible = "wm,wm8505-fb"; + reg = <0xd8050800 0x200>; + via,display = <&display>; diff --git a/a/content_digest b/N2/content_digest index a401c3a..7055f8c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\01345582058-2291-1-git-send-email-linux@prisktech.co.nz\0" - "From\0Tony Prisk <linux@prisktech.co.nz>\0" + "From\0linux@prisktech.co.nz (Tony Prisk)\0" "Subject\0[PATCHv3 7/9] arm: vt8500: doc: Add device tree bindings for arch-vt8500 devices\0" - "Date\0Tue, 21 Aug 2012 20:47:36 +0000\0" + "Date\0Wed, 22 Aug 2012 08:47:36 +1200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -80,7 +80,7 @@ "+\n" "+Example:\n" "+\n" - "+\tintc: interrupt-controller@d8140000 {\n" + "+\tintc: interrupt-controller at d8140000 {\n" "+\t\tcompatible = \"via,vt8500-intc\";\n" "+\t\tinterrupt-controller;\n" "+\t\treg = <0xd8140000 0x10000>;\n" @@ -101,7 +101,7 @@ "+\n" "+Example:\n" "+\n" - "+\tpmc@d8130000 {\n" + "+\tpmc at d8130000 {\n" "+\t\tcompatible = \"via,vt8500-pmc\";\n" "+\t\treg = <0xd8130000 0x1000>;\n" "+\t};\n" @@ -121,7 +121,7 @@ "+\n" "+Example:\n" "+\n" - "+\ttimer@d8130100 {\n" + "+\ttimer at d8130100 {\n" "+\t\tcompatible = \"via,vt8500-timer\";\n" "+\t\treg = <0xd8130100 0x28>;\n" "+\t\tinterrupts = <36>;\n" @@ -224,7 +224,7 @@ "+\n" "+Example:\n" "+\n" - "+\tgpio: gpio-controller@d8110000 {\n" + "+\tgpio: gpio-controller at d8110000 {\n" "+\t\tcompatible = \"via,vt8500-gpio\";\n" "+\t\tgpio-controller;\n" "+\t\treg = <0xd8110000 0x10000>;\n" @@ -250,7 +250,7 @@ "+\n" "+Example:\n" "+\n" - "+\trtc@d8100000 {\n" + "+\trtc at d8100000 {\n" "+\t\tcompatible = \"via,vt8500-rtc\";\n" "+\t\treg = <0xd8100000 0x10000>;\n" "+\t\tinterrupts = <48>;\n" @@ -271,7 +271,7 @@ "+\n" "+Example:\n" "+\n" - "+\tuart@d8210000 {\n" + "+\tuart at d8210000 {\n" "+\t\tcompatible = \"via,vt8500-uart\";\n" "+\t\treg = <0xd8210000 0x1040>;\n" "+\t\tinterrupts = <47>;\n" @@ -292,7 +292,7 @@ "+\n" "+Example:\n" "+\n" - "+\tuhci@d8007b00 {\n" + "+\tuhci at d8007b00 {\n" "+\t\tcompatible = \"platform-uhci\";\n" "+\t\treg = <0xd8007b00 0x200>;\n" "+\t\tinterrupts = <43>;\n" @@ -313,7 +313,7 @@ "+\n" "+Example:\n" "+\n" - "+\tehci@d8007900 {\n" + "+\tehci at d8007900 {\n" "+\t\tcompatible = \"via,vt8500-ehci\";\n" "+\t\treg = <0xd8007900 0x200>;\n" "+\t\tinterrupts = <43>;\n" @@ -351,7 +351,7 @@ "+\n" "+Example:\n" "+\n" - "+\tfb@d800e400 {\n" + "+\tfb at d800e400 {\n" "+\t\tcompatible = \"via,vt8500-fb\";\n" "+\t\treg = <0xd800e400 0x400>;\n" "+\t\tinterrupts = <12>;\n" @@ -399,7 +399,7 @@ "+\n" "+Example:\n" "+\n" - "+\tge_rops@d8050400 {\n" + "+\tge_rops at d8050400 {\n" "+\t\tcompatible = \"wm,prizm-ge-rops\";\n" "+\t\treg = <0xd8050400 0x100>;\n" "+\t};\n" @@ -425,7 +425,7 @@ "+\n" "+Example:\n" "+\n" - "+\tfb@d8050800 {\n" + "+\tfb at d8050800 {\n" "+\t\tcompatible = \"wm,wm8505-fb\";\n" "+\t\treg = <0xd8050800 0x200>;\n" "+\t\tvia,display = <&display>;\n" @@ -434,4 +434,4 @@ "-- \n" 1.7.9.5 -c47319a636d5f0c631f49feea4a401acf39ef9ae21f712bfcf8675d8612cca3e +be9da3e0db1e02f820a6ed949230bfba0f799146b112285e6bd25e7ccc64ab3d
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.