All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1682784.hDdFQltm22@avalon>

diff --git a/a/1.txt b/N1/1.txt
index 963a144..b9ce3f8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -10,8 +10,8 @@ On Sunday 18 Sep 2016 13:01:16 Laurent Pinchart wrote:
 > > the screen, either based on the EDIDs if available, or based on the XGA
 > > standards.
 > > 
-> > Acked-by: Rob Herring <robh@kernel.org>
-> > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
+> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+> > Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
 > > ---
 > > 
 > >  .../bindings/display/bridge/rgb-to-vga-bridge.txt  |  52 +++++
@@ -72,7 +72,7 @@ combine the two, and support both devices with a single driver ?
 > > +		#address-cells = <1>;
 > > +		#size-cells = <0>;
 > > +
-> > +		port at 0 {
+> > +		port@0 {
 > > +			#address-cells = <1>;
 > > +			#size-cells = <0>;
 > > +			reg = <0>;
@@ -82,7 +82,7 @@ combine the two, and support both devices with a single driver ?
 > > +			};
 > > +		};
 > > +
-> > +		port at 1 {
+> > +		port@1 {
 > > +			#address-cells = <1>;
 > > +			#size-cells = <0>;
 > > +			reg = <1>;
@@ -98,3 +98,8 @@ combine the two, and support both devices with a single driver ?
 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 0bd3ead..7597ffd 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,16 @@
  "ref\020160908121751.16911-1-maxime.ripard@free-electrons.com\0"
  "ref\020160908121751.16911-2-maxime.ripard@free-electrons.com\0"
  "ref\02115773.yQojqqIjGI@avalon\0"
- "From\0laurent.pinchart@ideasonboard.com (Laurent Pinchart)\0"
- "Subject\0[PATCH v3 1/4] drm/bridge: Add RGB to VGA bridge support\0"
+ "From\0Laurent Pinchart <laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v3 1/4] drm/bridge: Add RGB to VGA bridge support\0"
  "Date\0Sun, 18 Sep 2016 13:04:17 +0300\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org\0"
+ "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
+  Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Daniel Vetter <daniel.vetter-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
+  Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "On Sunday 18 Sep 2016 13:01:16 Laurent Pinchart wrote:\n"
@@ -19,8 +25,8 @@
  "> > the screen, either based on the EDIDs if available, or based on the XGA\n"
  "> > standards.\n"
  "> > \n"
- "> > Acked-by: Rob Herring <robh@kernel.org>\n"
- "> > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>\n"
+ "> > Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n"
+ "> > Signed-off-by: Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\n"
  "> > ---\n"
  "> > \n"
  "> >  .../bindings/display/bridge/rgb-to-vga-bridge.txt  |  52 +++++\n"
@@ -81,7 +87,7 @@
  "> > +\t\t#address-cells = <1>;\n"
  "> > +\t\t#size-cells = <0>;\n"
  "> > +\n"
- "> > +\t\tport at 0 {\n"
+ "> > +\t\tport@0 {\n"
  "> > +\t\t\t#address-cells = <1>;\n"
  "> > +\t\t\t#size-cells = <0>;\n"
  "> > +\t\t\treg = <0>;\n"
@@ -91,7 +97,7 @@
  "> > +\t\t\t};\n"
  "> > +\t\t};\n"
  "> > +\n"
- "> > +\t\tport at 1 {\n"
+ "> > +\t\tport@1 {\n"
  "> > +\t\t\t#address-cells = <1>;\n"
  "> > +\t\t\t#size-cells = <0>;\n"
  "> > +\t\t\treg = <1>;\n"
@@ -106,6 +112,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
 
-09bd7f3e3e19f7e53dcd1e2deb79cfae721f05c0e2aae024fca663bcc9d95ec8
+a0346da021936a981ceaf9ddeada3645b9e542d88efd2ba0aa3f58382d9d06ea

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.