All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54B7F84A.6020906@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index b4aa35d..b257693 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:
 > To silence a warning on Nyan boards.
 >
-> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
+> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
 > ---
 >   arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +
 >   1 file changed, 1 insertion(+)
@@ -12,14 +12,10 @@ On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:
 > +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts
 > @@ -1660,6 +1660,7 @@
 >
->   		flash@0 {
+>   		flash at 0 {
 >   			compatible = "winbond,w25q32dw";
 > +			spi-max-frequency = <25000000>;
 
 This property already exists in the SPI controller. Isn't the max 
 frequency supposed to inherit from there? If so, shouldn't the code not 
 warn when such inheritance happens, i.e. it'd be better to fix the code?
---
-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 e73b46c..8d652ad 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,32 +1,15 @@
  "ref\01421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com\0"
  "ref\01421338359-27467-5-git-send-email-tomeu.vizoso@collabora.com\0"
- "ref\01421338359-27467-5-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH v2 04/11] ARM: tegra: Set spi-max-frequency property to flash node\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH v2 04/11] ARM: tegra: Set spi-max-frequency property to flash node\0"
  "Date\0Thu, 15 Jan 2015 10:26:34 -0700\0"
- "To\0Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>"
- " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0Javier Martinez Canillas <javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>"
-  Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
-  Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
-  Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:\n"
  "> To silence a warning on Nyan boards.\n"
  ">\n"
- "> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>\n"
+ "> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +\n"
  ">   1 file changed, 1 insertion(+)\n"
@@ -37,16 +20,12 @@
  "> +++ b/arch/arm/boot/dts/tegra124-nyan-big.dts\n"
  "> @@ -1660,6 +1660,7 @@\n"
  ">\n"
- ">   \t\tflash@0 {\n"
+ ">   \t\tflash at 0 {\n"
  ">   \t\t\tcompatible = \"winbond,w25q32dw\";\n"
  "> +\t\t\tspi-max-frequency = <25000000>;\n"
  "\n"
  "This property already exists in the SPI controller. Isn't the max \n"
  "frequency supposed to inherit from there? If so, shouldn't the code not \n"
- "warn when such inheritance happens, i.e. it'd be better to fix the code?\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
+ warn when such inheritance happens, i.e. it'd be better to fix the code?
 
-40c04b5cd89b4fe56db76a1043e08c354542ce697322d6b4cbbbe4bbc9f89b1c
+1b57f6415ea916fa90c6012470aeb147bd91bb755e4dac49775388a4e1546be0

diff --git a/a/1.txt b/N2/1.txt
index b4aa35d..5ff5a9a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:
 > To silence a warning on Nyan boards.
 >
-> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>
+> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
 > ---
 >   arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +
 >   1 file changed, 1 insertion(+)
@@ -19,7 +19,3 @@ On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:
 This property already exists in the SPI controller. Isn't the max 
 frequency supposed to inherit from there? If so, shouldn't the code not 
 warn when such inheritance happens, i.e. it'd be better to fix the code?
---
-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 e73b46c..9e35477 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,32 +1,31 @@
  "ref\01421338359-27467-1-git-send-email-tomeu.vizoso@collabora.com\0"
  "ref\01421338359-27467-5-git-send-email-tomeu.vizoso@collabora.com\0"
- "ref\01421338359-27467-5-git-send-email-tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
+ "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH v2 04/11] ARM: tegra: Set spi-max-frequency property to flash node\0"
  "Date\0Thu, 15 Jan 2015 10:26:34 -0700\0"
- "To\0Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>"
- " linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
- "Cc\0Javier Martinez Canillas <javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>"
-  Dylan Reid <dgreid-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
-  Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
-  Ulf Hansson <ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
-  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
-  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
-  Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
-  Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Alexandre Courbot <gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Tomeu Vizoso <tomeu.vizoso@collabora.com>"
+ " linux-tegra@vger.kernel.org\0"
+ "Cc\0Javier Martinez Canillas <javier.martinez@collabora.co.uk>"
+  Dylan Reid <dgreid@chromium.org>
+  Simon Glass <sjg@chromium.org>
+  Ulf Hansson <ulf.hansson@linaro.org>
+  Rob Herring <robh+dt@kernel.org>
+  Pawel Moll <pawel.moll@arm.com>
+  Mark Rutland <mark.rutland@arm.com>
+  Ian Campbell <ijc+devicetree@hellion.org.uk>
+  Kumar Gala <galak@codeaurora.org>
+  Russell King <linux@arm.linux.org.uk>
+  Thierry Reding <thierry.reding@gmail.com>
+  Alexandre Courbot <gnurou@gmail.com>
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 01/15/2015 09:12 AM, Tomeu Vizoso wrote:\n"
  "> To silence a warning on Nyan boards.\n"
  ">\n"
- "> Signed-off-by: Tomeu Vizoso <tomeu.vizoso-ZGY8ohtN/8qB+jHODAdFcQ@public.gmane.org>\n"
+ "> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>\n"
  "> ---\n"
  ">   arch/arm/boot/dts/tegra124-nyan-big.dts | 1 +\n"
  ">   1 file changed, 1 insertion(+)\n"
@@ -43,10 +42,6 @@
  "\n"
  "This property already exists in the SPI controller. Isn't the max \n"
  "frequency supposed to inherit from there? If so, shouldn't the code not \n"
- "warn when such inheritance happens, i.e. it'd be better to fix the code?\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
+ warn when such inheritance happens, i.e. it'd be better to fix the code?
 
-40c04b5cd89b4fe56db76a1043e08c354542ce697322d6b4cbbbe4bbc9f89b1c
+470178a96362b90d5072a35507688d67642d9bb6c4a7688891faadaf1b3bf8d6

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.