diff for duplicates of <542320B3.9020902@ti.com> diff --git a/a/1.txt b/N1/1.txt index 93a3492..4b587d6 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ David, On Tuesday 16 September 2014 09:44 AM, Sandeep Nair wrote: > On 9/15/2014 12:37 PM, David Miller wrote: ->> From: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org> +>> From: Santosh Shilimkar <santosh.shilimkar@ti.com> >> Date: Sat, 13 Sep 2014 16:07:18 -0400 >> >>> + /* Find this module in the sub-tree for this device */ @@ -49,7 +49,7 @@ Here is an updated version with above fixed. Not posting the entire series again since its just small update on the patch. >From 546bdbe17ba4ad01715203feadb716c5a1efde67 Mon Sep 17 00:00:00 2001 -From: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> +From: Sandeep Nair <sandeep_n@ti.com> Date: Tue, 4 Mar 2014 19:21:16 -0500 Subject: [PATCH v3 2/3] net: Add Keystone NetCP ethernet driver @@ -68,12 +68,12 @@ includes a 3-port Ethernet switch sub-module capable of 10Gb/s and Both GBE and XGBE network processors supported using common driver. It is also designed to handle future variants of NetCP. -Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -Cc: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -Cc: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org> +Cc: Rob Herring <robh+dt@kernel.org> +Cc: Grant Likely <grant.likely@linaro.org> +Cc: David Miller <davem@davemloft.net> -Signed-off-by: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -Signed-off-by: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org> +Signed-off-by: Sandeep Nair <sandeep_n@ti.com> +Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com> --- drivers/net/ethernet/ti/Kconfig | 12 +- drivers/net/ethernet/ti/Makefile | 4 + @@ -140,10 +140,10 @@ index 0000000..8178829 + * NetCP driver local header + * + * Copyright (C) 2014 Texas Instruments Incorporated -+ * Authors: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -+ * Sandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org> -+ * Cyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org> -+ * Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org> ++ * Authors: Sandeep Nair <sandeep_n@ti.com> ++ * Sandeep Paulraj <s-paulraj@ti.com> ++ * Cyril Chemparathy <cyril@ti.com> ++ * Santosh Shilimkar <santosh.shilimkar@ti.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as @@ -373,10 +373,10 @@ index 0000000..f09f2be + * Keystone NetCP Core driver + * + * Copyright (C) 2014 Texas Instruments Incorporated -+ * Authors: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -+ * Sandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org> -+ * Cyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org> -+ * Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org> ++ * Authors: Sandeep Nair <sandeep_n@ti.com> ++ * Sandeep Paulraj <s-paulraj@ti.com> ++ * Cyril Chemparathy <cyril@ti.com> ++ * Santosh Shilimkar <santosh.shilimkar@ti.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as @@ -2637,7 +2637,7 @@ index 0000000..f09f2be + +MODULE_LICENSE("GPL v2"); +MODULE_DESCRIPTION("TI NETCP driver for Keystone SOCs"); -+MODULE_AUTHOR("Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org"); ++MODULE_AUTHOR("Sandeep Nair <sandeep_n@ti.com"); diff --git a/drivers/net/ethernet/ti/netcp_ethss.c b/drivers/net/ethernet/ti/netcp_ethss.c new file mode 100644 index 0000000..8add57d @@ -2648,10 +2648,10 @@ index 0000000..8add57d + * Keystone GBE and XGBE subsystem code + * + * Copyright (C) 2014 Texas Instruments Incorporated -+ * Authors: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -+ * Sandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org> -+ * Cyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org> -+ * Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org> ++ * Authors: Sandeep Nair <sandeep_n@ti.com> ++ * Sandeep Paulraj <s-paulraj@ti.com> ++ * Cyril Chemparathy <cyril@ti.com> ++ * Santosh Shilimkar <santosh.shilimkar@ti.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as @@ -4832,8 +4832,8 @@ index 0000000..55a5d61 + * SGMI module initialisation + * + * Copyright (C) 2014 Texas Instruments Incorporated -+ * Authors: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -+ * Sandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org> ++ * Authors: Sandeep Nair <sandeep_n@ti.com> ++ * Sandeep Paulraj <s-paulraj@ti.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as @@ -4968,8 +4968,8 @@ index 0000000..8d7e4fc3 + * XGE PCSR module initialisation + * + * Copyright (C) 2014 Texas Instruments Incorporated -+ * Authors: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org> -+ * WingMan Kwok <w-kwok2-l0cyMroinI0@public.gmane.org> ++ * Authors: Sandeep Nair <sandeep_n@ti.com> ++ * WingMan Kwok <w-kwok2@ti.com> + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as @@ -5468,9 +5468,3 @@ index 0000000..8d7e4fc3 +} -- 1.7.9.5 - - --- -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 36101f1..611ad4b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,25 @@ "ref\01410638839-14792-3-git-send-email-santosh.shilimkar@ti.com\0" "ref\020140915.123755.1868053059646672094.davem@davemloft.net\0" "ref\054183EDB.20801@ti.com\0" - "ref\054183EDB.20801-l0cyMroinI0@public.gmane.org\0" - "From\0Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\0" + "From\0Santosh Shilimkar <santosh.shilimkar@ti.com>\0" "Subject\0Re: [PATCH v3 2/3] net: Add Keystone NetCP ethernet driver\0" "Date\0Wed, 24 Sep 2014 15:51:15 -0400\0" - "To\0Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>" - " David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>\0" - "Cc\0netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " jhs-jkUAjuhPggJWk0Htik3J/w@public.gmane.org\0" + "To\0Sandeep Nair <sandeep_n@ti.com>" + " David Miller <davem@davemloft.net>\0" + "Cc\0<netdev@vger.kernel.org>" + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + <robh+dt@kernel.org> + <grant.likely@linaro.org> + <devicetree@vger.kernel.org> + " <jhs@mojatatu.com>\0" "\00:1\0" "b\0" "David,\n" "\n" "On Tuesday 16 September 2014 09:44 AM, Sandeep Nair wrote:\n" "> On 9/15/2014 12:37 PM, David Miller wrote:\n" - ">> From: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n" + ">> From: Santosh Shilimkar <santosh.shilimkar@ti.com>\n" ">> Date: Sat, 13 Sep 2014 16:07:18 -0400\n" ">>\n" ">>> + /* Find this module in the sub-tree for this device */\n" @@ -68,7 +67,7 @@ "series again since its just small update on the patch.\n" "\n" ">From 546bdbe17ba4ad01715203feadb716c5a1efde67 Mon Sep 17 00:00:00 2001\n" - "From: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" + "From: Sandeep Nair <sandeep_n@ti.com>\n" "Date: Tue, 4 Mar 2014 19:21:16 -0500\n" "Subject: [PATCH v3 2/3] net: Add Keystone NetCP ethernet driver\n" "\n" @@ -87,12 +86,12 @@ "Both GBE and XGBE network processors supported using common driver. It\n" "is also designed to handle future variants of NetCP.\n" "\n" - "Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" - "Cc: Grant Likely <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - "Cc: David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>\n" + "Cc: Rob Herring <robh+dt@kernel.org>\n" + "Cc: Grant Likely <grant.likely@linaro.org>\n" + "Cc: David Miller <davem@davemloft.net>\n" "\n" - "Signed-off-by: Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "Signed-off-by: Santosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n" + "Signed-off-by: Sandeep Nair <sandeep_n@ti.com>\n" + "Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>\n" "---\n" " drivers/net/ethernet/ti/Kconfig | 12 +-\n" " drivers/net/ethernet/ti/Makefile | 4 +\n" @@ -159,10 +158,10 @@ "+ * NetCP driver local header\n" "+ *\n" "+ * Copyright (C) 2014 Texas Instruments Incorporated\n" - "+ * Authors:\tSandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tCyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSantosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n" + "+ * Authors:\tSandeep Nair <sandeep_n@ti.com>\n" + "+ *\t\tSandeep Paulraj <s-paulraj@ti.com>\n" + "+ *\t\tCyril Chemparathy <cyril@ti.com>\n" + "+ *\t\tSantosh Shilimkar <santosh.shilimkar@ti.com>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License as\n" @@ -392,10 +391,10 @@ "+ * Keystone NetCP Core driver\n" "+ *\n" "+ * Copyright (C) 2014 Texas Instruments Incorporated\n" - "+ * Authors:\tSandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tCyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSantosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n" + "+ * Authors:\tSandeep Nair <sandeep_n@ti.com>\n" + "+ *\t\tSandeep Paulraj <s-paulraj@ti.com>\n" + "+ *\t\tCyril Chemparathy <cyril@ti.com>\n" + "+ *\t\tSantosh Shilimkar <santosh.shilimkar@ti.com>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License as\n" @@ -2656,7 +2655,7 @@ "+\n" "+MODULE_LICENSE(\"GPL v2\");\n" "+MODULE_DESCRIPTION(\"TI NETCP driver for Keystone SOCs\");\n" - "+MODULE_AUTHOR(\"Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org\");\n" + "+MODULE_AUTHOR(\"Sandeep Nair <sandeep_n@ti.com\");\n" "diff --git a/drivers/net/ethernet/ti/netcp_ethss.c b/drivers/net/ethernet/ti/netcp_ethss.c\n" "new file mode 100644\n" "index 0000000..8add57d\n" @@ -2667,10 +2666,10 @@ "+ * Keystone GBE and XGBE subsystem code\n" "+ *\n" "+ * Copyright (C) 2014 Texas Instruments Incorporated\n" - "+ * Authors:\tSandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tCyril Chemparathy <cyril-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSantosh Shilimkar <santosh.shilimkar-l0cyMroinI0@public.gmane.org>\n" + "+ * Authors:\tSandeep Nair <sandeep_n@ti.com>\n" + "+ *\t\tSandeep Paulraj <s-paulraj@ti.com>\n" + "+ *\t\tCyril Chemparathy <cyril@ti.com>\n" + "+ *\t\tSantosh Shilimkar <santosh.shilimkar@ti.com>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License as\n" @@ -4851,8 +4850,8 @@ "+ * SGMI module initialisation\n" "+ *\n" "+ * Copyright (C) 2014 Texas Instruments Incorporated\n" - "+ * Authors:\tSandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tSandeep Paulraj <s-paulraj-l0cyMroinI0@public.gmane.org>\n" + "+ * Authors:\tSandeep Nair <sandeep_n@ti.com>\n" + "+ *\t\tSandeep Paulraj <s-paulraj@ti.com>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License as\n" @@ -4987,8 +4986,8 @@ "+ * XGE PCSR module initialisation\n" "+ *\n" "+ * Copyright (C) 2014 Texas Instruments Incorporated\n" - "+ * Authors:\tSandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>\n" - "+ *\t\tWingMan Kwok <w-kwok2-l0cyMroinI0@public.gmane.org>\n" + "+ * Authors:\tSandeep Nair <sandeep_n@ti.com>\n" + "+ *\t\tWingMan Kwok <w-kwok2@ti.com>\n" "+ *\n" "+ * This program is free software; you can redistribute it and/or\n" "+ * modify it under the terms of the GNU General Public License as\n" @@ -5486,12 +5485,6 @@ "+\treturn netcp_xgbe_serdes_config(serdes_regs, xgbe_regs);\n" "+}\n" "-- \n" - "1.7.9.5\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 + 1.7.9.5 -686746455d2ffdf3d1f7df35030f8fbffb0d03b17b0f93286e331b9e440c8fce +0eb4b6264ea921b3722f9bdfe86eab56fb9309ba25cc1a90dd549384ea0f174f
diff --git a/a/content_digest b/N2/content_digest index 36101f1..a87c831 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,13 +8,13 @@ "Date\0Wed, 24 Sep 2014 15:51:15 -0400\0" "To\0Sandeep Nair <sandeep_n-l0cyMroinI0@public.gmane.org>" " David Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>\0" - "Cc\0netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " jhs-jkUAjuhPggJWk0Htik3J/w@public.gmane.org\0" + "Cc\0<netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>" + <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org> + <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + <grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> + <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org> + " <jhs-jkUAjuhPggJWk0Htik3J/w@public.gmane.org>\0" "\00:1\0" "b\0" "David,\n" @@ -5494,4 +5494,4 @@ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" More majordomo info at http://vger.kernel.org/majordomo-info.html -686746455d2ffdf3d1f7df35030f8fbffb0d03b17b0f93286e331b9e440c8fce +9cb17a28a29cadeeea32659073c22cf7eeb0f8192491dc704ccabc7bd8483adf
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.