All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55A63C1B.1010503@ti.com>

diff --git a/a/1.txt b/N1/1.txt
index b441817..363cb4d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ merged this to linux-phy tree.
 Cheers
 Kishon
 > 
-> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
+> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 > ---
 > Changes in v2:
 > -Removed the sunxi specific phy functions, instead the id / vbus gpio polling
@@ -56,7 +56,7 @@ Kishon
 > +- usb2_vbus-supply : regulator phandle for controller usb2 vbus
 > +
 >  Example:
->  	usbphy: phy at 0x01c13400 {
+>  	usbphy: phy@0x01c13400 {
 >  		#phy-cells = <1>;
 > @@ -32,6 +39,13 @@ Example:
 >  		reg-names = "phy_ctrl", "pmu1", "pmu2";
@@ -94,8 +94,8 @@ Kishon
 >  /*
 >   * Allwinner sun4i USB phy driver
 >   *
-> - * Copyright (C) 2014 Hans de Goede <hdegoede@redhat.com>
-> + * Copyright (C) 2014-2015 Hans de Goede <hdegoede@redhat.com>
+> - * Copyright (C) 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+> + * Copyright (C) 2014-2015 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
 >   *
 >   * Based on code from
 >   * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
diff --git a/a/content_digest b/N1/content_digest
index d1ee568..e5cc239 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,9 +1,18 @@
  "ref\01433088626-8858-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01433088626-8858-2-git-send-email-hdegoede@redhat.com\0"
- "From\0kishon@ti.com (Kishon Vijay Abraham I)\0"
- "Subject\0[PATCH v4 1/2] phy-sun4i-usb: Add full support for usb0 phy / OTG\0"
+ "ref\01433088626-8858-2-git-send-email-hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org\0"
+ "From\0Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org>\0"
+ "Subject\0Re: [PATCH v4 1/2] phy-sun4i-usb: Add full support for usb0 phy / OTG\0"
  "Date\0Wed, 15 Jul 2015 16:25:23 +0530\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"
+ " Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>\0"
+ "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>"
+  Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
+  Roman Byshko <rbyshko-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+ " linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -31,7 +40,7 @@
  "Cheers\n"
  "Kishon\n"
  "> \n"
- "> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n"
+ "> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
  "> ---\n"
  "> Changes in v2:\n"
  "> -Removed the sunxi specific phy functions, instead the id / vbus gpio polling\n"
@@ -64,7 +73,7 @@
  "> +- usb2_vbus-supply : regulator phandle for controller usb2 vbus\n"
  "> +\n"
  ">  Example:\n"
- ">  \tusbphy: phy at 0x01c13400 {\n"
+ ">  \tusbphy: phy@0x01c13400 {\n"
  ">  \t\t#phy-cells = <1>;\n"
  "> @@ -32,6 +39,13 @@ Example:\n"
  ">  \t\treg-names = \"phy_ctrl\", \"pmu1\", \"pmu2\";\n"
@@ -102,8 +111,8 @@
  ">  /*\n"
  ">   * Allwinner sun4i USB phy driver\n"
  ">   *\n"
- "> - * Copyright (C) 2014 Hans de Goede <hdegoede@redhat.com>\n"
- "> + * Copyright (C) 2014-2015 Hans de Goede <hdegoede@redhat.com>\n"
+ "> - * Copyright (C) 2014 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
+ "> + * Copyright (C) 2014-2015 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
  ">   *\n"
  ">   * Based on code from\n"
  ">   * Allwinner Technology Co., Ltd. <www.allwinnertech.com>\n"
@@ -503,4 +512,4 @@
  ">  module_platform_driver(sun4i_usb_phy_driver);\n"
  >
 
-34851012ab121f9d882d3e088ff9da1a9cffef06e915f8f8725baaf4d3fc5f7b
+c275f6c8c00e41b826a5a118e65677cb5c7ae548e109137156c9c1f4bb99e45a

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.