diff for duplicates of <20150721202904.GK24125@google.com> diff --git a/a/1.txt b/N1/1.txt index 4498cd3..77a3a7c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,7 +9,7 @@ On Fri, May 15, 2015 at 01:33:51PM +0200, Bert Vermeulen wrote: > The CPLD also acts as a GPIO expander: the ALE/CLE/NCE pins are set via > CPLD commands. Some LEDs on the board are also accessed this way. > -> Signed-off-by: Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org> +> Signed-off-by: Bert Vermeulen <bert@biot.com> > --- > Changes in v3: > - Add link to parent device @@ -39,7 +39,7 @@ Sorry for the late review. A few small comments. > +/* > + * SPI driver definitions for the CPLD chip on the Mikrotik RB4xx boards > + * -> + * Copyright (C) 2010 Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> +> + * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org> > + * > + * This file was based on the patches for Linux 2.6.27.39 published by > + * MikroTik for their RouterBoard 4xx series devices. @@ -154,9 +154,9 @@ So maybe this? > +/* > + * NAND flash driver for the MikroTik RouterBoard 4xx series > + * -> + * Copyright (C) 2008-2011 Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> -> + * Copyright (C) 2008 Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org> -> + * Copyright (C) 2015 Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org> +> + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org> +> + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> +> + * Copyright (C) 2015 Bert Vermeulen <bert@biot.com> > + * > + * This file was based on the driver for Linux 2.6.22 published by > + * MikroTik for their RouterBoard 4xx series devices. @@ -653,14 +653,10 @@ trying to infer the relationship. > +module_platform_driver(rb4xx_nand_driver); > + > +MODULE_DESCRIPTION("NAND flash driver for RouterBoard 4xx series"); -> +MODULE_AUTHOR("Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>"); -> +MODULE_AUTHOR("Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>"); -> +MODULE_AUTHOR("Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org>"); +> +MODULE_AUTHOR("Gabor Juhos <juhosg@openwrt.org>"); +> +MODULE_AUTHOR("Imre Kaloz <kaloz@openwrt.org>"); +> +MODULE_AUTHOR("Bert Vermeulen <bert@biot.com>"); > +MODULE_LICENSE("GPL v2"); Thanks, Brian --- -To unsubscribe from this list: send the line "unsubscribe linux-spi" 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 1392f49..2d1e94d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,13 @@ "ref\01431689631-7217-1-git-send-email-bert@biot.com\0" - "ref\01431689631-7217-1-git-send-email-bert-Nh2F35Ii2RQ@public.gmane.org\0" - "From\0Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Brian Norris <computersforpeace@gmail.com>\0" "Subject\0Re: [PATCH v3] nand: Add NAND driver for Mikrotik RB4xx series boards\0" "Date\0Tue, 21 Jul 2015 13:29:04 -0700\0" - "To\0Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org>\0" - "Cc\0dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org" - fransklaver-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Bert Vermeulen <bert@biot.com>\0" + "Cc\0dwmw2@infradead.org" + fransklaver@gmail.com + linux-mtd@lists.infradead.org + linux-spi@vger.kernel.org + " linux-gpio@vger.kernel.org\0" "\00:1\0" "b\0" "+ linux-spi, linux-gpio\n" @@ -22,7 +21,7 @@ "> The CPLD also acts as a GPIO expander: the ALE/CLE/NCE pins are set via\n" "> CPLD commands. Some LEDs on the board are also accessed this way.\n" "> \n" - "> Signed-off-by: Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org>\n" + "> Signed-off-by: Bert Vermeulen <bert@biot.com>\n" "> ---\n" "> Changes in v3:\n" "> - Add link to parent device\n" @@ -52,7 +51,7 @@ "> +/*\n" "> + * SPI driver definitions for the CPLD chip on the Mikrotik RB4xx boards\n" "> + *\n" - "> + * Copyright (C) 2010 Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\n" + "> + * Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>\n" "> + *\n" "> + * This file was based on the patches for Linux 2.6.27.39 published by\n" "> + * MikroTik for their RouterBoard 4xx series devices.\n" @@ -167,9 +166,9 @@ "> +/*\n" "> + * NAND flash driver for the MikroTik RouterBoard 4xx series\n" "> + *\n" - "> + * Copyright (C) 2008-2011 Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\n" - "> + * Copyright (C) 2008 Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\n" - "> + * Copyright (C) 2015 Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org>\n" + "> + * Copyright (C) 2008-2011 Gabor Juhos <juhosg@openwrt.org>\n" + "> + * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>\n" + "> + * Copyright (C) 2015 Bert Vermeulen <bert@biot.com>\n" "> + *\n" "> + * This file was based on the driver for Linux 2.6.22 published by\n" "> + * MikroTik for their RouterBoard 4xx series devices.\n" @@ -666,16 +665,12 @@ "> +module_platform_driver(rb4xx_nand_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"NAND flash driver for RouterBoard 4xx series\");\n" - "> +MODULE_AUTHOR(\"Gabor Juhos <juhosg-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\");\n" - "> +MODULE_AUTHOR(\"Imre Kaloz <kaloz-p3rKhJxN3npAfugRpC6u6w@public.gmane.org>\");\n" - "> +MODULE_AUTHOR(\"Bert Vermeulen <bert-Nh2F35Ii2RQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Gabor Juhos <juhosg@openwrt.org>\");\n" + "> +MODULE_AUTHOR(\"Imre Kaloz <kaloz@openwrt.org>\");\n" + "> +MODULE_AUTHOR(\"Bert Vermeulen <bert@biot.com>\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "\n" "Thanks,\n" - "Brian\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-spi\" 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 + Brian -4404974f2562385c7fdabc36625c1ea9803497fc2dc163492b37e3f5bf3b526e +144a18dab61474f4c43db06e5b45af9ecf7698613535f3be5af4d563c68f1f1d
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.