diff for duplicates of <55C38941.9090709@linaro.org> diff --git a/a/1.txt b/N1/1.txt index 80f1f1f..3811dd6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On 04/08/15 14:02, Philipp Zabel wrote: > i.MX6Q/D, i.MX6S/DL, i.MX6SL, and i.MX6SX SoCs. Currently it > just returns the values stored in the shadow registers. > -> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> +> Signed-off-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> > --- > This patch is based on the v9 "Add simple NVMEM Framework via regmap" > series which can be found here: https://lkml.org/lkml/2015/7/27/342 @@ -55,10 +55,10 @@ On 04/08/15 14:02, Philipp Zabel wrote: > +/* > + * i.MX6 OCOTP fusebox driver > + * -> + * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de> +> + * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> > + * > + * Based on the barebox ocotp driver, -> + * Copyright (c) 2010 Baruch Siach <baruch@tkos.co.il>, +> + * Copyright (c) 2010 Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>, > + * Orex Computed Radiography > + * > + * This program is free software; you can redistribute it and/or modify @@ -210,10 +210,14 @@ this driver? > +}; > +module_platform_driver(imx_ocotp_driver); > + -> +MODULE_AUTHOR("Philipp Zabel <p.zabel@pengutronix.de>"); +> +MODULE_AUTHOR("Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"); > +MODULE_DESCRIPTION("i.MX6 OCOTP fuse box driver"); > +MODULE_LICENSE("GPL"); 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 35f4674..229b4b7 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\01438693342-605-1-git-send-email-p.zabel@pengutronix.de\0" "ref\01438693342-605-2-git-send-email-p.zabel@pengutronix.de\0" - "From\0srinivas.kandagatla@linaro.org (Srinivas Kandagatla)\0" - "Subject\0[PATCH 2/3] nvmem: imx-ocotp: Add i.MX6 OCOTP driver\0" + "ref\01438693342-605-2-git-send-email-p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" + "From\0Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "Subject\0Re: [PATCH 2/3] nvmem: imx-ocotp: Add i.MX6 OCOTP driver\0" "Date\0Thu, 06 Aug 2015 17:20:17 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\0" + "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org> + Shawn Guo <shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org\0" "\00:1\0" "b\0" "Few Nits..\n" @@ -13,7 +20,7 @@ "> i.MX6Q/D, i.MX6S/DL, i.MX6SL, and i.MX6SX SoCs. Currently it\n" "> just returns the values stored in the shadow registers.\n" ">\n" - "> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>\n" + "> Signed-off-by: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" "> ---\n" "> This patch is based on the v9 \"Add simple NVMEM Framework via regmap\"\n" "> series which can be found here: https://lkml.org/lkml/2015/7/27/342\n" @@ -63,10 +70,10 @@ "> +/*\n" "> + * i.MX6 OCOTP fusebox driver\n" "> + *\n" - "> + * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel@pengutronix.de>\n" + "> + * Copyright (c) 2015 Pengutronix, Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\n" "> + *\n" "> + * Based on the barebox ocotp driver,\n" - "> + * Copyright (c) 2010 Baruch Siach <baruch@tkos.co.il>,\n" + "> + * Copyright (c) 2010 Baruch Siach <baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>,\n" "> + *\tOrex Computed Radiography\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify\n" @@ -218,12 +225,16 @@ "> +};\n" "> +module_platform_driver(imx_ocotp_driver);\n" "> +\n" - "> +MODULE_AUTHOR(\"Philipp Zabel <p.zabel@pengutronix.de>\");\n" + "> +MODULE_AUTHOR(\"Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>\");\n" "> +MODULE_DESCRIPTION(\"i.MX6 OCOTP fuse box driver\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "\n" "GPL v2 ?\n" "\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 -b48c780653df640284ea3bc829bb56c35963771e0453f8d1a2df616ebf266593 +e1e636994bcc2d0f429791e424c3734cca893ab226745e80f9d7acea6aad4ea3
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.