* [PATCH] dt-bindings: media: xilinx: fix typo in example @ 2017-10-12 16:03 Akinobu Mita [not found] ` <1507824214-17744-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Akinobu Mita @ 2017-10-12 16:03 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-media-u79uwXL29TY76Z2rM5mHXA, Mauro Carvalho Chehab Cc: Akinobu Mita, Rob Herring, Hyun Kwon, Laurent Pinchart Fix typo s/:/;/ Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Cc: Hyun Kwon <hyun.kwon-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> Cc: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --- Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt index 9dd86b3..439351a 100644 --- a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt +++ b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt @@ -66,6 +66,6 @@ Example: tpg1_out: endpoint { remote-endpoint = <&switch_in0>; }; - }: + }; }; }; -- 2.7.4 -- 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 ^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1507824214-17744-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH] dt-bindings: media: xilinx: fix typo in example [not found] ` <1507824214-17744-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2017-10-17 20:52 ` Rob Herring 2017-10-18 16:08 ` Laurent Pinchart 1 sibling, 0 replies; 4+ messages in thread From: Rob Herring @ 2017-10-17 20:52 UTC (permalink / raw) To: Akinobu Mita Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-media-u79uwXL29TY76Z2rM5mHXA, Mauro Carvalho Chehab, Hyun Kwon, Laurent Pinchart On Fri, Oct 13, 2017 at 01:03:34AM +0900, Akinobu Mita wrote: > Fix typo s/:/;/ > > Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > Cc: Hyun Kwon <hyun.kwon-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> > Cc: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> > Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- > Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: media: xilinx: fix typo in example [not found] ` <1507824214-17744-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2017-10-17 20:52 ` Rob Herring @ 2017-10-18 16:08 ` Laurent Pinchart 2017-10-19 14:22 ` Akinobu Mita 1 sibling, 1 reply; 4+ messages in thread From: Laurent Pinchart @ 2017-10-18 16:08 UTC (permalink / raw) To: Akinobu Mita Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, linux-media-u79uwXL29TY76Z2rM5mHXA, Mauro Carvalho Chehab, Rob Herring, Hyun Kwon Hi Akinobu, Thank you for the patch. On Thursday, 12 October 2017 19:03:34 EEST Akinobu Mita wrote: > Fix typo s/:/;/ > > Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> > Cc: Hyun Kwon <hyun.kwon-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> > Cc: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> > Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Good catch. Reviewed-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> Should I take this patch in my tree ? > --- > Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt > b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt index > 9dd86b3..439351a 100644 > --- a/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt > +++ b/Documentation/devicetree/bindings/media/xilinx/xlnx,v-tpg.txt > @@ -66,6 +66,6 @@ Example: > tpg1_out: endpoint { > remote-endpoint = <&switch_in0>; > }; > - }: > + }; > }; > }; -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: media: xilinx: fix typo in example 2017-10-18 16:08 ` Laurent Pinchart @ 2017-10-19 14:22 ` Akinobu Mita 0 siblings, 0 replies; 4+ messages in thread From: Akinobu Mita @ 2017-10-19 14:22 UTC (permalink / raw) To: Laurent Pinchart Cc: open list:OPEN FIRMWARE AND..., linux-media-u79uwXL29TY76Z2rM5mHXA, Mauro Carvalho Chehab, Rob Herring, Hyun Kwon 2017-10-19 1:08 GMT+09:00 Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>: > Hi Akinobu, > > Thank you for the patch. > > On Thursday, 12 October 2017 19:03:34 EEST Akinobu Mita wrote: >> Fix typo s/:/;/ >> >> Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> >> Cc: Hyun Kwon <hyun.kwon-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> >> Cc: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> >> Signed-off-by: Akinobu Mita <akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > Good catch. > > Reviewed-by: Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org> > > Should I take this patch in my tree ? Yes, please do. Could you also take a look at another patch that I sent at the same time "media: xilinx-video: fix bad of_node_put() on endpoint error" ? -- 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 ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-10-19 14:22 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-10-12 16:03 [PATCH] dt-bindings: media: xilinx: fix typo in example Akinobu Mita [not found] ` <1507824214-17744-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2017-10-17 20:52 ` Rob Herring 2017-10-18 16:08 ` Laurent Pinchart 2017-10-19 14:22 ` Akinobu Mita
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).