diff for duplicates of <20150528114500.GP11677@x1> diff --git a/a/1.txt b/N1/1.txt index 396af87..305956e 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,7 +4,7 @@ Few nits, nothing major. > of the firmware, which is most notable in that it will let us get and > set clock rates. > -> Signed-off-by: Eric Anholt <eric@anholt.net> +> Signed-off-by: Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org> > --- > > v2: Drop power-domains stuff for now since we don't have the driver @@ -72,7 +72,7 @@ Few nits, nothing major. > +++ b/drivers/firmware/raspberrypi.c > @@ -0,0 +1,224 @@ > +/* -> + * Copyright ? 2015 Broadcom +> + * Copyright © 2015 Broadcom > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -309,6 +309,10 @@ Remove this, it's taken care of elsewhere. > +}; > +module_platform_driver(rpi_firmware_driver); > + -> +MODULE_AUTHOR("Eric Anholt <eric@anholt.net>"); +> +MODULE_AUTHOR("Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>"); > +MODULE_DESCRIPTION("Raspberry Pi firmware driver"); > +MODULE_LICENSE("GPL v2"); +-- +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 18ebe16..5edc7da 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,10 +1,15 @@ "ref\01431543609-19646-1-git-send-email-eric@anholt.net\0" "ref\01431543609-19646-3-git-send-email-eric@anholt.net\0" "ref\020150528112610.GO11677@x1\0" - "From\0lee@kernel.org (Lee Jones)\0" - "Subject\0[PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver\0" + "From\0Lee Jones <lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver\0" "Date\0Thu, 28 May 2015 12:45:01 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Few nits, nothing major.\n" @@ -13,7 +18,7 @@ "> of the firmware, which is most notable in that it will let us get and\n" "> set clock rates.\n" "> \n" - "> Signed-off-by: Eric Anholt <eric@anholt.net>\n" + "> Signed-off-by: Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>\n" "> ---\n" "> \n" "> v2: Drop power-domains stuff for now since we don't have the driver\n" @@ -81,7 +86,7 @@ "> +++ b/drivers/firmware/raspberrypi.c\n" "> @@ -0,0 +1,224 @@\n" "> +/*\n" - "> + * Copyright ? 2015 Broadcom\n" + "> + * Copyright \302\251 2015 Broadcom\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -318,8 +323,12 @@ "> +};\n" "> +module_platform_driver(rpi_firmware_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Eric Anholt <eric@anholt.net>\");\n" + "> +MODULE_AUTHOR(\"Eric Anholt <eric-WhKQ6XTQaPysTnJN9+BGXg@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"Raspberry Pi firmware driver\");\n" - "> +MODULE_LICENSE(\"GPL v2\");" + "> +MODULE_LICENSE(\"GPL v2\");\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 -84d6c95c37524c33d92c598e4964009a4e45abad9151c95200e579a942613d05 +9019b2b2645ac8044aa1d540b34a154d08446e2a29799b94fbe281d8f3a75aed
diff --git a/a/1.txt b/N2/1.txt index 396af87..259f1d2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -72,7 +72,7 @@ Few nits, nothing major. > +++ b/drivers/firmware/raspberrypi.c > @@ -0,0 +1,224 @@ > +/* -> + * Copyright ? 2015 Broadcom +> + * Copyright © 2015 Broadcom > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as diff --git a/a/content_digest b/N2/content_digest index 18ebe16..6e9d35d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,10 +1,15 @@ "ref\01431543609-19646-1-git-send-email-eric@anholt.net\0" "ref\01431543609-19646-3-git-send-email-eric@anholt.net\0" "ref\020150528112610.GO11677@x1\0" - "From\0lee@kernel.org (Lee Jones)\0" - "Subject\0[PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver\0" + "From\0Lee Jones <lee@kernel.org>\0" + "Subject\0Re: [PATCH 2/3 v2] ARM: bcm2835: Add the Raspberry Pi firmware driver\0" "Date\0Thu, 28 May 2015 12:45:01 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Eric Anholt <eric@anholt.net>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + linux-rpi-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + Stephen Warren <swarren@wwwdotorg.org> + " devicetree@vger.kernel.org\0" "\00:1\0" "b\0" "Few nits, nothing major.\n" @@ -81,7 +86,7 @@ "> +++ b/drivers/firmware/raspberrypi.c\n" "> @@ -0,0 +1,224 @@\n" "> +/*\n" - "> + * Copyright ? 2015 Broadcom\n" + "> + * Copyright \302\251 2015 Broadcom\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" "> + * it under the terms of the GNU General Public License version 2 as\n" @@ -322,4 +327,4 @@ "> +MODULE_DESCRIPTION(\"Raspberry Pi firmware driver\");\n" "> +MODULE_LICENSE(\"GPL v2\");" -84d6c95c37524c33d92c598e4964009a4e45abad9151c95200e579a942613d05 +36b4f3d81b4c63291f4193454710c57ed1c8c1f894fc95ddb337bdbfe89839de
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.