diff for duplicates of <20130414143132.GD27394@pengutronix.de> diff --git a/a/1.txt b/N1/1.txt index 975913d..ebedd31 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -56,7 +56,7 @@ Markus > > + > > +Example: > > + -> > + imxfb: fb@10021000 { +> > + imxfb: fb at 10021000 { > > + compatible = "fsl,imx27-fb", "fsl,imx21-fb"; > > + interrupts = <61>; > > + reg = <0x10021000 0x1000>; @@ -135,7 +135,7 @@ Markus > > + > > static inline int is_imx1_fb(struct imxfb_info *fbi) > > { -> > return fbi->devtype = IMX1_FB; +> > return fbi->devtype == IMX1_FB; > > @@ -324,6 +346,9 @@ static const struct imx_fb_videomode *imxfb_find_mode(struct imxfb_info *fbi) > > struct imx_fb_videomode *m; > > int i; @@ -430,7 +430,7 @@ Markus > > > > _______________________________________________ > > devicetree-discuss mailing list -> > devicetree-discuss@lists.ozlabs.org +> > devicetree-discuss at lists.ozlabs.org > > https://lists.ozlabs.org/listinfo/devicetree-discuss > diff --git a/a/content_digest b/N1/content_digest index 7b3d1fe..d9fe5bb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,9 @@ "ref\01365157876-1757-1-git-send-email-mpa@pengutronix.de\0" "ref\01365157876-1757-3-git-send-email-mpa@pengutronix.de\0" "ref\020130408075742.GR20693@game.jcrosoft.org\0" - "From\0Markus Pargmann <mpa@pengutronix.de>\0" - "Subject\0Re: [PATCH v3 2/2] video: imxfb: Add DT support\0" - "Date\0Sun, 14 Apr 2013 14:31:32 +0000\0" + "From\0mpa@pengutronix.de (Markus Pargmann)\0" + "Subject\0[PATCH v3 2/2] video: imxfb: Add DT support\0" + "Date\0Sun, 14 Apr 2013 16:31:32 +0200\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -65,7 +65,7 @@ "> > +\n" "> > +Example:\n" "> > +\n" - "> > +\timxfb: fb@10021000 {\n" + "> > +\timxfb: fb at 10021000 {\n" "> > +\t\tcompatible = \"fsl,imx27-fb\", \"fsl,imx21-fb\";\n" "> > +\t\tinterrupts = <61>;\n" "> > +\t\treg = <0x10021000 0x1000>;\n" @@ -144,7 +144,7 @@ "> > +\n" "> > static inline int is_imx1_fb(struct imxfb_info *fbi)\n" "> > {\n" - "> > \treturn fbi->devtype = IMX1_FB;\n" + "> > \treturn fbi->devtype == IMX1_FB;\n" "> > @@ -324,6 +346,9 @@ static const struct imx_fb_videomode *imxfb_find_mode(struct imxfb_info *fbi)\n" "> > \tstruct imx_fb_videomode *m;\n" "> > \tint i;\n" @@ -439,7 +439,7 @@ "> > \n" "> > _______________________________________________\n" "> > devicetree-discuss mailing list\n" - "> > devicetree-discuss@lists.ozlabs.org\n" + "> > devicetree-discuss at lists.ozlabs.org\n" "> > https://lists.ozlabs.org/listinfo/devicetree-discuss\n" "> \n" "\n" @@ -449,4 +449,4 @@ "Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |\n" Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -af5de4fa1b18acf1be4ad7269408834cee3effe657acdb6b018b64a839edc592 +2cc2c69b4e97abd410246c24445857542a38f8eb24ac883e53ac87453bb4e533
diff --git a/a/1.txt b/N2/1.txt index 975913d..5a8c81d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -3,9 +3,9 @@ On Mon, Apr 08, 2013 at 09:57:42AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote > > Add devicetree support for imx framebuffer driver. It uses the generic > > display bindings and helper functions. > > -> > Signed-off-by: Markus Pargmann <mpa@pengutronix.de> -> > Cc: Fabio Estevam <festevam@gmail.com> -> > Cc: Mark Rutland <mark.rutland@arm.com> +> > Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> +> > Cc: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> +> > Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> > > --- > > .../devicetree/bindings/video/fsl,imx-fb.txt | 49 ++++++ > > drivers/video/imxfb.c | 192 +++++++++++++++++---- @@ -135,7 +135,7 @@ Markus > > + > > static inline int is_imx1_fb(struct imxfb_info *fbi) > > { -> > return fbi->devtype = IMX1_FB; +> > return fbi->devtype == IMX1_FB; > > @@ -324,6 +346,9 @@ static const struct imx_fb_videomode *imxfb_find_mode(struct imxfb_info *fbi) > > struct imx_fb_videomode *m; > > int i; @@ -430,7 +430,7 @@ Markus > > > > _______________________________________________ > > devicetree-discuss mailing list -> > devicetree-discuss@lists.ozlabs.org +> > devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org > > https://lists.ozlabs.org/listinfo/devicetree-discuss > diff --git a/a/content_digest b/N2/content_digest index 7b3d1fe..84433d8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,18 @@ "ref\01365157876-1757-1-git-send-email-mpa@pengutronix.de\0" "ref\01365157876-1757-3-git-send-email-mpa@pengutronix.de\0" "ref\020130408075742.GR20693@game.jcrosoft.org\0" - "From\0Markus Pargmann <mpa@pengutronix.de>\0" + "ref\020130408075742.GR20693-RQcB7r2h9QmfDR2tN2SG5Ni2O/JbrIOy@public.gmane.org\0" + "From\0Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" "Subject\0Re: [PATCH v3 2/2] video: imxfb: Add DT support\0" - "Date\0Sun, 14 Apr 2013 14:31:32 +0000\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Date\0Sun, 14 Apr 2013 16:31:32 +0200\0" + "To\0Jean-Christophe PLAGNIOL-VILLARD <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>\0" + "Cc\0linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" + Florian Tobias Schandinat <FlorianSchandinat-Mmb7MZpHnFY@public.gmane.org> + devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Sascha Hauer <kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> + Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "On Mon, Apr 08, 2013 at 09:57:42AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:\n" @@ -12,9 +20,9 @@ "> > Add devicetree support for imx framebuffer driver. It uses the generic\n" "> > display bindings and helper functions.\n" "> > \n" - "> > Signed-off-by: Markus Pargmann <mpa@pengutronix.de>\n" - "> > Cc: Fabio Estevam <festevam@gmail.com>\n" - "> > Cc: Mark Rutland <mark.rutland@arm.com>\n" + "> > Signed-off-by: Markus Pargmann <mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" + "> > Cc: Fabio Estevam <festevam-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" + "> > Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" "> > ---\n" "> > .../devicetree/bindings/video/fsl,imx-fb.txt | 49 ++++++\n" "> > drivers/video/imxfb.c | 192 +++++++++++++++++----\n" @@ -144,7 +152,7 @@ "> > +\n" "> > static inline int is_imx1_fb(struct imxfb_info *fbi)\n" "> > {\n" - "> > \treturn fbi->devtype = IMX1_FB;\n" + "> > \treturn fbi->devtype == IMX1_FB;\n" "> > @@ -324,6 +346,9 @@ static const struct imx_fb_videomode *imxfb_find_mode(struct imxfb_info *fbi)\n" "> > \tstruct imx_fb_videomode *m;\n" "> > \tint i;\n" @@ -439,7 +447,7 @@ "> > \n" "> > _______________________________________________\n" "> > devicetree-discuss mailing list\n" - "> > devicetree-discuss@lists.ozlabs.org\n" + "> > devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org\n" "> > https://lists.ozlabs.org/listinfo/devicetree-discuss\n" "> \n" "\n" @@ -449,4 +457,4 @@ "Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |\n" Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -af5de4fa1b18acf1be4ad7269408834cee3effe657acdb6b018b64a839edc592 +59b1bf0b85641b7f5a4e23c29b4f7d175171e32b82f00e2efbe9de0628888784
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.