All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87efmw7oiq.fsf@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index b8cd5b9..9441852 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -25,7 +25,7 @@ Hi Chris,
 >>>   			#size-cells = <1>;
 >>>   			ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
 >>>   
->>> +			sdramc@1400 {
+>>> +			sdramc at 1400 {
 >> 
 >> Could you add a label? Thanks to this it would be possible to
 >> enable/disable it at board level in a esay way.
@@ -67,3 +67,9 @@ Gregory
 > code is not active on armada-38x. The armada-38x platforms I have access 
 > to don't use suspend/resume so I can't verify this.
 >
+
+-- 
+Gregory Clement, Free Electrons
+Kernel, drivers, real-time and embedded Linux
+development, consulting, training and support.
+http://free-electrons.com
diff --git a/a/content_digest b/N1/content_digest
index 09a3aa5..7a469d5 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,19 +1,11 @@
- "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
- "Subject\0[2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
+ "ref\020180108223158.21930-1-chris.packham@alliedtelesis.co.nz\0"
+ "ref\020180108223158.21930-3-chris.packham@alliedtelesis.co.nz\0"
+ "ref\087tvvu6ro6.fsf@free-electrons.com\0"
+ "ref\05aa9a523e86e4607a14265790d105168@svr-chch-ex1.atlnz.lc\0"
+ "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
+ "Subject\0[PATCH 2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
  "Date\0Thu, 11 Jan 2018 10:06:37 +0100\0"
- "To\0Chris Packham <Chris.Packham@alliedtelesis.co.nz>\0"
- "Cc\0jlu@pengutronix.de <jlu@pengutronix.de>"
-  linux@armlinux.org.uk <linux@armlinux.org.uk>
-  bp@alien8.de <bp@alien8.de>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-edac@vger.kernel.org <linux-edac@vger.kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  Jason Cooper <jason@lakedaemon.net>
-  Andrew Lunn <andrew@lunn.ch>
-  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
- " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Chris,\n"
@@ -43,7 +35,7 @@
  ">>>   \t\t\t#size-cells = <1>;\n"
  ">>>   \t\t\tranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;\n"
  ">>>   \n"
- ">>> +\t\t\tsdramc@1400 {\n"
+ ">>> +\t\t\tsdramc at 1400 {\n"
  ">> \n"
  ">> Could you add a label? Thanks to this it would be possible to\n"
  ">> enable/disable it at board level in a esay way.\n"
@@ -84,6 +76,12 @@
  "> arch/arm/mach-mvebu/pm.c and it almost seems like an omission that this \n"
  "> code is not active on armada-38x. The armada-38x platforms I have access \n"
  "> to don't use suspend/resume so I can't verify this.\n"
- >
+ ">\n"
+ "\n"
+ "-- \n"
+ "Gregory Clement, Free Electrons\n"
+ "Kernel, drivers, real-time and embedded Linux\n"
+ "development, consulting, training and support.\n"
+ http://free-electrons.com
 
-94d9b95c7b87cb02f242c29c704aafb21e0d46e70fe67c48bca2b608c281d599
+82abb471ac06d8a1ddc2ca93512d8529ba1b35a9f7f3673fa4b2bb1c091b2e67

diff --git a/a/1.txt b/N2/1.txt
index b8cd5b9..d366222 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,18 +1,18 @@
 Hi Chris,
  
- On mer., janv. 10 2018, Chris Packham <Chris.Packham@alliedtelesis.co.nz> wrote:
+ On mer., janv. 10 2018, Chris Packham <Chris.Packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> wrote:
 
 > On 10/01/18 21:31, Gregory CLEMENT wrote:
 >> Hi Chris,
 >>   
->>   On mar., janv. 09 2018, Chris Packham <chris.packham@alliedtelesis.co.nz> wrote:
+>>   On mar., janv. 09 2018, Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> wrote:
 >> 
 >>> The Armada-38x uses an SDRAM controller that is compatible with the
 >>> Armada-XP. The key difference is the width of the bus (XP is 64/32, 38x
 >>> is 32/16). The SDRAM controller registers are the same between the two
 >>> SoCs.
 >>>
->>> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
+>>> Signed-off-by: Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>
 >>> ---
 >>>   arch/arm/boot/dts/armada-38x.dtsi | 5 +++++
 >>>   1 file changed, 5 insertions(+)
@@ -67,3 +67,13 @@ Gregory
 > code is not active on armada-38x. The armada-38x platforms I have access 
 > to don't use suspend/resume so I can't verify this.
 >
+
+-- 
+Gregory Clement, Free Electrons
+Kernel, drivers, real-time and embedded Linux
+development, consulting, training and support.
+http://free-electrons.com
+--
+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/N2/content_digest
index 09a3aa5..8d739b2 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,36 +1,41 @@
- "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
- "Subject\0[2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
+ "ref\020180108223158.21930-1-chris.packham@alliedtelesis.co.nz\0"
+ "ref\020180108223158.21930-3-chris.packham@alliedtelesis.co.nz\0"
+ "ref\087tvvu6ro6.fsf@free-electrons.com\0"
+ "ref\05aa9a523e86e4607a14265790d105168@svr-chch-ex1.atlnz.lc\0"
+ "ref\05aa9a523e86e4607a14265790d105168-5g7mGxlPNYb6GjIOKuZY+ItlCAj8ZROq@public.gmane.org\0"
+ "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
  "Date\0Thu, 11 Jan 2018 10:06:37 +0100\0"
- "To\0Chris Packham <Chris.Packham@alliedtelesis.co.nz>\0"
- "Cc\0jlu@pengutronix.de <jlu@pengutronix.de>"
-  linux@armlinux.org.uk <linux@armlinux.org.uk>
-  bp@alien8.de <bp@alien8.de>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-edac@vger.kernel.org <linux-edac@vger.kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  Jason Cooper <jason@lakedaemon.net>
-  Andrew Lunn <andrew@lunn.ch>
-  Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
-  Rob Herring <robh+dt@kernel.org>
-  Mark Rutland <mark.rutland@arm.com>
- " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
+ "To\0Chris Packham <Chris.Packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>\0"
+ "Cc\0jlu@pengutronix.de <jlu-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>"
+  linux@armlinux.org.uk <linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org>
+  bp@alien8.de <bp-Gina5bIWoIWzQB+pC5nmwQ@public.gmane.org>
+  linux-arm-kernel@lists.infradead.org <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
+  linux-edac@vger.kernel.org <linux-edac-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  linux-kernel@vger.kernel.org <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+ " devicetree@vger.kernel.org <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Chris,\n"
  " \n"
- " On mer., janv. 10 2018, Chris Packham <Chris.Packham@alliedtelesis.co.nz> wrote:\n"
+ " On mer., janv. 10 2018, Chris Packham <Chris.Packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> wrote:\n"
  "\n"
  "> On 10/01/18 21:31, Gregory CLEMENT wrote:\n"
  ">> Hi Chris,\n"
  ">>   \n"
- ">>   On mar., janv. 09 2018, Chris Packham <chris.packham@alliedtelesis.co.nz> wrote:\n"
+ ">>   On mar., janv. 09 2018, Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org> wrote:\n"
  ">> \n"
  ">>> The Armada-38x uses an SDRAM controller that is compatible with the\n"
  ">>> Armada-XP. The key difference is the width of the bus (XP is 64/32, 38x\n"
  ">>> is 32/16). The SDRAM controller registers are the same between the two\n"
  ">>> SoCs.\n"
  ">>>\n"
- ">>> Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>\n"
+ ">>> Signed-off-by: Chris Packham <chris.packham-6g8wRflRTwXFdCa3tKVlE6U/zSkkHjvu@public.gmane.org>\n"
  ">>> ---\n"
  ">>>   arch/arm/boot/dts/armada-38x.dtsi | 5 +++++\n"
  ">>>   1 file changed, 5 insertions(+)\n"
@@ -84,6 +89,16 @@
  "> arch/arm/mach-mvebu/pm.c and it almost seems like an omission that this \n"
  "> code is not active on armada-38x. The armada-38x platforms I have access \n"
  "> to don't use suspend/resume so I can't verify this.\n"
- >
+ ">\n"
+ "\n"
+ "-- \n"
+ "Gregory Clement, Free Electrons\n"
+ "Kernel, drivers, real-time and embedded Linux\n"
+ "development, consulting, training and support.\n"
+ "http://free-electrons.com\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
 
-94d9b95c7b87cb02f242c29c704aafb21e0d46e70fe67c48bca2b608c281d599
+567d801715761152d44940efb9f14b6c31d7a7c7fe77a107adc924e2fa1731fd

diff --git a/a/1.txt b/N3/1.txt
index b8cd5b9..f744716 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -67,3 +67,9 @@ Gregory
 > code is not active on armada-38x. The armada-38x platforms I have access 
 > to don't use suspend/resume so I can't verify this.
 >
+
+-- 
+Gregory Clement, Free Electrons
+Kernel, drivers, real-time and embedded Linux
+development, consulting, training and support.
+http://free-electrons.com
diff --git a/a/content_digest b/N3/content_digest
index 09a3aa5..2a79f2a 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,19 +1,23 @@
+ "ref\020180108223158.21930-1-chris.packham@alliedtelesis.co.nz\0"
+ "ref\020180108223158.21930-3-chris.packham@alliedtelesis.co.nz\0"
+ "ref\087tvvu6ro6.fsf@free-electrons.com\0"
+ "ref\05aa9a523e86e4607a14265790d105168@svr-chch-ex1.atlnz.lc\0"
  "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
- "Subject\0[2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
+ "Subject\0Re: [PATCH 2/3] ARM: dts: mvebu: add sdram controller node to Armada-38x\0"
  "Date\0Thu, 11 Jan 2018 10:06:37 +0100\0"
  "To\0Chris Packham <Chris.Packham@alliedtelesis.co.nz>\0"
- "Cc\0jlu@pengutronix.de <jlu@pengutronix.de>"
-  linux@armlinux.org.uk <linux@armlinux.org.uk>
-  bp@alien8.de <bp@alien8.de>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
-  linux-edac@vger.kernel.org <linux-edac@vger.kernel.org>
-  linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
+ "Cc\0jlu\\@pengutronix.de <jlu@pengutronix.de>"
+ " linux\\@armlinux.org.uk <linux@armlinux.org.uk>"
+ " bp\\@alien8.de <bp@alien8.de>"
+ " linux-arm-kernel\\@lists.infradead.org <linux-arm-kernel@lists.infradead.org>"
+ " linux-edac\\@vger.kernel.org <linux-edac@vger.kernel.org>"
+ " linux-kernel\\@vger.kernel.org <linux-kernel@vger.kernel.org>"
   Jason Cooper <jason@lakedaemon.net>
   Andrew Lunn <andrew@lunn.ch>
   Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
   Rob Herring <robh+dt@kernel.org>
   Mark Rutland <mark.rutland@arm.com>
- " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
+ " devicetree\\@vger.kernel.org <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi Chris,\n"
@@ -84,6 +88,12 @@
  "> arch/arm/mach-mvebu/pm.c and it almost seems like an omission that this \n"
  "> code is not active on armada-38x. The armada-38x platforms I have access \n"
  "> to don't use suspend/resume so I can't verify this.\n"
- >
+ ">\n"
+ "\n"
+ "-- \n"
+ "Gregory Clement, Free Electrons\n"
+ "Kernel, drivers, real-time and embedded Linux\n"
+ "development, consulting, training and support.\n"
+ http://free-electrons.com
 
-94d9b95c7b87cb02f242c29c704aafb21e0d46e70fe67c48bca2b608c281d599
+74044c123a39960bef78cfb508d6c65448266a0f13334a913c7a4492ca10cb55

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.