diff for duplicates of <541D4F2E.9020707@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 0903a65..26f9c4f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote: > There is an I2C eeprom connected on Lenovo ix4-300d, add the > corresponding node. > -> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> +> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > --- ... > --- @@ -17,11 +17,11 @@ On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote: > reg = <0x2e>; > }; > -> + at24c64 at 50 { +> + at24c64@50 { nit: the node name should describe function, not its type. -@Jason, when you take this in, feel free to name the node eeprom at 50 +@Jason, when you take this in, feel free to name the node eeprom@50 instead. Sebastian @@ -30,7 +30,12 @@ Sebastian > + reg = <0x50>; > + }; > + -> pcf8563 at 51 { +> pcf8563@51 { > compatible = "nxp,pcf8563"; > reg = <0x51>; -> +> + +-- +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 0c2b361..895322e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,16 +1,25 @@ "ref\01411157684-6991-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01411157684-6991-8-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d\0" + "ref\01411157684-6991-8-git-send-email-sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d\0" "Date\0Sat, 20 Sep 2014 11:55:58 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Benoit Masson <yahoo-+V3Jd3LB6RBWk0Htik3J/w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote:\n" "> There is an I2C eeprom connected on Lenovo ix4-300d, add the\n" "> corresponding node.\n" "> \n" - "> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\n" + "> Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> ---\n" "...\n" "> ---\n" @@ -25,11 +34,11 @@ "> \t\t\t\t\treg = <0x2e>;\n" "> \t\t\t\t};\n" "> \n" - "> +\t\t\t\tat24c64 at 50 {\n" + "> +\t\t\t\tat24c64@50 {\n" "\n" "nit: the node name should describe function, not its type.\n" "\n" - "@Jason, when you take this in, feel free to name the node eeprom at 50\n" + "@Jason, when you take this in, feel free to name the node eeprom@50\n" "instead.\n" "\n" "Sebastian\n" @@ -38,9 +47,14 @@ "> +\t\t\t\t\treg = <0x50>;\n" "> +\t\t\t\t};\n" "> +\n" - "> \t\t\t\tpcf8563 at 51 {\n" + "> \t\t\t\tpcf8563@51 {\n" "> \t\t\t\t\tcompatible = \"nxp,pcf8563\";\n" "> \t\t\t\t\treg = <0x51>;\n" - > + "> \n" + "\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 -07b36af48b3d000439888fa2c88d84e66ce3ffcc3e78a1a01d514d4ec2d97639 +675ad3a4d66a5b59313f4b141490832bc8e0968a918545bfb908693286114b93
diff --git a/a/1.txt b/N2/1.txt index 0903a65..0d7c362 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -17,11 +17,11 @@ On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote: > reg = <0x2e>; > }; > -> + at24c64 at 50 { +> + at24c64@50 { nit: the node name should describe function, not its type. -@Jason, when you take this in, feel free to name the node eeprom at 50 +@Jason, when you take this in, feel free to name the node eeprom@50 instead. Sebastian @@ -30,7 +30,7 @@ Sebastian > + reg = <0x50>; > + }; > + -> pcf8563 at 51 { +> pcf8563@51 { > compatible = "nxp,pcf8563"; > reg = <0x51>; > diff --git a/a/content_digest b/N2/content_digest index 0c2b361..5fd55fc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,18 @@ "ref\01411157684-6991-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01411157684-6991-8-git-send-email-sebastian.hesselbarth@gmail.com\0" - "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" - "Subject\0[PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" + "Subject\0Re: [PATCH 7/8] ARM: mvebu: armada-xp: Add I2C eeprom on Lenovo ix4-300d\0" "Date\0Sat, 20 Sep 2014 11:55:58 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0unlisted-recipients:; (no To-header on input)\0" + "Cc\0Jason Cooper <jason@lakedaemon.net>" + Andrew Lunn <andrew@lunn.ch> + Gregory Clement <gregory.clement@free-electrons.com> + Ezequiel Garcia <ezequiel.garcia@free-electrons.com> + Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + Benoit Masson <yahoo@perenite.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 09/19/2014 10:14 PM, Sebastian Hesselbarth wrote:\n" @@ -25,11 +34,11 @@ "> \t\t\t\t\treg = <0x2e>;\n" "> \t\t\t\t};\n" "> \n" - "> +\t\t\t\tat24c64 at 50 {\n" + "> +\t\t\t\tat24c64@50 {\n" "\n" "nit: the node name should describe function, not its type.\n" "\n" - "@Jason, when you take this in, feel free to name the node eeprom at 50\n" + "@Jason, when you take this in, feel free to name the node eeprom@50\n" "instead.\n" "\n" "Sebastian\n" @@ -38,9 +47,9 @@ "> +\t\t\t\t\treg = <0x50>;\n" "> +\t\t\t\t};\n" "> +\n" - "> \t\t\t\tpcf8563 at 51 {\n" + "> \t\t\t\tpcf8563@51 {\n" "> \t\t\t\t\tcompatible = \"nxp,pcf8563\";\n" "> \t\t\t\t\treg = <0x51>;\n" > -07b36af48b3d000439888fa2c88d84e66ce3ffcc3e78a1a01d514d4ec2d97639 +c24774c5da8dd07bb6508ed1798916555b836692ab0f968e95c85584cf975a55
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.