All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52600931.1020803@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index eb5783a..f29fdce 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -5,10 +5,10 @@ On 10/17/2013 06:41 AM, Peter De Schrijver wrote:
 
 This series, and the other series "[PATCH v3 0/7] Tegra124 clock support",
 
-Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Tested-by: Stephen Warren <swarren@nvidia.com>
 
 Patch 1 in this series also (or the whole lot if you want),
-Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Acked-by: Stephen Warren <swarren@nvidia.com>
 
 There are some ifdef issues though, which should be fixed before
 actually applying this:
@@ -17,13 +17,13 @@ tegra_defconfig builds fine.
 
 tegra_defconfig minus CONFIG_ARCH_TEGRA_114_SOC yields:
 
-> drivers/clk/tegra/clk-pll.c:1734:12: error: ‘clk_pll_iddq_enable’ undeclared here (not in a function)
-> drivers/clk/tegra/clk-pll.c:1735:13: error: ‘clk_pll_iddq_disable’ undeclared here (not in a function)
-> drivers/clk/tegra/clk-pll.c:1737:16: error: ‘clk_pll_ramp_round_rate’ undeclared here (not in a function)
-> drivers/clk/tegra/clk-pll.c:1738:14: error: ‘clk_pllxc_set_rate’ undeclared here (not in a function)
-> drivers/clk/tegra/clk-pll.c: In function ‘tegra_clk_register_pllss’:
-> drivers/clk/tegra/clk-pll.c:1781:2: error: implicit declaration of function ‘_clip_vco_min’ [-Werror=implicit-function-declaration]
-> drivers/clk/tegra/clk-pll.c:1785:2: error: implicit declaration of function ‘_pll_fixed_mdiv’ [-Werror=implicit-function-declaration]
+> drivers/clk/tegra/clk-pll.c:1734:12: error: ?clk_pll_iddq_enable? undeclared here (not in a function)
+> drivers/clk/tegra/clk-pll.c:1735:13: error: ?clk_pll_iddq_disable? undeclared here (not in a function)
+> drivers/clk/tegra/clk-pll.c:1737:16: error: ?clk_pll_ramp_round_rate? undeclared here (not in a function)
+> drivers/clk/tegra/clk-pll.c:1738:14: error: ?clk_pllxc_set_rate? undeclared here (not in a function)
+> drivers/clk/tegra/clk-pll.c: In function ?tegra_clk_register_pllss?:
+> drivers/clk/tegra/clk-pll.c:1781:2: error: implicit declaration of function ?_clip_vco_min? [-Werror=implicit-function-declaration]
+> drivers/clk/tegra/clk-pll.c:1785:2: error: implicit declaration of function ?_pll_fixed_mdiv? [-Werror=implicit-function-declaration]
 
 (Thanks for Aaron Plattner for pointing that out)
 
diff --git a/a/content_digest b/N1/content_digest
index d9b2e42..9839d58 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,8 @@
  "ref\01382013674-12901-1-git-send-email-pdeschrijver@nvidia.com\0"
- "ref\01382013674-12901-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH v4 00/15] Introduce common infra for tegra clocks\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH v4 00/15] Introduce common infra for tegra clocks\0"
  "Date\0Thu, 17 Oct 2013 09:58:41 -0600\0"
- "To\0Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>"
-  Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 10/17/2013 06:41 AM, Peter De Schrijver wrote:\n"
@@ -19,10 +12,10 @@
  "\n"
  "This series, and the other series \"[PATCH v3 0/7] Tegra124 clock support\",\n"
  "\n"
- "Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Tested-by: Stephen Warren <swarren@nvidia.com>\n"
  "\n"
  "Patch 1 in this series also (or the whole lot if you want),\n"
- "Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Acked-by: Stephen Warren <swarren@nvidia.com>\n"
  "\n"
  "There are some ifdef issues though, which should be fixed before\n"
  "actually applying this:\n"
@@ -31,17 +24,17 @@
  "\n"
  "tegra_defconfig minus CONFIG_ARCH_TEGRA_114_SOC yields:\n"
  "\n"
- "> drivers/clk/tegra/clk-pll.c:1734:12: error: \342\200\230clk_pll_iddq_enable\342\200\231 undeclared here (not in a function)\n"
- "> drivers/clk/tegra/clk-pll.c:1735:13: error: \342\200\230clk_pll_iddq_disable\342\200\231 undeclared here (not in a function)\n"
- "> drivers/clk/tegra/clk-pll.c:1737:16: error: \342\200\230clk_pll_ramp_round_rate\342\200\231 undeclared here (not in a function)\n"
- "> drivers/clk/tegra/clk-pll.c:1738:14: error: \342\200\230clk_pllxc_set_rate\342\200\231 undeclared here (not in a function)\n"
- "> drivers/clk/tegra/clk-pll.c: In function \342\200\230tegra_clk_register_pllss\342\200\231:\n"
- "> drivers/clk/tegra/clk-pll.c:1781:2: error: implicit declaration of function \342\200\230_clip_vco_min\342\200\231 [-Werror=implicit-function-declaration]\n"
- "> drivers/clk/tegra/clk-pll.c:1785:2: error: implicit declaration of function \342\200\230_pll_fixed_mdiv\342\200\231 [-Werror=implicit-function-declaration]\n"
+ "> drivers/clk/tegra/clk-pll.c:1734:12: error: ?clk_pll_iddq_enable? undeclared here (not in a function)\n"
+ "> drivers/clk/tegra/clk-pll.c:1735:13: error: ?clk_pll_iddq_disable? undeclared here (not in a function)\n"
+ "> drivers/clk/tegra/clk-pll.c:1737:16: error: ?clk_pll_ramp_round_rate? undeclared here (not in a function)\n"
+ "> drivers/clk/tegra/clk-pll.c:1738:14: error: ?clk_pllxc_set_rate? undeclared here (not in a function)\n"
+ "> drivers/clk/tegra/clk-pll.c: In function ?tegra_clk_register_pllss?:\n"
+ "> drivers/clk/tegra/clk-pll.c:1781:2: error: implicit declaration of function ?_clip_vco_min? [-Werror=implicit-function-declaration]\n"
+ "> drivers/clk/tegra/clk-pll.c:1785:2: error: implicit declaration of function ?_pll_fixed_mdiv? [-Werror=implicit-function-declaration]\n"
  "\n"
  "(Thanks for Aaron Plattner for pointing that out)\n"
  "\n"
  "Can you please double-check all 15 valid combinations of\n"
  CONFIG_ARCH_TEGRA_xx_SOC to make sure they all build.
 
-eea99865c67e257cfc756d36863df7d3707f7d1d1cf06eaf283f41aaf6d8a09b
+fa125baca43ea32332eda5ceae1b7b40934b42301f1765a2cf4225a7be5e0a83

diff --git a/a/1.txt b/N2/1.txt
index eb5783a..1da1c21 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -5,10 +5,10 @@ On 10/17/2013 06:41 AM, Peter De Schrijver wrote:
 
 This series, and the other series "[PATCH v3 0/7] Tegra124 clock support",
 
-Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Tested-by: Stephen Warren <swarren@nvidia.com>
 
 Patch 1 in this series also (or the whole lot if you want),
-Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+Acked-by: Stephen Warren <swarren@nvidia.com>
 
 There are some ifdef issues though, which should be fixed before
 actually applying this:
diff --git a/a/content_digest b/N2/content_digest
index d9b2e42..2076c33 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,14 @@
  "ref\01382013674-12901-1-git-send-email-pdeschrijver@nvidia.com\0"
- "ref\01382013674-12901-1-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
+ "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH v4 00/15] Introduce common infra for tegra clocks\0"
  "Date\0Thu, 17 Oct 2013 09:58:41 -0600\0"
- "To\0Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Prashant Gaikwad <pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>"
-  Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Peter De Schrijver <pdeschrijver@nvidia.com>\0"
+ "Cc\0Prashant Gaikwad <pgaikwad@nvidia.com>"
+  Mike Turquette <mturquette@linaro.org>
+  Thierry Reding <thierry.reding@gmail.com>
+  linux-arm-kernel@lists.infradead.org
+  linux-tegra@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 10/17/2013 06:41 AM, Peter De Schrijver wrote:\n"
@@ -19,10 +18,10 @@
  "\n"
  "This series, and the other series \"[PATCH v3 0/7] Tegra124 clock support\",\n"
  "\n"
- "Tested-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Tested-by: Stephen Warren <swarren@nvidia.com>\n"
  "\n"
  "Patch 1 in this series also (or the whole lot if you want),\n"
- "Acked-by: Stephen Warren <swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "Acked-by: Stephen Warren <swarren@nvidia.com>\n"
  "\n"
  "There are some ifdef issues though, which should be fixed before\n"
  "actually applying this:\n"
@@ -44,4 +43,4 @@
  "Can you please double-check all 15 valid combinations of\n"
  CONFIG_ARCH_TEGRA_xx_SOC to make sure they all build.
 
-eea99865c67e257cfc756d36863df7d3707f7d1d1cf06eaf283f41aaf6d8a09b
+71b58ec33fe94408a85e8a22d0a2af14d2303424f26f42d69bc104bced85b66d

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.