All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <503F75C0.1050507@ti.com>

diff --git a/a/content_digest b/N1/content_digest
index 20ae18c..cf148bb 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -8,7 +8,8 @@
  "Cc\0Linux DaVinci Kernel List <davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>"
   vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
   Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>Linux
+  Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
+  Linux
   Linux SPI Devel List <spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
   cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org
  " List <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
@@ -51,4 +52,4 @@
  "will include endpoint security, mobile security and the latest in malware \n"
  threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
 
-75b007bf96f0bec14e58372813303f037d8bf75b40a4be8bfc5ed3bf2996be7c
+a0e09bc8d8da925efd0d1877fa00dd204d64f280adb3efac62709caacb608da2

diff --git a/a/1.txt b/N2/1.txt
index d665c32..14c9d99 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,18 +4,18 @@ On 8/23/2012 6:39 AM, Matt Porter wrote:
 > Removes use of the DaVinci EDMA private DMA API and replaces
 > it with use of the DMA engine API.
 > 
-> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
+> Signed-off-by: Matt Porter <mporter@ti.com>
 
 I tried testing this patch on my OMAP-L138 EVM, but SPI fails to 
 initialize after applying the patch.
 
-root@arago:~# dmesg | grep -i spi                                               
+root at arago:~# dmesg | grep -i spi                                               
 spi_davinci spi_davinci.1: request RX DMA channel failed                        
 
 without these 3 patches, SPI flash is detected fine (same kernel 
 configuration):
 
-root@arago:~# dmesg | grep spi                                                  
+root at arago:~# dmesg | grep spi                                                  
 spi_davinci spi_davinci.1: DMA: supported                                       
 spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0  
 spi_davinci spi_davinci.1: master is unqueued, this is deprecated               
@@ -27,10 +27,3 @@ full bootlogs or any other debug information if that helps.
 
 Thanks,
 Sekhar
-
-------------------------------------------------------------------------------
-Live Security Virtual Conference
-Exclusive live event will cover all the ways today's security and 
-threat landscape has changed and how IT managers can respond. Discussions 
-will include endpoint security, mobile security and the latest in malware 
-threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
diff --git a/a/content_digest b/N2/content_digest
index 20ae18c..5506e05 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,17 +1,9 @@
  "ref\01345684176-21472-1-git-send-email-mporter@ti.com\0"
  "ref\01345684176-21472-4-git-send-email-mporter@ti.com\0"
- "ref\01345684176-21472-4-git-send-email-mporter-l0cyMroinI0@public.gmane.org\0"
- "From\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0"
- "Subject\0Re: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API\0"
+ "From\0nsekhar@ti.com (Sekhar Nori)\0"
+ "Subject\0[PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API\0"
  "Date\0Thu, 30 Aug 2012 19:46:32 +0530\0"
- "To\0Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Linux DaVinci Kernel List <davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>"
-  vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
-  Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>Linux
-  Linux SPI Devel List <spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org
- " List <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Matt,\n"
@@ -20,18 +12,18 @@
  "> Removes use of the DaVinci EDMA private DMA API and replaces\n"
  "> it with use of the DMA engine API.\n"
  "> \n"
- "> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\n"
+ "> Signed-off-by: Matt Porter <mporter@ti.com>\n"
  "\n"
  "I tried testing this patch on my OMAP-L138 EVM, but SPI fails to \n"
  "initialize after applying the patch.\n"
  "\n"
- "root@arago:~# dmesg | grep -i spi                                               \n"
+ "root at arago:~# dmesg | grep -i spi                                               \n"
  "spi_davinci spi_davinci.1: request RX DMA channel failed                        \n"
  "\n"
  "without these 3 patches, SPI flash is detected fine (same kernel \n"
  "configuration):\n"
  "\n"
- "root@arago:~# dmesg | grep spi                                                  \n"
+ "root at arago:~# dmesg | grep spi                                                  \n"
  "spi_davinci spi_davinci.1: DMA: supported                                       \n"
  "spi_davinci spi_davinci.1: DMA: RX channel: 18, TX channel: 19, event queue: 0  \n"
  "spi_davinci spi_davinci.1: master is unqueued, this is deprecated               \n"
@@ -42,13 +34,6 @@
  "full bootlogs or any other debug information if that helps.\n"
  "\n"
  "Thanks,\n"
- "Sekhar\n"
- "\n"
- "------------------------------------------------------------------------------\n"
- "Live Security Virtual Conference\n"
- "Exclusive live event will cover all the ways today's security and \n"
- "threat landscape has changed and how IT managers can respond. Discussions \n"
- "will include endpoint security, mobile security and the latest in malware \n"
- threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
+ Sekhar
 
-75b007bf96f0bec14e58372813303f037d8bf75b40a4be8bfc5ed3bf2996be7c
+772ed746a1411ebfd70f97d1845341c04af427511d8ae7ed571739738593c465

diff --git a/a/1.txt b/N3/1.txt
index d665c32..cfbd008 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -4,7 +4,7 @@ On 8/23/2012 6:39 AM, Matt Porter wrote:
 > Removes use of the DaVinci EDMA private DMA API and replaces
 > it with use of the DMA engine API.
 > 
-> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>
+> Signed-off-by: Matt Porter <mporter@ti.com>
 
 I tried testing this patch on my OMAP-L138 EVM, but SPI fails to 
 initialize after applying the patch.
@@ -27,10 +27,3 @@ full bootlogs or any other debug information if that helps.
 
 Thanks,
 Sekhar
-
-------------------------------------------------------------------------------
-Live Security Virtual Conference
-Exclusive live event will cover all the ways today's security and 
-threat landscape has changed and how IT managers can respond. Discussions 
-will include endpoint security, mobile security and the latest in malware 
-threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
diff --git a/a/content_digest b/N3/content_digest
index 20ae18c..e0f8bc3 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,17 +1,17 @@
  "ref\01345684176-21472-1-git-send-email-mporter@ti.com\0"
  "ref\01345684176-21472-4-git-send-email-mporter@ti.com\0"
- "ref\01345684176-21472-4-git-send-email-mporter-l0cyMroinI0@public.gmane.org\0"
- "From\0Sekhar Nori <nsekhar-l0cyMroinI0@public.gmane.org>\0"
+ "From\0Sekhar Nori <nsekhar@ti.com>\0"
  "Subject\0Re: [PATCH v3 3/3] spi: spi-davinci: convert to DMA engine API\0"
  "Date\0Thu, 30 Aug 2012 19:46:32 +0530\0"
- "To\0Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0Linux DaVinci Kernel List <davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org>"
-  vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
-  Linux MMC List <linux-mmc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  Linux Kernel Mailing List <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>Linux
-  Linux SPI Devel List <spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
-  cjb-2X9k7bc8m7Mdnm+yROfE0A@public.gmane.org
- " List <linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>\0"
+ "To\0Matt Porter <mporter@ti.com>\0"
+ "Cc\0<vinod.koul@intel.com>"
+  <cjb@laptop.org>
+  <grant.likely@secretlab.ca>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Linux ARM Kernel List <linux-arm-kernel@lists.infradead.org>
+  Linux MMC List <linux-mmc@vger.kernel.org>
+  Linux SPI Devel List <spi-devel-general@lists.sourceforge.net>
+ " Linux DaVinci Kernel List <davinci-linux-open-source@linux.davincidsp.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Matt,\n"
@@ -20,7 +20,7 @@
  "> Removes use of the DaVinci EDMA private DMA API and replaces\n"
  "> it with use of the DMA engine API.\n"
  "> \n"
- "> Signed-off-by: Matt Porter <mporter-l0cyMroinI0@public.gmane.org>\n"
+ "> Signed-off-by: Matt Porter <mporter@ti.com>\n"
  "\n"
  "I tried testing this patch on my OMAP-L138 EVM, but SPI fails to \n"
  "initialize after applying the patch.\n"
@@ -42,13 +42,6 @@
  "full bootlogs or any other debug information if that helps.\n"
  "\n"
  "Thanks,\n"
- "Sekhar\n"
- "\n"
- "------------------------------------------------------------------------------\n"
- "Live Security Virtual Conference\n"
- "Exclusive live event will cover all the ways today's security and \n"
- "threat landscape has changed and how IT managers can respond. Discussions \n"
- "will include endpoint security, mobile security and the latest in malware \n"
- threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
+ Sekhar
 
-75b007bf96f0bec14e58372813303f037d8bf75b40a4be8bfc5ed3bf2996be7c
+e56c5371870c7ee1b367d401342ef7587368c452506dbe0f762b67351888f58b

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.