diff for duplicates of <3062753.kLFTTf9n8o@avalon> diff --git a/a/1.txt b/N1/1.txt index 96d9c2d..a34a244 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On Wednesday 15 Feb 2017 16:08:22 Rob Herring wrote: > > This makes the example more or less correspond with the da850-evm > > hardware setup. > > -> > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> +> > Signed-off-by: Bartosz Golaszewski <bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> > > --- > > > > .../devicetree/bindings/media/ti,da850-vpif.txt | 35 +++++++++++++---- @@ -23,33 +23,33 @@ On Wednesday 15 Feb 2017 16:08:22 Rob Herring wrote: > > interrupts = <92>; > > > > - port { -> > - vpif_ch0: endpoint at 0 { -> > + port at 0 { -> > + vpif_input_ch0: endpoint at 0 { +> > - vpif_ch0: endpoint@0 { +> > + port@0 { +> > + vpif_input_ch0: endpoint@0 { > > reg = <0>; > > bus-width = <8>; > > - remote-endpoint = <&composite>; > > + remote-endpoint = <&composite_in>; > > }; > > -> > - vpif_ch1: endpoint at 1 { -> > + vpif_input_ch1: endpoint at 1 { +> > - vpif_ch1: endpoint@1 { +> > + vpif_input_ch1: endpoint@1 { > > reg = <1>; > > bus-width = <8>; > > data-shift = <8>; > > }; > > }; > > + -> > + port at 1 { +> > + port@1 { > > The binding doc says nothing about supporting a 2nd port. > -> > + vpif_output_ch0: endpoint at 0 { +> > + vpif_output_ch0: endpoint@0 { > > + reg = <0>; > > Don't need reg here. -And the node should then be named endpoint, not endpoint at 0. +And the node should then be named endpoint, not endpoint@0. > > + bus-width = <8>; > > + remote-endpoint = <&composite_out>; @@ -61,3 +61,8 @@ And the node should then be named endpoint, not endpoint at 0. Regards, Laurent Pinchart + +-- +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 2d5eba2..63fce22 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,25 @@ "ref\01486485683-11427-1-git-send-email-bgolaszewski@baylibre.com\0" "ref\01486485683-11427-4-git-send-email-bgolaszewski@baylibre.com\0" "ref\020170215220822.nsws6kzrd6ihvmqt@rob-hp-laptop\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH 03/10] media: dt-bindings: vpif: extend the example with an output port\0" + "From\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0" + "Subject\0Re: [PATCH 03/10] media: dt-bindings: vpif: extend the example with an output port\0" "Date\0Thu, 16 Feb 2017 09:32:45 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0Bartosz Golaszewski <bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>" + Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org> + Patrick Titiano <ptitiano-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Michael Turquette <mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Russell King <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org> + Alexandre Bailon <abailon-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> + David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> + Mauro Carvalho Chehab <mchehab-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Lad Prabhakar <prabhakar.csengg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-media-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -14,7 +29,7 @@ "> > This makes the example more or less correspond with the da850-evm\n" "> > hardware setup.\n" "> > \n" - "> > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>\n" + "> > Signed-off-by: Bartosz Golaszewski <bgolaszewski-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>\n" "> > ---\n" "> > \n" "> > .../devicetree/bindings/media/ti,da850-vpif.txt | 35 +++++++++++++----\n" @@ -32,33 +47,33 @@ "> > \t\tinterrupts = <92>;\n" "> > \n" "> > -\t\tport {\n" - "> > -\t\t\tvpif_ch0: endpoint at 0 {\n" - "> > +\t\tport at 0 {\n" - "> > +\t\t\tvpif_input_ch0: endpoint at 0 {\n" + "> > -\t\t\tvpif_ch0: endpoint@0 {\n" + "> > +\t\tport@0 {\n" + "> > +\t\t\tvpif_input_ch0: endpoint@0 {\n" "> > \t\t\t\treg = <0>;\n" "> > \t\t\t\tbus-width = <8>;\n" "> > -\t\t\t\tremote-endpoint = <&composite>;\n" "> > +\t\t\t\tremote-endpoint = <&composite_in>;\n" "> > \t\t\t};\n" "> > \n" - "> > -\t\t\tvpif_ch1: endpoint at 1 {\n" - "> > +\t\t\tvpif_input_ch1: endpoint at 1 {\n" + "> > -\t\t\tvpif_ch1: endpoint@1 {\n" + "> > +\t\t\tvpif_input_ch1: endpoint@1 {\n" "> > \t\t\t\treg = <1>;\n" "> > \t\t\t\tbus-width = <8>;\n" "> > \t\t\t\tdata-shift = <8>;\n" "> > \t\t\t};\n" "> > \t\t};\n" "> > +\n" - "> > +\t\tport at 1 {\n" + "> > +\t\tport@1 {\n" "> \n" "> The binding doc says nothing about supporting a 2nd port.\n" "> \n" - "> > +\t\t\tvpif_output_ch0: endpoint at 0 {\n" + "> > +\t\t\tvpif_output_ch0: endpoint@0 {\n" "> > +\t\t\t\treg = <0>;\n" "> \n" "> Don't need reg here.\n" "\n" - "And the node should then be named endpoint, not endpoint at 0.\n" + "And the node should then be named endpoint, not endpoint@0.\n" "\n" "> > +\t\t\t\tbus-width = <8>;\n" "> > +\t\t\t\tremote-endpoint = <&composite_out>;\n" @@ -69,6 +84,11 @@ "-- \n" "Regards,\n" "\n" - Laurent Pinchart + "Laurent Pinchart\n" + "\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 -1b027a0cc1d45ceab91f1c80fbec5fd1630407dc92eb14b7d29b83f41b8cddd6 +b249cbd7659a289663731d1a8e75e5e2a5385d0c9dd7cb6dc007847738b2bf3f
diff --git a/a/1.txt b/N2/1.txt index 96d9c2d..2aa6942 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -23,33 +23,33 @@ On Wednesday 15 Feb 2017 16:08:22 Rob Herring wrote: > > interrupts = <92>; > > > > - port { -> > - vpif_ch0: endpoint at 0 { -> > + port at 0 { -> > + vpif_input_ch0: endpoint at 0 { +> > - vpif_ch0: endpoint@0 { +> > + port@0 { +> > + vpif_input_ch0: endpoint@0 { > > reg = <0>; > > bus-width = <8>; > > - remote-endpoint = <&composite>; > > + remote-endpoint = <&composite_in>; > > }; > > -> > - vpif_ch1: endpoint at 1 { -> > + vpif_input_ch1: endpoint at 1 { +> > - vpif_ch1: endpoint@1 { +> > + vpif_input_ch1: endpoint@1 { > > reg = <1>; > > bus-width = <8>; > > data-shift = <8>; > > }; > > }; > > + -> > + port at 1 { +> > + port@1 { > > The binding doc says nothing about supporting a 2nd port. > -> > + vpif_output_ch0: endpoint at 0 { +> > + vpif_output_ch0: endpoint@0 { > > + reg = <0>; > > Don't need reg here. -And the node should then be named endpoint, not endpoint at 0. +And the node should then be named endpoint, not endpoint@0. > > + bus-width = <8>; > > + remote-endpoint = <&composite_out>; diff --git a/a/content_digest b/N2/content_digest index 2d5eba2..3fd1bbb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,25 @@ "ref\01486485683-11427-1-git-send-email-bgolaszewski@baylibre.com\0" "ref\01486485683-11427-4-git-send-email-bgolaszewski@baylibre.com\0" "ref\020170215220822.nsws6kzrd6ihvmqt@rob-hp-laptop\0" - "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0" - "Subject\0[PATCH 03/10] media: dt-bindings: vpif: extend the example with an output port\0" + "From\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>\0" + "Subject\0Re: [PATCH 03/10] media: dt-bindings: vpif: extend the example with an output port\0" "Date\0Thu, 16 Feb 2017 09:32:45 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0Bartosz Golaszewski <bgolaszewski@baylibre.com>" + Kevin Hilman <khilman@kernel.org> + Sekhar Nori <nsekhar@ti.com> + Patrick Titiano <ptitiano@baylibre.com> + Michael Turquette <mturquette@baylibre.com> + Mark Rutland <mark.rutland@arm.com> + Russell King <linux@armlinux.org.uk> + Alexandre Bailon <abailon@baylibre.com> + David Lechner <david@lechnology.com> + Mauro Carvalho Chehab <mchehab@kernel.org> + Lad Prabhakar <prabhakar.csengg@gmail.com> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-media@vger.kernel.org\0" "\00:1\0" "b\0" "Hi Rob,\n" @@ -32,33 +47,33 @@ "> > \t\tinterrupts = <92>;\n" "> > \n" "> > -\t\tport {\n" - "> > -\t\t\tvpif_ch0: endpoint at 0 {\n" - "> > +\t\tport at 0 {\n" - "> > +\t\t\tvpif_input_ch0: endpoint at 0 {\n" + "> > -\t\t\tvpif_ch0: endpoint@0 {\n" + "> > +\t\tport@0 {\n" + "> > +\t\t\tvpif_input_ch0: endpoint@0 {\n" "> > \t\t\t\treg = <0>;\n" "> > \t\t\t\tbus-width = <8>;\n" "> > -\t\t\t\tremote-endpoint = <&composite>;\n" "> > +\t\t\t\tremote-endpoint = <&composite_in>;\n" "> > \t\t\t};\n" "> > \n" - "> > -\t\t\tvpif_ch1: endpoint at 1 {\n" - "> > +\t\t\tvpif_input_ch1: endpoint at 1 {\n" + "> > -\t\t\tvpif_ch1: endpoint@1 {\n" + "> > +\t\t\tvpif_input_ch1: endpoint@1 {\n" "> > \t\t\t\treg = <1>;\n" "> > \t\t\t\tbus-width = <8>;\n" "> > \t\t\t\tdata-shift = <8>;\n" "> > \t\t\t};\n" "> > \t\t};\n" "> > +\n" - "> > +\t\tport at 1 {\n" + "> > +\t\tport@1 {\n" "> \n" "> The binding doc says nothing about supporting a 2nd port.\n" "> \n" - "> > +\t\t\tvpif_output_ch0: endpoint at 0 {\n" + "> > +\t\t\tvpif_output_ch0: endpoint@0 {\n" "> > +\t\t\t\treg = <0>;\n" "> \n" "> Don't need reg here.\n" "\n" - "And the node should then be named endpoint, not endpoint at 0.\n" + "And the node should then be named endpoint, not endpoint@0.\n" "\n" "> > +\t\t\t\tbus-width = <8>;\n" "> > +\t\t\t\tremote-endpoint = <&composite_out>;\n" @@ -71,4 +86,4 @@ "\n" Laurent Pinchart -1b027a0cc1d45ceab91f1c80fbec5fd1630407dc92eb14b7d29b83f41b8cddd6 +e1824ba798368daaa5787f82a67c1edb1e645b9017cc956a572d0a3475235501
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.