diff for duplicates of <576AC3CC.30206@lechnology.com> diff --git a/a/1.txt b/N1/1.txt index 16b9a92..3f334ba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,5 +1,5 @@ From 2261f0ea15690623dcefd71b8aaaea6089b16468 Mon Sep 17 00:00:00 2001 -From: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> +From: David Lechner <david@lechnology.com> Date: Wed, 16 Mar 2016 14:16:08 -0500 Subject: [PATCH] phy: da8xx-usb: new driver for DA8xx SoC USB PHY @@ -7,8 +7,8 @@ This is a new phy driver for the SoC USB controllers on the TI DA8xx family of microcontrollers. The USB 1.1 PHY is just a simple on/off. The USB 2.0 PHY also allows overriding the VBUS and ID pins. -Signed-off-by: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> -Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org> +Signed-off-by: David Lechner <david@lechnology.com> +Reviewed-by: Sekhar Nori <nsekhar@ti.com> --- Just one small change here. Changed "syscon.0" to "syscon" @@ -63,7 +63,7 @@ index 0000000..79af8d2 +/* + * phy-da8xx-usb - TI DaVinci DA8xx USB PHY driver + * -+ * Copyright (C) 2016 David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org> ++ * Copyright (C) 2016 David Lechner <david@lechnology.com> + * + * 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 @@ -301,14 +301,8 @@ index 0000000..79af8d2 +module_platform_driver(da8xx_usb_phy_driver); + +MODULE_ALIAS("platform:da8xx-usb-phy"); -+MODULE_AUTHOR("David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>"); ++MODULE_AUTHOR("David Lechner <david@lechnology.com>"); +MODULE_DESCRIPTION("TI DA8xx USB PHY driver"); +MODULE_LICENSE("GPL v2"); -- 2.7.4 - - --- -To unsubscribe from this list: send the line "unsubscribe linux-usb" 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 dcef9c4..93425ef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,31 +1,30 @@ "ref\01462837203-12125-1-git-send-email-david@lechnology.com\0" "ref\01462837203-12125-5-git-send-email-david@lechnology.com\0" "ref\0575ABDB9.8000502@ti.com\0" - "ref\0575ABDB9.8000502-l0cyMroinI0@public.gmane.org\0" - "From\0David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>\0" + "From\0David Lechner <david@lechnology.com>\0" "Subject\0Re: [PATCH v5 4/7] phy: da8xx-usb: new driver for DA8xx SoC USB PHY\0" "Date\0Wed, 22 Jun 2016 11:58:52 -0500\0" - "To\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>" - khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> - Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> - Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> - Alan Stern <stern-nwvwT67g6+6dFdvTe/nMLpVzexx5G7lz@public.gmane.org> - Bin Liu <b-liu-l0cyMroinI0@public.gmane.org> - " Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" - "Cc\0petr-Qh/3xLP0EvwAvxtiuMwx3w@public.gmane.org" - sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org - Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org> - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - " linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Sekhar Nori <nsekhar@ti.com>" + khilman@kernel.org + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Kishon Vijay Abraham I <kishon@ti.com> + Alan Stern <stern@rowland.harvard.edu> + Bin Liu <b-liu@ti.com> + " Lee Jones <lee.jones@linaro.org>\0" + "Cc\0petr@barix.com" + sergei.shtylyov@cogentembedded.com + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + devicetree@vger.kernel.org + linux-kernel@vger.kernel.org + " linux-usb@vger.kernel.org\0" "\00:1\0" "b\0" " From 2261f0ea15690623dcefd71b8aaaea6089b16468 Mon Sep 17 00:00:00 2001\n" - "From: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>\n" + "From: David Lechner <david@lechnology.com>\n" "Date: Wed, 16 Mar 2016 14:16:08 -0500\n" "Subject: [PATCH] phy: da8xx-usb: new driver for DA8xx SoC USB PHY\n" "\n" @@ -33,8 +32,8 @@ "family of microcontrollers. The USB 1.1 PHY is just a simple on/off.\n" "The USB 2.0 PHY also allows overriding the VBUS and ID pins.\n" "\n" - "Signed-off-by: David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>\n" - "Reviewed-by: Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\n" + "Signed-off-by: David Lechner <david@lechnology.com>\n" + "Reviewed-by: Sekhar Nori <nsekhar@ti.com>\n" "---\n" "\n" "Just one small change here. Changed \"syscon.0\" to \"syscon\"\n" @@ -89,7 +88,7 @@ "+/*\n" "+ * phy-da8xx-usb - TI DaVinci DA8xx USB PHY driver\n" "+ *\n" - "+ * Copyright (C) 2016 David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>\n" + "+ * Copyright (C) 2016 David Lechner <david@lechnology.com>\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 as published by\n" @@ -327,16 +326,10 @@ "+module_platform_driver(da8xx_usb_phy_driver);\n" "+\n" "+MODULE_ALIAS(\"platform:da8xx-usb-phy\");\n" - "+MODULE_AUTHOR(\"David Lechner <david-nq/r/kbU++upp/zk7JDF2g@public.gmane.org>\");\n" + "+MODULE_AUTHOR(\"David Lechner <david@lechnology.com>\");\n" "+MODULE_DESCRIPTION(\"TI DA8xx USB PHY driver\");\n" "+MODULE_LICENSE(\"GPL v2\");\n" "-- \n" - "2.7.4\n" - "\n" - "\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-usb\" 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 + 2.7.4 -6dce2eb85c803bf4fe85de1fc1fa2340bc57554005fae69ca02484172904b720 +ac764feded34a57086c30597182d2de3221909dd327cdf21b6694143139d20e9
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.