All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52C56D79.1060506@redhat.com>

diff --git a/a/1.txt b/N1/1.txt
index 3591ff8..3e68a9b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi,
 
-On 01/02/2014 12:59 PM, Heiko Stübner wrote:
+On 01/02/2014 12:59 PM, Heiko St?bner wrote:
 > Hi Hans, Dmitry,
 >
 > Am Donnerstag, 2. Januar 2014, 10:37:47 schrieb Hans de Goede:
@@ -31,7 +31,7 @@ avoid namespace collisions.
 > Also, instead of inventing yet another vendor-specific property, why not re-use
 > a button binding similar to gpio-keys like:
 >
->         lradc: lradc@01c22800 {
+>         lradc: lradc at 01c22800 {
 >                 compatible = "allwinner,sun4i-lradc-keys";
 >                 reg = <0x01c22800 0x100>;
 >                 interrupts = <31>;
@@ -40,12 +40,12 @@ avoid namespace collisions.
 > 		#address-cells = <1>;
 > 		#size-cells = <0>;
 >
-> 		button@0 {
+> 		button at 0 {
 > 			reg = <0>; /* your channel index from above */
 > 			linux,code = <115>; /* already used as dt-property */
 > 		};
 >
-> 		button@1 {
+> 		button at 1 {
 > 			reg = <1>;
 > 			linux,code = <114>;
 > 		};
@@ -56,8 +56,3 @@ both wrt ease of writing dts files as well as wrt the dts parsing code in the dr
 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/groups/opt_out.
diff --git a/a/content_digest b/N1/content_digest
index f4c6be9..090694d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,26 +2,15 @@
  "ref\020140101205603.GA1141@core.coreip.homeip.net\0"
  "ref\052C5336B.9010903@redhat.com\0"
  "ref\01700375.GaI3zFl6RI@phil\0"
- "From\0Hans de Goede <hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers\0"
+ "From\0hdegoede@redhat.com (Hans de Goede)\0"
+ "Subject\0[PATCH 1/4] input: Add new sun4i-lradc-keys drivers\0"
  "Date\0Thu, 02 Jan 2014 14:45:29 +0100\0"
- "To\0Heiko St\303\274bner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>"
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
- "Cc\0Dmitry Torokhov <dmitry.torokhov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>"
-  Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
-  linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
-  linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
- " Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
  "\n"
- "On 01/02/2014 12:59 PM, Heiko St\303\274bner wrote:\n"
+ "On 01/02/2014 12:59 PM, Heiko St?bner wrote:\n"
  "> Hi Hans, Dmitry,\n"
  ">\n"
  "> Am Donnerstag, 2. Januar 2014, 10:37:47 schrieb Hans de Goede:\n"
@@ -52,7 +41,7 @@
  "> Also, instead of inventing yet another vendor-specific property, why not re-use\n"
  "> a button binding similar to gpio-keys like:\n"
  ">\n"
- ">         lradc: lradc@01c22800 {\n"
+ ">         lradc: lradc at 01c22800 {\n"
  ">                 compatible = \"allwinner,sun4i-lradc-keys\";\n"
  ">                 reg = <0x01c22800 0x100>;\n"
  ">                 interrupts = <31>;\n"
@@ -61,12 +50,12 @@
  "> \t\t#address-cells = <1>;\n"
  "> \t\t#size-cells = <0>;\n"
  ">\n"
- "> \t\tbutton@0 {\n"
+ "> \t\tbutton at 0 {\n"
  "> \t\t\treg = <0>; /* your channel index from above */\n"
  "> \t\t\tlinux,code = <115>; /* already used as dt-property */\n"
  "> \t\t};\n"
  ">\n"
- "> \t\tbutton@1 {\n"
+ "> \t\tbutton at 1 {\n"
  "> \t\t\treg = <1>;\n"
  "> \t\t\tlinux,code = <114>;\n"
  "> \t\t};\n"
@@ -76,11 +65,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/groups/opt_out.
+ Hans
 
-c50275157e7f0e2518f0c701fb4942fe66c0d399493b55812933f8271ea8f87c
+fef9dc93caa99c1fd042e8f41058a2ab0bcae2d47595e23ecb5e5394b702145e

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.