All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55171358.5070200@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index e8490fa..2a1f18f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -28,11 +28,11 @@ index 50c0d69..36cf10d 100644
 +&nand  {
 +          status = "okay";
 +          num-cs = <1>;
-+          partition@0 {
++          partition at 0 {
 +                 label = "uImage";
 +                 reg = <0x000000000000 0x000000400000>;
 +          };
-+          partition@400000 {
++          partition at 400000 {
 +                 label = "Rootfs";
 +                 reg = <0x000000400000 0x00001FC00000>;
 +          };
@@ -49,7 +49,7 @@ index a5441d5..7e71f45 100644
                                  status = "disabled";
                          };
 
-+                       nand: nand@c0000 {
++                       nand: nand at c0000 {
 +                                compatible = "marvell,armada370-nand";
 +                                #address-cells = <1>;
 +                                #size-cells = <1>;
@@ -65,7 +65,7 @@ index a5441d5..7e71f45 100644
 +
 +
 +
-                         thermal: thermal-diode@d001c {
+                         thermal: thermal-diode at d001c {
                                  compatible = "marvell,dove-thermal";
                                  reg = <0xd001c 0x0c>, <0xd005c 0x08>;
 -- 
@@ -100,7 +100,7 @@ mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address
 usbcore: registered new interface driver smsc95xx
 ...
 
-root@debug:~# cat /proc/mtd
+root at debug:~# cat /proc/mtd
 dev:    size   erasesize  name
 mtd0: 20000000 00020000 "uImage"
 mtd1: 1fc00000 00020000 "rootfs"
@@ -111,15 +111,15 @@ mtd1: 1fc00000 00020000 "rootfs"
 However, if I try to read/write into the mtd partitions, I can not, 
 there are errors:
 
-root@debug:~# nandwrite -p /dev/mtd0 /uImage
+root at debug:~# nandwrite -p /dev/mtd0 /uImage
 Writing at 0x00000000
 pxa3xx-nand f10c0000.nand: Wait time out!!!
 
-root@debug:~# flash_erase /dev/mtd0 0 0
+root at debug:~# flash_erase /dev/mtd0 0 0
 Erasing 128 Kibyte @ 0 --  0 % complete pxa3xx-nand f10c0000.nand: Wait 
 time out!!!
 
-root@debug:~# cat /dev/mtd0
+root at debug:~# cat /dev/mtd0
 pxa3xx-nand f10c0000.nand: Wait time out!!!
 
 
diff --git a/a/content_digest b/N1/content_digest
index 2a47619..f7d42da 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,7 @@
- "From\0Gabriel Dobato <dobatog@gmail.com>\0"
+ "From\0dobatog@gmail.com (Gabriel Dobato)\0"
  "Subject\0Ask for help: ARM: mvebu: add NAND support for dove\0"
  "Date\0Sat, 28 Mar 2015 21:47:20 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org"
- " linux-mtd@lists.infradead.org <linux-mtd@lists.infradead.org>\0"
- "Cc\0moinejf@free.fr"
-  Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
-  ezequiel.garcia@free-electrons.com
- " Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello,\n"
@@ -39,11 +34,11 @@
  "+&nand  {\n"
  "+          status = \"okay\";\n"
  "+          num-cs = <1>;\n"
- "+          partition@0 {\n"
+ "+          partition at 0 {\n"
  "+                 label = \"uImage\";\n"
  "+                 reg = <0x000000000000 0x000000400000>;\n"
  "+          };\n"
- "+          partition@400000 {\n"
+ "+          partition at 400000 {\n"
  "+                 label = \"Rootfs\";\n"
  "+                 reg = <0x000000400000 0x00001FC00000>;\n"
  "+          };\n"
@@ -60,7 +55,7 @@
  "                                 status = \"disabled\";\n"
  "                         };\n"
  "\n"
- "+                       nand: nand@c0000 {\n"
+ "+                       nand: nand at c0000 {\n"
  "+                                compatible = \"marvell,armada370-nand\";\n"
  "+                                #address-cells = <1>;\n"
  "+                                #size-cells = <1>;\n"
@@ -76,7 +71,7 @@
  "+\n"
  "+\n"
  "+\n"
- "                         thermal: thermal-diode@d001c {\n"
+ "                         thermal: thermal-diode at d001c {\n"
  "                                 compatible = \"marvell,dove-thermal\";\n"
  "                                 reg = <0xd001c 0x0c>, <0xd005c 0x08>;\n"
  "-- \n"
@@ -111,7 +106,7 @@
  "usbcore: registered new interface driver smsc95xx\n"
  "...\n"
  "\n"
- "root@debug:~# cat /proc/mtd\n"
+ "root at debug:~# cat /proc/mtd\n"
  "dev:    size   erasesize  name\n"
  "mtd0: 20000000 00020000 \"uImage\"\n"
  "mtd1: 1fc00000 00020000 \"rootfs\"\n"
@@ -122,15 +117,15 @@
  "However, if I try to read/write into the mtd partitions, I can not, \n"
  "there are errors:\n"
  "\n"
- "root@debug:~# nandwrite -p /dev/mtd0 /uImage\n"
+ "root at debug:~# nandwrite -p /dev/mtd0 /uImage\n"
  "Writing at 0x00000000\n"
  "pxa3xx-nand f10c0000.nand: Wait time out!!!\n"
  "\n"
- "root@debug:~# flash_erase /dev/mtd0 0 0\n"
+ "root at debug:~# flash_erase /dev/mtd0 0 0\n"
  "Erasing 128 Kibyte @ 0 --  0 % complete pxa3xx-nand f10c0000.nand: Wait \n"
  "time out!!!\n"
  "\n"
- "root@debug:~# cat /dev/mtd0\n"
+ "root at debug:~# cat /dev/mtd0\n"
  "pxa3xx-nand f10c0000.nand: Wait time out!!!\n"
  "\n"
  "\n"
@@ -144,4 +139,4 @@
  "\n"
  Gabriel Dobato
 
-254e8c73041c9cfe3606393bcf5b773e27795ff56408a2654fd34053b8ad421e
+9898331c37ccbc3eff4b11d5c906ef50a11b78f1fbb07242a517aa1e3ace5b31

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.