All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20130629012255.GA20924@lizard>

diff --git a/a/1.txt b/N1/1.txt
index beae9ba..3dee349 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -3,15 +3,15 @@ On Mon, Jun 10, 2013 at 05:26:39PM -0400, Rhyland Klein wrote:
 > it. Add of_node_put where needed to properly decrement the refcount
 > when we are done using a given node.
 > 
-> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> Signed-off-by: Rhyland Klein <rklein@nvidia.com>
 > ---
 
 With CONFIG_OF=n I got this:
 
   CC      drivers/power/sbs-battery.o
-  drivers/power/sbs-battery.c: In function ‘sbs_probe’:
-  drivers/power/sbs-battery.c:707:20: error: ‘struct power_supply’ has no
-  member named ‘of_node’
+  drivers/power/sbs-battery.c: In function ?sbs_probe?:
+  drivers/power/sbs-battery.c:707:20: error: ?struct power_supply? has no
+  member named ?of_node?
   make[1]: *** [drivers/power/sbs-battery.o] Error 1
 
 I fixed this by the patch below and applied your 1-3 series.
@@ -21,7 +21,7 @@ Thanks!
 Anton
 
 commit b50df95c8f0703c95625181d2eaf53855c5ebee5
-Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>
+Author: Anton Vorontsov <anton@enomsg.org>
 Date:   Fri Jun 28 18:17:22 2013 -0700
 
     power_supply: Move of_node out of the #ifdef CONFIG_OF
@@ -29,7 +29,7 @@ Date:   Fri Jun 28 18:17:22 2013 -0700
     Similar to linux/device.h, move of_node struct member out of the #ifdef
     CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.
     
-    Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>
+    Signed-off-by: Anton Vorontsov <anton@enomsg.org>
 
 diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
 index 3828cef..804b906 100644
diff --git a/a/content_digest b/N1/content_digest
index b643152..814b208 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,14 +1,9 @@
  "ref\01370899602-22123-1-git-send-email-rklein@nvidia.com\0"
  "ref\01370899602-22123-2-git-send-email-rklein@nvidia.com\0"
- "ref\01370899602-22123-2-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/4] power_supply: Add of_node_put to fix refcount\0"
+ "From\0anton@enomsg.org (Anton Vorontsov)\0"
+ "Subject\0[PATCH 1/4] power_supply: Add of_node_put to fix refcount\0"
  "Date\0Fri, 28 Jun 2013 18:22:55 -0700\0"
- "To\0Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@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 Mon, Jun 10, 2013 at 05:26:39PM -0400, Rhyland Klein wrote:\n"
@@ -16,15 +11,15 @@
  "> it. Add of_node_put where needed to properly decrement the refcount\n"
  "> when we are done using a given node.\n"
  "> \n"
- "> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> Signed-off-by: Rhyland Klein <rklein@nvidia.com>\n"
  "> ---\n"
  "\n"
  "With CONFIG_OF=n I got this:\n"
  "\n"
  "  CC      drivers/power/sbs-battery.o\n"
- "  drivers/power/sbs-battery.c: In function \342\200\230sbs_probe\342\200\231:\n"
- "  drivers/power/sbs-battery.c:707:20: error: \342\200\230struct power_supply\342\200\231 has no\n"
- "  member named \342\200\230of_node\342\200\231\n"
+ "  drivers/power/sbs-battery.c: In function ?sbs_probe?:\n"
+ "  drivers/power/sbs-battery.c:707:20: error: ?struct power_supply? has no\n"
+ "  member named ?of_node?\n"
  "  make[1]: *** [drivers/power/sbs-battery.o] Error 1\n"
  "\n"
  "I fixed this by the patch below and applied your 1-3 series.\n"
@@ -34,7 +29,7 @@
  "Anton\n"
  "\n"
  "commit b50df95c8f0703c95625181d2eaf53855c5ebee5\n"
- "Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n"
+ "Author: Anton Vorontsov <anton@enomsg.org>\n"
  "Date:   Fri Jun 28 18:17:22 2013 -0700\n"
  "\n"
  "    power_supply: Move of_node out of the #ifdef CONFIG_OF\n"
@@ -42,7 +37,7 @@
  "    Similar to linux/device.h, move of_node struct member out of the #ifdef\n"
  "    CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.\n"
  "    \n"
- "    Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n"
+ "    Signed-off-by: Anton Vorontsov <anton@enomsg.org>\n"
  "\n"
  "diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h\n"
  "index 3828cef..804b906 100644\n"
@@ -68,4 +63,4 @@
  " \tint (*get_property)(struct power_supply *psy,\n"
  " \t\t\t    enum power_supply_property psp,"
 
-3c2ce43a70d4521b5eb560b77200139705208ea758225d1176ef18cb7210d7fa
+a6b7e5df53f0760e7f633e2549092ee0a6e512330edbf5cdb4dfe3ff3795e87a

diff --git a/a/1.txt b/N2/1.txt
index beae9ba..eeb809b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -3,7 +3,7 @@ On Mon, Jun 10, 2013 at 05:26:39PM -0400, Rhyland Klein wrote:
 > it. Add of_node_put where needed to properly decrement the refcount
 > when we are done using a given node.
 > 
-> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> Signed-off-by: Rhyland Klein <rklein@nvidia.com>
 > ---
 
 With CONFIG_OF=n I got this:
@@ -21,7 +21,7 @@ Thanks!
 Anton
 
 commit b50df95c8f0703c95625181d2eaf53855c5ebee5
-Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>
+Author: Anton Vorontsov <anton@enomsg.org>
 Date:   Fri Jun 28 18:17:22 2013 -0700
 
     power_supply: Move of_node out of the #ifdef CONFIG_OF
@@ -29,7 +29,7 @@ Date:   Fri Jun 28 18:17:22 2013 -0700
     Similar to linux/device.h, move of_node struct member out of the #ifdef
     CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.
     
-    Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>
+    Signed-off-by: Anton Vorontsov <anton@enomsg.org>
 
 diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
 index 3828cef..804b906 100644
diff --git a/a/content_digest b/N2/content_digest
index b643152..7bf6299 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,14 +1,13 @@
  "ref\01370899602-22123-1-git-send-email-rklein@nvidia.com\0"
  "ref\01370899602-22123-2-git-send-email-rklein@nvidia.com\0"
- "ref\01370899602-22123-2-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\0"
+ "From\0Anton Vorontsov <anton@enomsg.org>\0"
  "Subject\0Re: [PATCH 1/4] power_supply: Add of_node_put to fix refcount\0"
  "Date\0Fri, 28 Jun 2013 18:22:55 -0700\0"
- "To\0Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@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\0Rhyland Klein <rklein@nvidia.com>\0"
+ "Cc\0Stephen Warren <swarren@wwwdotorg.org>"
+  linux-arm-kernel@lists.infradead.org
+  linux-tegra@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jun 10, 2013 at 05:26:39PM -0400, Rhyland Klein wrote:\n"
@@ -16,7 +15,7 @@
  "> it. Add of_node_put where needed to properly decrement the refcount\n"
  "> when we are done using a given node.\n"
  "> \n"
- "> Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> Signed-off-by: Rhyland Klein <rklein@nvidia.com>\n"
  "> ---\n"
  "\n"
  "With CONFIG_OF=n I got this:\n"
@@ -34,7 +33,7 @@
  "Anton\n"
  "\n"
  "commit b50df95c8f0703c95625181d2eaf53855c5ebee5\n"
- "Author: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n"
+ "Author: Anton Vorontsov <anton@enomsg.org>\n"
  "Date:   Fri Jun 28 18:17:22 2013 -0700\n"
  "\n"
  "    power_supply: Move of_node out of the #ifdef CONFIG_OF\n"
@@ -42,7 +41,7 @@
  "    Similar to linux/device.h, move of_node struct member out of the #ifdef\n"
  "    CONFIG_OF so that the drivers won't have to mess with #ifdefs in .c files.\n"
  "    \n"
- "    Signed-off-by: Anton Vorontsov <anton-9xeibp6oKSgdnm+yROfE0A@public.gmane.org>\n"
+ "    Signed-off-by: Anton Vorontsov <anton@enomsg.org>\n"
  "\n"
  "diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h\n"
  "index 3828cef..804b906 100644\n"
@@ -68,4 +67,4 @@
  " \tint (*get_property)(struct power_supply *psy,\n"
  " \t\t\t    enum power_supply_property psp,"
 
-3c2ce43a70d4521b5eb560b77200139705208ea758225d1176ef18cb7210d7fa
+540e0151ce2ce012dbb40542d31385cd7743bb384c224125262f296717681f47

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.