diff for duplicates of <559A7286.1080108@redhat.com> diff --git a/a/1.txt b/N1/1.txt index ddf37e5..6b4becf 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,7 +7,7 @@ On 06-07-15 12:40, Maxime Ripard wrote: >> This adds a driver for the usb power_supply bits of the axp20x PMICs. >> >> I initially started writing my own driver, before coming aware of ->> Bruno Prémont's excellent earlier RFC with a driver for this. +>> Bruno Pr?mont's excellent earlier RFC with a driver for this. >> >> My driver was lacking CURRENT_MAX and VOLTAGE_MIN support Bruno's >> drvier has, so I've copied the code for those from his driver. @@ -17,10 +17,10 @@ On 06-07-15 12:40, Maxime Ripard wrote: >> devicetree nodes can reference the right power-supply, and thus each one >> will get its own mfd-cell / platform_device and platform-driver. >> ->> Cc: Bruno Prémont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org> ->> Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> ->> Signed-off-by: Bruno Prémont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org> ->> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> +>> Cc: Bruno Pr?mont <bonbons@linux-vserver.org> +>> Acked-by: Lee Jones <lee.jones@linaro.org> +>> Signed-off-by: Bruno Pr?mont <bonbons@linux-vserver.org> +>> Signed-off-by: Hans de Goede <hdegoede@redhat.com> >> --- >> Changes in v2: >> -Split out the dt-bindings documentation into a separate patch @@ -75,8 +75,8 @@ On 06-07-15 12:40, Maxime Ripard wrote: >> +/* >> + * AXP20x PMIC USB power supply status driver >> + * ->> + * Copyright (C) 2015 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> ->> + * Copyright (C) 2014 Bruno Prémont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org> +>> + * Copyright (C) 2015 Hans de Goede <hdegoede@redhat.com> +>> + * Copyright (C) 2014 Bruno Pr?mont <bonbons@linux-vserver.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 @@ -345,7 +345,7 @@ be not NULL. >> + >> +module_platform_driver(axp20x_usb_power_driver); >> + ->> +MODULE_AUTHOR("Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>"); +>> +MODULE_AUTHOR("Hans de Goede <hdegoede@redhat.com>"); >> +MODULE_DESCRIPTION("AXP20x PMIC USB power supply status driver"); >> +MODULE_LICENSE("GPL"); >> diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h @@ -394,8 +394,3 @@ be not NULL. Regards, Hans - --- -You received this message because you are subscribed to the Google Groups "linux-sunxi" group. -To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org -For more options, visit https://groups.google.com/d/optout. diff --git a/a/content_digest b/N1/content_digest index 4bc49f4..5bb1e0c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,10 @@ "ref\01435316357-26606-1-git-send-email-hdegoede@redhat.com\0" "ref\01435316357-26606-4-git-send-email-hdegoede@redhat.com\0" "ref\020150706104019.GI3269@lukather\0" - "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0" - "Subject\0Re: Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver\0" + "From\0hdegoede@redhat.com (Hans de Goede)\0" + "Subject\0[linux-sunxi] Re: [PATCH v3 4/4] power: Add an axp20x-usb-power driver\0" "Date\0Mon, 6 Jul 2015 14:20:22 +0200\0" - "To\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" - "Cc\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>" - Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - Dmitry Eremin-Solenikov <dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org> - " Bruno Pr\303\251mont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org>" - linux-pm-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" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi,\n" @@ -25,7 +16,7 @@ ">> This adds a driver for the usb power_supply bits of the axp20x PMICs.\n" ">>\n" ">> I initially started writing my own driver, before coming aware of\n" - ">> Bruno Pr\303\251mont's excellent earlier RFC with a driver for this.\n" + ">> Bruno Pr?mont's excellent earlier RFC with a driver for this.\n" ">>\n" ">> My driver was lacking CURRENT_MAX and VOLTAGE_MIN support Bruno's\n" ">> drvier has, so I've copied the code for those from his driver.\n" @@ -35,10 +26,10 @@ ">> devicetree nodes can reference the right power-supply, and thus each one\n" ">> will get its own mfd-cell / platform_device and platform-driver.\n" ">>\n" - ">> Cc: Bruno Pr\303\251mont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org>\n" - ">> Acked-by: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - ">> Signed-off-by: Bruno Pr\303\251mont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org>\n" - ">> Signed-off-by: Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" + ">> Cc: Bruno Pr?mont <bonbons@linux-vserver.org>\n" + ">> Acked-by: Lee Jones <lee.jones@linaro.org>\n" + ">> Signed-off-by: Bruno Pr?mont <bonbons@linux-vserver.org>\n" + ">> Signed-off-by: Hans de Goede <hdegoede@redhat.com>\n" ">> ---\n" ">> Changes in v2:\n" ">> -Split out the dt-bindings documentation into a separate patch\n" @@ -93,8 +84,8 @@ ">> +/*\n" ">> + * AXP20x PMIC USB power supply status driver\n" ">> + *\n" - ">> + * Copyright (C) 2015 Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n" - ">> + * Copyright (C) 2014 Bruno Pr\303\251mont <bonbons-ud5FBsm0p/xEiooADzr8i9i2O/JbrIOy@public.gmane.org>\n" + ">> + * Copyright (C) 2015 Hans de Goede <hdegoede@redhat.com>\n" + ">> + * Copyright (C) 2014 Bruno Pr?mont <bonbons@linux-vserver.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" @@ -363,7 +354,7 @@ ">> +\n" ">> +module_platform_driver(axp20x_usb_power_driver);\n" ">> +\n" - ">> +MODULE_AUTHOR(\"Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\");\n" + ">> +MODULE_AUTHOR(\"Hans de Goede <hdegoede@redhat.com>\");\n" ">> +MODULE_DESCRIPTION(\"AXP20x PMIC USB power supply status driver\");\n" ">> +MODULE_LICENSE(\"GPL\");\n" ">> diff --git a/include/linux/mfd/axp20x.h b/include/linux/mfd/axp20x.h\n" @@ -411,11 +402,6 @@ "\n" "Regards,\n" "\n" - "Hans\n" - "\n" - "-- \n" - "You received this message because you are subscribed to the Google Groups \"linux-sunxi\" group.\n" - "To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org\n" - For more options, visit https://groups.google.com/d/optout. + Hans -ba3f71e1e549aa437681b54f1c3ed879b41c15605252a4b7568c5151a4587ef6 +7f151ae2f236dcd64a571c20a0dbb9a17d3e1062e51e861d6afd0d54596ee985
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.