All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <53738DEF.70108@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 2f3bb23..f6b860b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 On 05/14/2014 01:22 AM, Marcel Ziswiler wrote:
 > On 05/13/2014 09:49 PM, Stephen Warren wrote:
->> On 05/13/2014 11:27 AM, stefan@agner.ch wrote:
+>> On 05/13/2014 11:27 AM, stefan at agner.ch wrote:
 >>> This patch adds the device tree to support Toradex Colibri T30, a
 >>> computer on module which can be used on different carrier boards.
 >>>
@@ -17,9 +17,9 @@ On 05/14/2014 01:22 AM, Marcel Ziswiler wrote:
 >>> diff --git a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
 
 >>> +    aliases {
->>> +        rtc0 = "/i2c@7000c000/rtc@68";
->>> +        rtc1 = "/i2c@7000d000/tps65911@2d";
->>> +        rtc2 = "/rtc@7000e000";
+>>> +        rtc0 = "/i2c at 7000c000/rtc at 68";
+>>> +        rtc1 = "/i2c at 7000d000/tps65911 at 2d";
+>>> +        rtc2 = "/rtc at 7000e000";
 >>> +    };
 >>
 >> Wow, no shortage of RTCs!
@@ -35,10 +35,10 @@ Sure, I understand this is just representing the HW. It was just
 surprising to see so many.
 
 >>> +    /* SPI1: Colibri SSP */
->>> +    spi@7000d400 {
+>>> +    spi at 7000d400 {
 >>> +        status = "okay";
 >>> +        spi-max-frequency = <25000000>;
->>> +        can0: can@0 {
+>>> +        can0: can at 0 {
 >>> +            compatible = "microchip,mcp2515";
 >>> +            reg = <0>;
 >>> +            clocks = <&clk16m>;
@@ -75,7 +75,7 @@ the chip actually does anything.
 > Good question and me and Stefan actually even talked about that
 > yesterday. I am actually using KMS right now as follows:
 > 
-> video=HDMI-A-1:1280x720-16@60 video=LVDS-1:640x480-16@60'
+> video=HDMI-A-1:1280x720-16 at 60 video=LVDS-1:640x480-16 at 60'
 > 
 > So the panel node is purely used to hook up the back light part right now.
 > 
diff --git a/a/content_digest b/N1/content_digest
index 156575e..cfef906 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,23 +2,15 @@
  "ref\0d45ec5351ce8ef03256061bdc4b0ba673bd40c66.1400001937.git.stefan@agner.ch\0"
  "ref\053727738.4080901@wwwdotorg.org\0"
  "ref\0537319CE.7020101@ziswiler.com\0"
- "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
- "Subject\0Re: [PATCH 2/2] ARM: tegra: initial add of Colibri T30\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH 2/2] ARM: tegra: initial add of Colibri T30\0"
  "Date\0Wed, 14 May 2014 09:38:23 -0600\0"
- "To\0Marcel Ziswiler <marcel@ziswiler.com>"
-  stefan@agner.ch
-  thierry.reding@gmail.com
- " Laxman Dewangan <ldewangan@nvidia.com>\0"
- "Cc\0linux@arm.linux.org.uk"
-  devicetree@vger.kernel.org
-  linux-arm-kernel@lists.infradead.org
-  linux-kernel@vger.kernel.org
- " linux-tegra@vger.kernel.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 05/14/2014 01:22 AM, Marcel Ziswiler wrote:\n"
  "> On 05/13/2014 09:49 PM, Stephen Warren wrote:\n"
- ">> On 05/13/2014 11:27 AM, stefan@agner.ch wrote:\n"
+ ">> On 05/13/2014 11:27 AM, stefan at agner.ch wrote:\n"
  ">>> This patch adds the device tree to support Toradex Colibri T30, a\n"
  ">>> computer on module which can be used on different carrier boards.\n"
  ">>>\n"
@@ -35,9 +27,9 @@
  ">>> diff --git a/arch/arm/boot/dts/tegra30-colibri-eval-v3.dts\n"
  "\n"
  ">>> +    aliases {\n"
- ">>> +        rtc0 = \"/i2c@7000c000/rtc@68\";\n"
- ">>> +        rtc1 = \"/i2c@7000d000/tps65911@2d\";\n"
- ">>> +        rtc2 = \"/rtc@7000e000\";\n"
+ ">>> +        rtc0 = \"/i2c at 7000c000/rtc at 68\";\n"
+ ">>> +        rtc1 = \"/i2c at 7000d000/tps65911 at 2d\";\n"
+ ">>> +        rtc2 = \"/rtc at 7000e000\";\n"
  ">>> +    };\n"
  ">>\n"
  ">> Wow, no shortage of RTCs!\n"
@@ -53,10 +45,10 @@
  "surprising to see so many.\n"
  "\n"
  ">>> +    /* SPI1: Colibri SSP */\n"
- ">>> +    spi@7000d400 {\n"
+ ">>> +    spi at 7000d400 {\n"
  ">>> +        status = \"okay\";\n"
  ">>> +        spi-max-frequency = <25000000>;\n"
- ">>> +        can0: can@0 {\n"
+ ">>> +        can0: can at 0 {\n"
  ">>> +            compatible = \"microchip,mcp2515\";\n"
  ">>> +            reg = <0>;\n"
  ">>> +            clocks = <&clk16m>;\n"
@@ -93,7 +85,7 @@
  "> Good question and me and Stefan actually even talked about that\n"
  "> yesterday. I am actually using KMS right now as follows:\n"
  "> \n"
- "> video=HDMI-A-1:1280x720-16@60 video=LVDS-1:640x480-16@60'\n"
+ "> video=HDMI-A-1:1280x720-16 at 60 video=LVDS-1:640x480-16 at 60'\n"
  "> \n"
  "> So the panel node is purely used to hook up the back light part right now.\n"
  "> \n"
@@ -128,4 +120,4 @@
  "we can move all the UART alias entries into individual board files, so\n"
  that this board isn't the odd one out.
 
-e5afa45c65cce9be01b19feb426cd727ed6a5c58af6bd4328378277f99947294
+910cdf469c59318e0738e454c71fd4aeaea996c1c77895afe1c91202df665d3c

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.