diff for duplicates of <20131219123701.3226.91986.stgit@tamien> diff --git a/a/1.txt b/N1/1.txt index 2d39736..a5fc6c2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -3,19 +3,19 @@ mode. This root clocksource is present on the Tegra114 and Tegra124 SoCs. It's used to generate a clock for the fast CPU cluster. Future patches will add support for closed-loop mode. -This code was originally created by Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>. +This code was originally created by Aleksandr Frid <afrid@nvidia.com>. It's been converted to use DT and integrated into the common clock framework, and a few minor functional changes have been implemented. Subsequent patches will add drivers for the Tegra114 and Tegra124 fast CPU cluster DFLL devices, which rely on this code. -Signed-off-by: Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -Cc: Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -Cc: Matthew Longnecker <mlongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -Cc: Tezaswi Raja <traja-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -Cc: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -Cc: Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com> +Cc: Aleksandr Frid <afrid@nvidia.com> +Cc: Matthew Longnecker <mlongnecker@nvidia.com> +Cc: Tezaswi Raja <traja@nvidia.com> +Cc: Peter De Schrijver <pdeschrijver@nvidia.com> +Cc: Prashant Gaikwad <pgaikwad@nvidia.com> --- drivers/clk/Kconfig | 2 drivers/clk/tegra/Kconfig | 9 @@ -82,8 +82,8 @@ index 000000000000..83a907fd4798 + * + * Copyright (C) 2012-2013 NVIDIA Corporation. All rights reserved. + * -+ * Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -+ * Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> ++ * Aleksandr Frid <afrid@nvidia.com> ++ * Paul Walmsley <pwalmsley@nvidia.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 @@ -1316,8 +1316,8 @@ index 000000000000..2e002c8ef597 + * clk-dfll.h - prototypes and macros for the Tegra DFLL clocksource driver + * Copyright (C) 2013 NVIDIA Corporation. All rights reserved. + * -+ * Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> -+ * Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> ++ * Aleksandr Frid <afrid@nvidia.com> ++ * Paul Walmsley <pwalmsley@nvidia.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 diff --git a/a/content_digest b/N1/content_digest index 1ac324d..e0dbbde 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,8 @@ "ref\020131219122857.3226.42830.stgit@tamien\0" - "From\0Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" + "From\0pwalmsley@nvidia.com (Paul Walmsley)\0" "Subject\0[PATCH 3/6] clk: tegra: add library for the DFLL clocksource (open-loop mode)\0" "Date\0Thu, 19 Dec 2013 04:37:14 -0800\0" - "To\0linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" - "Cc\0Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>" - Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Tezaswi Raja <traja-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> - " Matthew Longnecker <mlongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Add shared code to support the Tegra DFLL clocksource in open-loop\n" @@ -16,19 +10,19 @@ "SoCs. It's used to generate a clock for the fast CPU cluster. Future\n" "patches will add support for closed-loop mode.\n" "\n" - "This code was originally created by Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>.\n" + "This code was originally created by Aleksandr Frid <afrid@nvidia.com>.\n" "It's been converted to use DT and integrated into the common clock\n" "framework, and a few minor functional changes have been implemented.\n" "\n" "Subsequent patches will add drivers for the Tegra114 and Tegra124 fast\n" "CPU cluster DFLL devices, which rely on this code.\n" "\n" - "Signed-off-by: Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "Cc: Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "Cc: Matthew Longnecker <mlongnecker-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "Cc: Tezaswi Raja <traja-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "Cc: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "Cc: Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com>\n" + "Cc: Aleksandr Frid <afrid@nvidia.com>\n" + "Cc: Matthew Longnecker <mlongnecker@nvidia.com>\n" + "Cc: Tezaswi Raja <traja@nvidia.com>\n" + "Cc: Peter De Schrijver <pdeschrijver@nvidia.com>\n" + "Cc: Prashant Gaikwad <pgaikwad@nvidia.com>\n" "---\n" " drivers/clk/Kconfig | 2 \n" " drivers/clk/tegra/Kconfig | 9 \n" @@ -95,8 +89,8 @@ "+ *\n" "+ * Copyright (C) 2012-2013 NVIDIA Corporation. All rights reserved.\n" "+ *\n" - "+ * Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "+ * Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "+ * Aleksandr Frid <afrid@nvidia.com>\n" + "+ * Paul Walmsley <pwalmsley@nvidia.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" @@ -1329,8 +1323,8 @@ "+ * clk-dfll.h - prototypes and macros for the Tegra DFLL clocksource driver\n" "+ * Copyright (C) 2013 NVIDIA Corporation. All rights reserved.\n" "+ *\n" - "+ * Aleksandr Frid <afrid-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" - "+ * Paul Walmsley <pwalmsley-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "+ * Aleksandr Frid <afrid@nvidia.com>\n" + "+ * Paul Walmsley <pwalmsley@nvidia.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" @@ -1380,4 +1374,4 @@ "+\n" +#endif /* __DRIVERS_CLK_TEGRA_CLK_DFLL_H */ -e65112700902b2173dd114a38d3374b9535742015133f14795b085ed0ab13581 +cb2ed1528b9e6f95d7f9a82ae81d1b2c58033f95ce9e47d2f6f3fc4ff4ea2a9f
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.