All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150225013049.GJ24928@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index c6ec818..c90f5c5 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -16,25 +16,25 @@ On 02/24, Maxime Ripard wrote:
 > > 
 > > I was thinking the DT might be like this on the provider side:
 > > 
-> >    qfprom@1000000 {
+> >    qfprom at 1000000 {
 > >       reg = <0x1000000 0x1000>;
 > >       ranges = <0 0x1000000 0x1000>;
 > >       compatible = "qcom,qfprom-msm8960"
 > > 
-> >       pvs-data: pvs-data@40 {
+> >       pvs-data: pvs-data at 40 {
 > >             compatible = "qcom,pvs-a";
 > >             reg = <0x40 0x20>,
 > > 	    #eeprom-cells = <0>;
 > >       };
 > > 
-> >        tsens-data: tmdata@10 {
+> >        tsens-data: tmdata at 10 {
 > >             compatible = "qcom,tsens-data-msm8960";
 > >             reg = <0x10 4>, <0x16 4>;
 > > 	    #eeprom-cells = <0>;
 > > 
 > >       };
 > > 
-> >       serial-number: serial@50 {
+> >       serial-number: serial at 50 {
 > >             compatible = "qcom,serial-msm8960";
 > >             reg = <0x50 4>, <0x60 4>;
 > > 	    #eeprom-cells = <0>;
@@ -114,17 +114,17 @@ reserved-memory nodes doesn't mean we're going to probe a device.
 > 
 > Something like
 > 
-> eeprom@42 {
+> eeprom at 42 {
 > 	compatible = "atmel,at24something";
 > 	reg = <0x42>;
 > 
-> 	serial@0 {
+> 	serial at 0 {
 > 		label = "board serial";
 > 		reg = <0x0 0x10>;
 > 		format = "packed";
 > 	};
 > 
-> 	opps@10 {
+> 	opps at 10 {
 > 		label = "board serial";
 > 		reg = <0x10 0x10>, <0x40 0x10>, <0x80 0x10>;
 > 		format = "random-vendor,opp-linked-list";
diff --git a/a/content_digest b/N1/content_digest
index 427533f..026d40b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,22 +7,10 @@
  "ref\0CAL_JsqLqqw5DyUqCaOTSKPwF-Ms5EU4f_OPoW9YVpMCo8A_bbw@mail.gmail.com\0"
  "ref\054EBB3AC.30000@codeaurora.org\0"
  "ref\020150224092155.GO25269@lukather\0"
- "From\0Stephen Boyd <sboyd@codeaurora.org>\0"
- "Subject\0Re: [RFC PATCH 1/3] eeprom: Add a simple EEPROM framework\0"
+ "From\0sboyd@codeaurora.org (Stephen Boyd)\0"
+ "Subject\0[RFC PATCH 1/3] eeprom: Add a simple EEPROM framework\0"
  "Date\0Tue, 24 Feb 2015 17:30:49 -0800\0"
- "To\0Maxime Ripard <maxime.ripard@free-electrons.com>\0"
- "Cc\0Rob Herring <robherring2@gmail.com>"
-  Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Kumar Gala <galak@codeaurora.org>
-  linux-api@vger.kernel.org <linux-api@vger.kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  devicetree@vger.kernel.org <devicetree@vger.kernel.org>
-  Arnd Bergmann <arnd@arndb.de>
-  Mark Brown <broonie@kernel.org>
- " Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 02/24, Maxime Ripard wrote:\n"
@@ -43,25 +31,25 @@
  "> > \n"
  "> > I was thinking the DT might be like this on the provider side:\n"
  "> > \n"
- "> >    qfprom@1000000 {\n"
+ "> >    qfprom at 1000000 {\n"
  "> >       reg = <0x1000000 0x1000>;\n"
  "> >       ranges = <0 0x1000000 0x1000>;\n"
  "> >       compatible = \"qcom,qfprom-msm8960\"\n"
  "> > \n"
- "> >       pvs-data: pvs-data@40 {\n"
+ "> >       pvs-data: pvs-data at 40 {\n"
  "> >             compatible = \"qcom,pvs-a\";\n"
  "> >             reg = <0x40 0x20>,\n"
  "> > \t    #eeprom-cells = <0>;\n"
  "> >       };\n"
  "> > \n"
- "> >        tsens-data: tmdata@10 {\n"
+ "> >        tsens-data: tmdata at 10 {\n"
  "> >             compatible = \"qcom,tsens-data-msm8960\";\n"
  "> >             reg = <0x10 4>, <0x16 4>;\n"
  "> > \t    #eeprom-cells = <0>;\n"
  "> > \n"
  "> >       };\n"
  "> > \n"
- "> >       serial-number: serial@50 {\n"
+ "> >       serial-number: serial at 50 {\n"
  "> >             compatible = \"qcom,serial-msm8960\";\n"
  "> >             reg = <0x50 4>, <0x60 4>;\n"
  "> > \t    #eeprom-cells = <0>;\n"
@@ -141,17 +129,17 @@
  "> \n"
  "> Something like\n"
  "> \n"
- "> eeprom@42 {\n"
+ "> eeprom at 42 {\n"
  "> \tcompatible = \"atmel,at24something\";\n"
  "> \treg = <0x42>;\n"
  "> \n"
- "> \tserial@0 {\n"
+ "> \tserial at 0 {\n"
  "> \t\tlabel = \"board serial\";\n"
  "> \t\treg = <0x0 0x10>;\n"
  "> \t\tformat = \"packed\";\n"
  "> \t};\n"
  "> \n"
- "> \topps@10 {\n"
+ "> \topps at 10 {\n"
  "> \t\tlabel = \"board serial\";\n"
  "> \t\treg = <0x10 0x10>, <0x40 0x10>, <0x80 0x10>;\n"
  "> \t\tformat = \"random-vendor,opp-linked-list\";\n"
@@ -199,4 +187,4 @@
  "Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,\n"
  a Linux Foundation Collaborative Project
 
-558eadf2936ef97b083d64cfdb169eb32d192c560e34637f5f1ba4c182702b31
+aa59e2fe8e139f8730fc49ce063443aa7933524237677cb147daa44064e3d3bb

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.