diff for duplicates of <5757F0C1.6080701@gmail.com> diff --git a/a/1.txt b/N1/1.txt index a0559c8..c501991 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,10 +9,10 @@ On 06/06/16 20:16, Iyappan Subramanian wrote: > interfaces, so adding this driver to manage MDIO bus. This driver > registers the mdio bus and registers the PHYs connected to it. > -> Signed-off-by: Iyappan Subramanian <isubramanian@apm.com> -> Tested-by: Fushen Chen <fchen@apm.com> -> Tested-by: Toan Le <toanle@apm.com> -> Tested-by: Matthias Brugger <mbrugger@suse.com> +> Signed-off-by: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org> +> Tested-by: Fushen Chen <fchen-qTEPVZfXA3Y@public.gmane.org> +> Tested-by: Toan Le <toanle-qTEPVZfXA3Y@public.gmane.org> +> Tested-by: Matthias Brugger <mbrugger-IBi9RG/b67k@public.gmane.org> > --- > drivers/net/ethernet/apm/xgene/Kconfig | 1 + > drivers/net/phy/Kconfig | 7 + @@ -71,7 +71,7 @@ On 06/06/16 20:16, Iyappan Subramanian wrote: > +/* Applied Micro X-Gene SoC MDIO Driver > + * > + * Copyright (c) 2016, Applied Micro Circuits Corporation -> + * Author: Iyappan Subramanian <isubramanian@apm.com> +> + * Author: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License as published by the @@ -612,7 +612,7 @@ scheme which is used throughout the kernel. > +module_platform_driver(xgene_mdio_driver); > + > +MODULE_DESCRIPTION("APM X-Gene SoC MDIO driver"); -> +MODULE_AUTHOR("Iyappan Subramanian <isubramanian@apm.com>"); +> +MODULE_AUTHOR("Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>"); > +MODULE_LICENSE("GPL"); > diff --git a/drivers/net/phy/mdio-xgene.h b/drivers/net/phy/mdio-xgene.h > new file mode 100644 @@ -623,7 +623,7 @@ scheme which is used throughout the kernel. > +/* Applied Micro X-Gene SoC MDIO Driver > + * > + * Copyright (c) 2016, Applied Micro Circuits Corporation -> + * Author: Iyappan Subramanian <isubramanian@apm.com> +> + * Author: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org> > + * > + * This program is free software; you can redistribute it and/or modify it > + * under the terms of the GNU General Public License as published by the @@ -767,3 +767,7 @@ Matthias > + > +#endif /* __MDIO_XGENE_H__ */ > +-- +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 0d65b0b..69f0852 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,16 @@ "ref\01465236962-12131-1-git-send-email-isubramanian@apm.com\0" "ref\01465236962-12131-4-git-send-email-isubramanian@apm.com\0" - "From\0matthias.bgg@gmail.com (Matthias Brugger)\0" - "Subject\0[PATCH v3 3/5] drivers: net: phy: Add MDIO driver\0" + "ref\01465236962-12131-4-git-send-email-isubramanian-qTEPVZfXA3Y@public.gmane.org\0" + "From\0Matthias Brugger <matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v3 3/5] drivers: net: phy: Add MDIO driver\0" "Date\0Wed, 8 Jun 2016 12:17:37 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>" + davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org + netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" + patches-qTEPVZfXA3Y@public.gmane.org + " andrew-g2DYL2Zd6BY@public.gmane.org\0" "\00:1\0" "b\0" "\n" @@ -17,10 +24,10 @@ "> interfaces, so adding this driver to manage MDIO bus. This driver\n" "> registers the mdio bus and registers the PHYs connected to it.\n" ">\n" - "> Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>\n" - "> Tested-by: Fushen Chen <fchen@apm.com>\n" - "> Tested-by: Toan Le <toanle@apm.com>\n" - "> Tested-by: Matthias Brugger <mbrugger@suse.com>\n" + "> Signed-off-by: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>\n" + "> Tested-by: Fushen Chen <fchen-qTEPVZfXA3Y@public.gmane.org>\n" + "> Tested-by: Toan Le <toanle-qTEPVZfXA3Y@public.gmane.org>\n" + "> Tested-by: Matthias Brugger <mbrugger-IBi9RG/b67k@public.gmane.org>\n" "> ---\n" "> drivers/net/ethernet/apm/xgene/Kconfig | 1 +\n" "> drivers/net/phy/Kconfig | 7 +\n" @@ -79,7 +86,7 @@ "> +/* Applied Micro X-Gene SoC MDIO Driver\n" "> + *\n" "> + * Copyright (c) 2016, Applied Micro Circuits Corporation\n" - "> + * Author: Iyappan Subramanian <isubramanian@apm.com>\n" + "> + * Author: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify it\n" "> + * under the terms of the GNU General Public License as published by the\n" @@ -620,7 +627,7 @@ "> +module_platform_driver(xgene_mdio_driver);\n" "> +\n" "> +MODULE_DESCRIPTION(\"APM X-Gene SoC MDIO driver\");\n" - "> +MODULE_AUTHOR(\"Iyappan Subramanian <isubramanian@apm.com>\");\n" + "> +MODULE_AUTHOR(\"Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>\");\n" "> +MODULE_LICENSE(\"GPL\");\n" "> diff --git a/drivers/net/phy/mdio-xgene.h b/drivers/net/phy/mdio-xgene.h\n" "> new file mode 100644\n" @@ -631,7 +638,7 @@ "> +/* Applied Micro X-Gene SoC MDIO Driver\n" "> + *\n" "> + * Copyright (c) 2016, Applied Micro Circuits Corporation\n" - "> + * Author: Iyappan Subramanian <isubramanian@apm.com>\n" + "> + * Author: Iyappan Subramanian <isubramanian-qTEPVZfXA3Y@public.gmane.org>\n" "> + *\n" "> + * This program is free software; you can redistribute it and/or modify it\n" "> + * under the terms of the GNU General Public License as published by the\n" @@ -774,6 +781,10 @@ "> +bool xgene_mdio_probe_successful(void);\n" "> +\n" "> +#endif /* __MDIO_XGENE_H__ */\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 -5b9cb00003422b12909d8ba7c1f253dd7013a0453560b8d6459c32fee0079144 +8303aac798b3e62b49d2d49e9c3e8a0c0cd24f48c2d5fbff1944d43e4a238b8b
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.