All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5602C2DD.20805@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 36841a6..b170e4a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,14 +1,14 @@
 On 09/23/2015 04:01 AM, Martin Sperl wrote:
 > On 22.09.2015 04:42, Stephen Warren wrote:
->> On 09/11/2015 05:20 AM, kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org wrote:
->>> From: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
+>> On 09/11/2015 05:20 AM, kernel at martin.sperl.org wrote:
+>>> From: Martin Sperl <kernel@martin.sperl.org>
 >>>
 >>> Add the auxiliary uart1 device to the device tree of the bcm2835 SOC.
 >>
 >>> diff --git a/arch/arm/boot/dts/bcm2835.dtsi
 >>> b/arch/arm/boot/dts/bcm2835.dtsi
 >>
->>> +        uart1: uart@7e215040 {
+>>> +        uart1: uart at 7e215040 {
 >>> +            compatible = "ns16550";
 >>
 >> compatible should always include a precise HW-specific value; something
@@ -32,7 +32,3 @@ I expect all you need to do is add a new PORT_* value to the existing
 driver (which then drives some new quirk setting re: the clock rate), 
 and add new entry for the compatible value in of_platform_serial_table[] 
 in drivers/tty/serial/of_serial.c to select the correct TYPE_*.
---
-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 3e52318..baffa0f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,37 +2,23 @@
  "ref\01441974053-2630-4-git-send-email-kernel@martin.sperl.org\0"
  "ref\05600C011.8020402@wwwdotorg.org\0"
  "ref\05602788E.3070103@martin.sperl.org\0"
- "ref\05602788E.3070103-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH 3/4] serial: bcm2835: add auxiliary uart1 to device tree of bcm2835\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 3/4] serial: bcm2835: add auxiliary uart1 to device tree of bcm2835\0"
  "Date\0Wed, 23 Sep 2015 09:18:53 -0600\0"
- "To\0Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>\0"
- "Cc\0Rob 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>
-  Lee Jones <lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
-  Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>
-  Jiri Slaby <jslaby-IBi9RG/b67k@public.gmane.org>
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " linux-serial-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 09/23/2015 04:01 AM, Martin Sperl wrote:\n"
  "> On 22.09.2015 04:42, Stephen Warren wrote:\n"
- ">> On 09/11/2015 05:20 AM, kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org wrote:\n"
- ">>> From: Martin Sperl <kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>\n"
+ ">> On 09/11/2015 05:20 AM, kernel at martin.sperl.org wrote:\n"
+ ">>> From: Martin Sperl <kernel@martin.sperl.org>\n"
  ">>>\n"
  ">>> Add the auxiliary uart1 device to the device tree of the bcm2835 SOC.\n"
  ">>\n"
  ">>> diff --git a/arch/arm/boot/dts/bcm2835.dtsi\n"
  ">>> b/arch/arm/boot/dts/bcm2835.dtsi\n"
  ">>\n"
- ">>> +        uart1: uart@7e215040 {\n"
+ ">>> +        uart1: uart at 7e215040 {\n"
  ">>> +            compatible = \"ns16550\";\n"
  ">>\n"
  ">> compatible should always include a precise HW-specific value; something\n"
@@ -55,10 +41,6 @@
  "I expect all you need to do is add a new PORT_* value to the existing \n"
  "driver (which then drives some new quirk setting re: the clock rate), \n"
  "and add new entry for the compatible value in of_platform_serial_table[] \n"
- "in drivers/tty/serial/of_serial.c to select the correct TYPE_*.\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
+ in drivers/tty/serial/of_serial.c to select the correct TYPE_*.
 
-faf6ae5544ca6567dfb8afd4b4d7cd8b9b1102fc6ff969199ac85a5037ff9874
+cb32051a8fdbe845aee0cb485dd8b3739da58bc935c2e1b74662d73e51ab3f8e

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.