diff for duplicates of <20170124093534.GU16020@dell> diff --git a/a/1.txt b/N1/1.txt index 9feaa04..1ba866b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -9,12 +9,12 @@ On Thu, 05 Jan 2017, Tony Lindgren wrote: > of_platform_populate() at the end of our probe, and then the children > can just call dev_get_regmap(dev.parent, NULL) to get the regmap. > -> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org -> Cc: Marcel Partap <mpartap-hi6Y0CQ0nG0@public.gmane.org> -> Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> -> Cc: Michael Scott <michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> Cc: devicetree@vger.kernel.org +> Cc: Marcel Partap <mpartap@gmx.net> +> Cc: Mark Rutland <mark.rutland@arm.com> +> Cc: Michael Scott <michael.scott@linaro.org> +> Acked-by: Rob Herring <robh@kernel.org> +> Signed-off-by: Tony Lindgren <tony@atomide.com> > --- > Changes from v2: > @@ -112,7 +112,7 @@ On Thu, 05 Jan 2017, Tony Lindgren wrote: > +/* > + * Motorola CPCAP PMIC core driver > + * -> + * Copyright (C) 2016 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> + * Copyright (C) 2016 Tony Lindgren <tony@atomide.com> > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License version 2 as @@ -368,7 +368,7 @@ Nit: BIT() > + > +MODULE_ALIAS("platform:cpcap"); > +MODULE_DESCRIPTION("CPCAP driver"); -> +MODULE_AUTHOR("Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>"); +> +MODULE_AUTHOR("Tony Lindgren <tony@atomide.com>"); > +MODULE_LICENSE("GPL v2"); > diff --git a/include/linux/mfd/motorola-cpcap.h b/include/linux/mfd/motorola-cpcap.h > new file mode 100644 @@ -384,7 +384,7 @@ Nit: BIT() > + * Rewritten for the real register offsets instead of enumeration > + * to make the defines usable with Linux kernel regmap support > + * -> + * Copyright (C) 2016 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org> +> + * Copyright (C) 2016 Tony Lindgren <tony@atomide.com> Nit: 2017 @@ -681,7 +681,3 @@ Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog --- -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 a3c0842..7d4071e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,15 @@ "ref\020170106004439.12249-1-tony@atomide.com\0" - "ref\020170106004439.12249-1-tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org\0" - "From\0Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "From\0Lee Jones <lee.jones@linaro.org>\0" "Subject\0Re: [PATCHv4] mfd: cpcap: Add minimal support\0" "Date\0Tue, 24 Jan 2017 09:35:34 +0000\0" - "To\0Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\0" - "Cc\0Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>" - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - Marcel Partap <mpartap-hi6Y0CQ0nG0@public.gmane.org> - Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> - " Michael Scott <michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\0" + "To\0Tony Lindgren <tony@atomide.com>\0" + "Cc\0Samuel Ortiz <sameo@linux.intel.com>" + linux-kernel@vger.kernel.org + linux-omap@vger.kernel.org + devicetree@vger.kernel.org + Marcel Partap <mpartap@gmx.net> + Mark Rutland <mark.rutland@arm.com> + " Michael Scott <michael.scott@linaro.org>\0" "\00:1\0" "b\0" "On Thu, 05 Jan 2017, Tony Lindgren wrote:\n" @@ -24,12 +23,12 @@ "> of_platform_populate() at the end of our probe, and then the children\n" "> can just call dev_get_regmap(dev.parent, NULL) to get the regmap.\n" "> \n" - "> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n" - "> Cc: Marcel Partap <mpartap-hi6Y0CQ0nG0@public.gmane.org>\n" - "> Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>\n" - "> Cc: Michael Scott <michael.scott-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - "> Acked-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" - "> Signed-off-by: Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> Cc: devicetree@vger.kernel.org\n" + "> Cc: Marcel Partap <mpartap@gmx.net>\n" + "> Cc: Mark Rutland <mark.rutland@arm.com>\n" + "> Cc: Michael Scott <michael.scott@linaro.org>\n" + "> Acked-by: Rob Herring <robh@kernel.org>\n" + "> Signed-off-by: Tony Lindgren <tony@atomide.com>\n" "> ---\n" "> Changes from v2:\n" "> \n" @@ -127,7 +126,7 @@ "> +/*\n" "> + * Motorola CPCAP PMIC core driver\n" "> + *\n" - "> + * Copyright (C) 2016 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> + * Copyright (C) 2016 Tony Lindgren <tony@atomide.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 version 2 as\n" @@ -383,7 +382,7 @@ "> +\n" "> +MODULE_ALIAS(\"platform:cpcap\");\n" "> +MODULE_DESCRIPTION(\"CPCAP driver\");\n" - "> +MODULE_AUTHOR(\"Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\");\n" + "> +MODULE_AUTHOR(\"Tony Lindgren <tony@atomide.com>\");\n" "> +MODULE_LICENSE(\"GPL v2\");\n" "> diff --git a/include/linux/mfd/motorola-cpcap.h b/include/linux/mfd/motorola-cpcap.h\n" "> new file mode 100644\n" @@ -399,7 +398,7 @@ "> + * Rewritten for the real register offsets instead of enumeration\n" "> + * to make the defines usable with Linux kernel regmap support\n" "> + *\n" - "> + * Copyright (C) 2016 Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>\n" + "> + * Copyright (C) 2016 Tony Lindgren <tony@atomide.com>\n" "\n" "Nit: 2017\n" "\n" @@ -695,10 +694,6 @@ "Lee Jones\n" "Linaro STMicroelectronics Landing Team Lead\n" "Linaro.org \342\224\202 Open source software for ARM SoCs\n" - "Follow Linaro: Facebook | Twitter | Blog\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 + Follow Linaro: Facebook | Twitter | Blog -e2f5c235cb145301edc9f75ef2b8f8c2e6a462039ec13ddfa887b401d8082a0f +696faacb5e2202eb10cbe7fa86fb70ebf3a76e9fe762f49700b23137be31d7c8
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.