All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55793F41.7000304@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 1ec588d..b9ecf5e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ On 11-06-15 07:48, Kishon Vijay Abraham I wrote:
 >> While updating the devicetree binding documentation also add documentation
 >> for the sofar undocumented usage of regulators for vbus for all 3 phys.
 >>
->> 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 @@ On 11-06-15 07:48, Kishon Vijay Abraham I wrote:
 >> +- 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";
@@ -130,8 +130,8 @@ Hans
 >>   /*
 >>    * 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>
@@ -531,3 +531,7 @@ Hans
 >>   module_platform_driver(sun4i_usb_phy_driver);
 >>
 >
+--
+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 784ce3c..153362b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,20 @@
  "ref\01433088626-8858-1-git-send-email-hdegoede@redhat.com\0"
  "ref\01433088626-8858-2-git-send-email-hdegoede@redhat.com\0"
  "ref\055792122.20607@ti.com\0"
- "From\0hdegoede@redhat.com (Hans de Goede)\0"
- "Subject\0[linux-sunxi] Re: [PATCH v4 1/2] phy-sun4i-usb: Add full support for usb0 phy / OTG\0"
+ "ref\055792122.20607-l0cyMroinI0@public.gmane.org\0"
+ "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0Re: [linux-sunxi] Re: [PATCH v4 1/2] phy-sun4i-usb: Add full support for usb0 phy / OTG\0"
  "Date\0Thu, 11 Jun 2015 09:56:49 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0kishon-l0cyMroinI0@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
+ " Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -32,7 +42,7 @@
  ">> While updating the devicetree binding documentation also add documentation\n"
  ">> for the sofar undocumented usage of regulators for vbus for all 3 phys.\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"
@@ -65,7 +75,7 @@
  ">> +- usb2_vbus-supply : regulator phandle for controller usb2 vbus\n"
  ">> +\n"
  ">>   Example:\n"
- ">>       usbphy: phy at 0x01c13400 {\n"
+ ">>       usbphy: phy@0x01c13400 {\n"
  ">>           #phy-cells = <1>;\n"
  ">> @@ -32,6 +39,13 @@ Example:\n"
  ">>           reg-names = \"phy_ctrl\", \"pmu1\", \"pmu2\";\n"
@@ -139,8 +149,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"
@@ -539,6 +549,10 @@
  ">>   };\n"
  ">>   module_platform_driver(sun4i_usb_phy_driver);\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
 
-3b0a87722cefd7ba302a777255735ba6f0c5dff2780223b36c9e6a4f6a23c3eb
+15e189cc37704c31f7e04b38b45b769898249a9017d9b3f2056ae75924045e35

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.