diff for duplicates of <5716EE74.6040107@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 5ad0ca6..b880263 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ On 4/14/2016 23:29, Rob Herring wrote: > On Wed, Apr 13, 2016 at 03:44:20PM +0800, Songjun Wu wrote: >> DT binding documentation for ISC driver. >> ->> Signed-off-by: Songjun Wu <songjun.wu@atmel.com> +>> Signed-off-by: Songjun Wu <songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> >> --- >> >> .../devicetree/bindings/media/atmel-isc.txt | 84 ++++++++++++++++++++++ @@ -67,7 +67,7 @@ user decide. >> +defined in Documentation/devicetree/bindings/media/video-interfaces.txt. >> + >> +Example: ->> +isc: isc at f0008000 { +>> +isc: isc@f0008000 { >> + compatible = "atmel,sama5d2-isc"; >> + reg = <0xf0008000 0x4000>; >> + interrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>; @@ -79,7 +79,7 @@ user decide. >> + #address-cells = <1>; >> + #size-cells = <0>; >> + ->> + isc_0: endpoint at 0 { +>> + isc_0: endpoint@0 { > > Don't need a unit address for a single endpoint. > @@ -141,8 +141,8 @@ OK, I will set a unit address. >> + }; >> +}; >> + ->> +i2c1: i2c at fc028000 { ->> + ov7740: camera at 0x21 { +>> +i2c1: i2c@fc028000 { +>> + ov7740: camera@0x21 { > > Drop "0x" > @@ -167,5 +167,9 @@ Accept, thank you. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" in ->> the body of a message to majordomo at vger.kernel.org +>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org >> More majordomo info at http://vger.kernel.org/majordomo-info.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 1f20c02..f896371 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,20 @@ "ref\01460533460-32336-1-git-send-email-songjun.wu@atmel.com\0" "ref\01460533460-32336-3-git-send-email-songjun.wu@atmel.com\0" "ref\020160414152933.GA14073@rob-hp-laptop\0" - "From\0songjun.wu@atmel.com (Wu, Songjun)\0" - "Subject\0[PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver\0" + "From\0Wu, Songjun <songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver\0" "Date\0Wed, 20 Apr 2016 10:50:28 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0g.liakhovetski-Mmb7MZpHnFY@public.gmane.org" + nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org\0" "\00:1\0" "b\0" "\n" @@ -13,7 +23,7 @@ "> On Wed, Apr 13, 2016 at 03:44:20PM +0800, Songjun Wu wrote:\n" ">> DT binding documentation for ISC driver.\n" ">>\n" - ">> Signed-off-by: Songjun Wu <songjun.wu@atmel.com>\n" + ">> Signed-off-by: Songjun Wu <songjun.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" ">> ---\n" ">>\n" ">> .../devicetree/bindings/media/atmel-isc.txt | 84 ++++++++++++++++++++++\n" @@ -76,7 +86,7 @@ ">> +defined in Documentation/devicetree/bindings/media/video-interfaces.txt.\n" ">> +\n" ">> +Example:\n" - ">> +isc: isc at f0008000 {\n" + ">> +isc: isc@f0008000 {\n" ">> +\tcompatible = \"atmel,sama5d2-isc\";\n" ">> +\treg = <0xf0008000 0x4000>;\n" ">> +\tinterrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -88,7 +98,7 @@ ">> +\t\t#address-cells = <1>;\n" ">> +\t\t#size-cells = <0>;\n" ">> +\n" - ">> +\t\tisc_0: endpoint at 0 {\n" + ">> +\t\tisc_0: endpoint@0 {\n" ">\n" "> Don't need a unit address for a single endpoint.\n" ">\n" @@ -150,8 +160,8 @@ ">> +\t};\n" ">> +};\n" ">> +\n" - ">> +i2c1: i2c at fc028000 {\n" - ">> +\tov7740: camera at 0x21 {\n" + ">> +i2c1: i2c@fc028000 {\n" + ">> +\tov7740: camera@0x21 {\n" ">\n" "> Drop \"0x\"\n" ">\n" @@ -176,7 +186,11 @@ ">>\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - ">> the body of a message to majordomo at vger.kernel.org\n" - >> More majordomo info at http://vger.kernel.org/majordomo-info.html + ">> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" + ">> More majordomo info at http://vger.kernel.org/majordomo-info.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 -1254bf780719de2823bdcdaa68de15ab361680f7185befa5ecd73a3d6c411d4b +acdb38898b06537ce37b18c5a1cdd42b72ceda14b045e760cc8850a3f6d12c6a
diff --git a/a/1.txt b/N2/1.txt index 5ad0ca6..8834df8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -67,7 +67,7 @@ user decide. >> +defined in Documentation/devicetree/bindings/media/video-interfaces.txt. >> + >> +Example: ->> +isc: isc at f0008000 { +>> +isc: isc@f0008000 { >> + compatible = "atmel,sama5d2-isc"; >> + reg = <0xf0008000 0x4000>; >> + interrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>; @@ -79,7 +79,7 @@ user decide. >> + #address-cells = <1>; >> + #size-cells = <0>; >> + ->> + isc_0: endpoint at 0 { +>> + isc_0: endpoint@0 { > > Don't need a unit address for a single endpoint. > @@ -141,8 +141,8 @@ OK, I will set a unit address. >> + }; >> +}; >> + ->> +i2c1: i2c at fc028000 { ->> + ov7740: camera at 0x21 { +>> +i2c1: i2c@fc028000 { +>> + ov7740: camera@0x21 { > > Drop "0x" > @@ -167,5 +167,5 @@ Accept, thank you. >> >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" in ->> the body of a message to majordomo at vger.kernel.org +>> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 1f20c02..cf06659 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,20 @@ "ref\01460533460-32336-1-git-send-email-songjun.wu@atmel.com\0" "ref\01460533460-32336-3-git-send-email-songjun.wu@atmel.com\0" "ref\020160414152933.GA14073@rob-hp-laptop\0" - "From\0songjun.wu@atmel.com (Wu, Songjun)\0" - "Subject\0[PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver\0" + "From\0Wu, Songjun <songjun.wu@atmel.com>\0" + "Subject\0Re: [PATCH 2/2] [media] atmel-isc: DT binding for Image Sensor Controller driver\0" "Date\0Wed, 20 Apr 2016 10:50:28 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0<g.liakhovetski@gmx.de>" + <nicolas.ferre@atmel.com> + <linux-arm-kernel@lists.infradead.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + <devicetree@vger.kernel.org> + <linux-kernel@vger.kernel.org> + " <laurent.pinchart@ideasonboard.com>\0" "\00:1\0" "b\0" "\n" @@ -76,7 +86,7 @@ ">> +defined in Documentation/devicetree/bindings/media/video-interfaces.txt.\n" ">> +\n" ">> +Example:\n" - ">> +isc: isc at f0008000 {\n" + ">> +isc: isc@f0008000 {\n" ">> +\tcompatible = \"atmel,sama5d2-isc\";\n" ">> +\treg = <0xf0008000 0x4000>;\n" ">> +\tinterrupts = <46 IRQ_TYPE_LEVEL_HIGH 5>;\n" @@ -88,7 +98,7 @@ ">> +\t\t#address-cells = <1>;\n" ">> +\t\t#size-cells = <0>;\n" ">> +\n" - ">> +\t\tisc_0: endpoint at 0 {\n" + ">> +\t\tisc_0: endpoint@0 {\n" ">\n" "> Don't need a unit address for a single endpoint.\n" ">\n" @@ -150,8 +160,8 @@ ">> +\t};\n" ">> +};\n" ">> +\n" - ">> +i2c1: i2c at fc028000 {\n" - ">> +\tov7740: camera at 0x21 {\n" + ">> +i2c1: i2c@fc028000 {\n" + ">> +\tov7740: camera@0x21 {\n" ">\n" "> Drop \"0x\"\n" ">\n" @@ -176,7 +186,7 @@ ">>\n" ">> --\n" ">> To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n" - ">> the body of a message to majordomo at vger.kernel.org\n" + ">> the body of a message to majordomo@vger.kernel.org\n" >> More majordomo info at http://vger.kernel.org/majordomo-info.html -1254bf780719de2823bdcdaa68de15ab361680f7185befa5ecd73a3d6c411d4b +f29203bfb27a690beeb9c57546e2cbf97a8f66905b982d63178990cb70f0310c
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.