All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1377207175.2737.113@driftwood>

diff --git a/a/1.txt b/N1/1.txt
index 11f54bd..ca98d3e 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,3 +43,82 @@ expecting it to guess the right $PATH. It should be specified, not
 heuristically probed.
 
 Rob
+From juhosg@openwrt.org Fri Aug 23 08:31:49 2013
+Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 23 Aug 2013 08:31:51 +0200 (CEST)
+Received: from arrakis.dune.hu ([78.24.191.176]:41453 "EHLO arrakis.dune.hu"
+        rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP
+        id S6817128Ab3HWGbtUv18e (ORCPT <rfc822;linux-mips@linux-mips.org>);
+        Fri, 23 Aug 2013 08:31:49 +0200
+Received: from arrakis.dune.hu (localhost [127.0.0.1])
+        by arrakis.dune.hu (Postfix) with ESMTP id 3050E280826;
+        Fri, 23 Aug 2013 08:31:20 +0200 (CEST)
+Received: from localhost.localdomain (catvpool-576570d8.szarvasnet.hu [87.101.112.216])
+        by arrakis.dune.hu (Postfix) with ESMTPSA;
+        Fri, 23 Aug 2013 08:31:20 +0200 (CEST)
+From:   Gabor Juhos <juhosg@openwrt.org>
+To:     Ralf Baechle <ralf@linux-mips.org>
+Cc:     linux-mips@linux-mips.org, John Crispin <blogic@openwrt.org>,
+        Gabor Juhos <juhosg@openwrt.org>
+Subject: [PATCH v2 3/3] MIPS: ralink: mt7620: add spi clock definition
+Date:   Fri, 23 Aug 2013 08:31:32 +0200
+Message-Id: <1377239492-10802-3-git-send-email-juhosg@openwrt.org>
+X-Mailer: git-send-email 1.7.10
+In-Reply-To: <1377239492-10802-1-git-send-email-juhosg@openwrt.org>
+References: <1377239492-10802-1-git-send-email-juhosg@openwrt.org>
+Return-Path: <juhosg@openwrt.org>
+X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0)
+X-Orcpt: rfc822;linux-mips@linux-mips.org
+Original-Recipient: rfc822;linux-mips@linux-mips.org
+X-archive-position: 37652
+X-ecartis-version: Ecartis v1.0.0
+Sender: linux-mips-bounce@linux-mips.org
+Errors-to: linux-mips-bounce@linux-mips.org
+X-original-sender: juhosg@openwrt.org
+Precedence: bulk
+List-help: <mailto:ecartis@linux-mips.org?Subject=help>
+List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>
+List-software: Ecartis version 1.0.0
+List-Id: linux-mips <linux-mips.eddie.linux-mips.org>
+X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org>
+List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>
+List-owner: <mailto:ralf@linux-mips.org>
+List-post: <mailto:linux-mips@linux-mips.org>
+List-archive: <http://www.linux-mips.org/archives/linux-mips/>
+X-list: linux-mips
+Content-Length: 1054
+Lines: 34
+
+From: John Crispin <blogic@openwrt.org>
+
+Register a clock device for the SPI block of the
+MT7620 SoC. The clock device will be used by the
+SPI host controller driver to determine the base
+clock of the controller.
+
+Signed-off-by: John Crispin <blogic@openwrt.org>
+Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
+---
+Changes since v1:
+  - rebase against the mips-for-linux-next branch of the
+    upstream-sfr.git tree
+
+This makes the following patch obsolete:
+  https://patchwork.linux-mips.org/patch/5672/
+---
+ arch/mips/ralink/mt7620.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c
+index 6c37c9d..988324b 100644
+--- a/arch/mips/ralink/mt7620.c
++++ b/arch/mips/ralink/mt7620.c
+@@ -318,6 +318,7 @@ void __init ralink_clk_init(void)
+ 	ralink_clk_add("10000100.timer", periph_rate);
+ 	ralink_clk_add("10000120.watchdog", periph_rate);
+ 	ralink_clk_add("10000500.uart", periph_rate);
++	ralink_clk_add("10000b00.spi", sys_rate);
+ 	ralink_clk_add("10000c00.uartlite", periph_rate);
+ }
+ 
+-- 
+1.7.10
diff --git a/a/content_digest b/N1/content_digest
index 15fc7ad..a3e023e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -68,6 +68,85 @@
  "expecting it to guess the right $PATH. It should be specified, not  \n"
  "heuristically probed.\n"
  "\n"
- Rob
+ "Rob\n"
+ "From juhosg@openwrt.org Fri Aug 23 08:31:49 2013\n"
+ "Received: with ECARTIS (v1.0.0; list linux-mips); Fri, 23 Aug 2013 08:31:51 +0200 (CEST)\n"
+ "Received: from arrakis.dune.hu ([78.24.191.176]:41453 \"EHLO arrakis.dune.hu\"\n"
+ "        rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP\n"
+ "        id S6817128Ab3HWGbtUv18e (ORCPT <rfc822;linux-mips@linux-mips.org>);\n"
+ "        Fri, 23 Aug 2013 08:31:49 +0200\n"
+ "Received: from arrakis.dune.hu (localhost [127.0.0.1])\n"
+ "        by arrakis.dune.hu (Postfix) with ESMTP id 3050E280826;\n"
+ "        Fri, 23 Aug 2013 08:31:20 +0200 (CEST)\n"
+ "Received: from localhost.localdomain (catvpool-576570d8.szarvasnet.hu [87.101.112.216])\n"
+ "        by arrakis.dune.hu (Postfix) with ESMTPSA;\n"
+ "        Fri, 23 Aug 2013 08:31:20 +0200 (CEST)\n"
+ "From:   Gabor Juhos <juhosg@openwrt.org>\n"
+ "To:     Ralf Baechle <ralf@linux-mips.org>\n"
+ "Cc:     linux-mips@linux-mips.org, John Crispin <blogic@openwrt.org>,\n"
+ "        Gabor Juhos <juhosg@openwrt.org>\n"
+ "Subject: [PATCH v2 3/3] MIPS: ralink: mt7620: add spi clock definition\n"
+ "Date:   Fri, 23 Aug 2013 08:31:32 +0200\n"
+ "Message-Id: <1377239492-10802-3-git-send-email-juhosg@openwrt.org>\n"
+ "X-Mailer: git-send-email 1.7.10\n"
+ "In-Reply-To: <1377239492-10802-1-git-send-email-juhosg@openwrt.org>\n"
+ "References: <1377239492-10802-1-git-send-email-juhosg@openwrt.org>\n"
+ "Return-Path: <juhosg@openwrt.org>\n"
+ "X-Envelope-To: <\"|/home/ecartis/ecartis -s linux-mips\"> (uid 0)\n"
+ "X-Orcpt: rfc822;linux-mips@linux-mips.org\n"
+ "Original-Recipient: rfc822;linux-mips@linux-mips.org\n"
+ "X-archive-position: 37652\n"
+ "X-ecartis-version: Ecartis v1.0.0\n"
+ "Sender: linux-mips-bounce@linux-mips.org\n"
+ "Errors-to: linux-mips-bounce@linux-mips.org\n"
+ "X-original-sender: juhosg@openwrt.org\n"
+ "Precedence: bulk\n"
+ "List-help: <mailto:ecartis@linux-mips.org?Subject=help>\n"
+ "List-unsubscribe: <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips>\n"
+ "List-software: Ecartis version 1.0.0\n"
+ "List-Id: linux-mips <linux-mips.eddie.linux-mips.org>\n"
+ "X-List-ID: linux-mips <linux-mips.eddie.linux-mips.org>\n"
+ "List-subscribe: <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips>\n"
+ "List-owner: <mailto:ralf@linux-mips.org>\n"
+ "List-post: <mailto:linux-mips@linux-mips.org>\n"
+ "List-archive: <http://www.linux-mips.org/archives/linux-mips/>\n"
+ "X-list: linux-mips\n"
+ "Content-Length: 1054\n"
+ "Lines: 34\n"
+ "\n"
+ "From: John Crispin <blogic@openwrt.org>\n"
+ "\n"
+ "Register a clock device for the SPI block of the\n"
+ "MT7620 SoC. The clock device will be used by the\n"
+ "SPI host controller driver to determine the base\n"
+ "clock of the controller.\n"
+ "\n"
+ "Signed-off-by: John Crispin <blogic@openwrt.org>\n"
+ "Signed-off-by: Gabor Juhos <juhosg@openwrt.org>\n"
+ "---\n"
+ "Changes since v1:\n"
+ "  - rebase against the mips-for-linux-next branch of the\n"
+ "    upstream-sfr.git tree\n"
+ "\n"
+ "This makes the following patch obsolete:\n"
+ "  https://patchwork.linux-mips.org/patch/5672/\n"
+ "---\n"
+ " arch/mips/ralink/mt7620.c |    1 +\n"
+ " 1 file changed, 1 insertion(+)\n"
+ "\n"
+ "diff --git a/arch/mips/ralink/mt7620.c b/arch/mips/ralink/mt7620.c\n"
+ "index 6c37c9d..988324b 100644\n"
+ "--- a/arch/mips/ralink/mt7620.c\n"
+ "+++ b/arch/mips/ralink/mt7620.c\n"
+ "@@ -318,6 +318,7 @@ void __init ralink_clk_init(void)\n"
+ " \tralink_clk_add(\"10000100.timer\", periph_rate);\n"
+ " \tralink_clk_add(\"10000120.watchdog\", periph_rate);\n"
+ " \tralink_clk_add(\"10000500.uart\", periph_rate);\n"
+ "+\tralink_clk_add(\"10000b00.spi\", sys_rate);\n"
+ " \tralink_clk_add(\"10000c00.uartlite\", periph_rate);\n"
+ " }\n"
+ " \n"
+ "-- \n"
+ 1.7.10
 
-c4514be650b963f3cae4c6f92262780e89c7f0441b1717b9aeb7a11c5ca6ef62
+abd819b21858c9c82e4778b62ee3116983f945023115eb502d3d31b97e1f42c5

diff --git a/a/1.txt b/N2/1.txt
index 11f54bd..0ee256b 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -5,8 +5,7 @@ On 08/22/2013 03:55:20 PM, David Daney wrote:
 >>> wrote:
 >>> >> > The series touches also m68k, sh, mips and unicore32.
 >>> >> > These architectures magically select a cross compiler if ARCH  
->>> !=
->>> SUBARCH.
+>>> !>>> SUBARCH.
 >>> >> > Do really need that behavior?
 >>> >>
 >>> >> This does remove functionality.
diff --git a/a/content_digest b/N2/content_digest
index 15fc7ad..1f03339 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\052167AB8.4060206@gmail.com\0"
  "From\0Rob Landley <rob@landley.net>\0"
  "Subject\0Re: [RFC] Get rid of SUBARCH\0"
- "Date\0Thu, 22 Aug 2013 16:32:55 -0500\0"
+ "Date\0Thu, 22 Aug 2013 21:32:55 +0000\0"
  "To\0David Daney <ddaney.cavm@gmail.com>\0"
  "Cc\0Richard Weinberger <richard@nod.at>"
   Geert Uytterhoeven <geert@linux-m68k.org>
@@ -31,8 +31,7 @@
  ">>> wrote:\n"
  ">>> >> > The series touches also m68k, sh, mips and unicore32.\n"
  ">>> >> > These architectures magically select a cross compiler if ARCH  \n"
- ">>> !=\n"
- ">>> SUBARCH.\n"
+ ">>> !>>> SUBARCH.\n"
  ">>> >> > Do really need that behavior?\n"
  ">>> >>\n"
  ">>> >> This does remove functionality.\n"
@@ -70,4 +69,4 @@
  "\n"
  Rob
 
-c4514be650b963f3cae4c6f92262780e89c7f0441b1717b9aeb7a11c5ca6ef62
+9be2fdf9dc5647b84009a8aca3c95cf2f3cb5992c955efc78bf47129156925dd

diff --git a/a/content_digest b/N3/content_digest
index 15fc7ad..85981a4 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -18,7 +18,7 @@
   the arch/x86 maintainers <x86@kernel.org>
   linux-kbuild <linux-kbuild@vger.kernel.org>
   linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
-  linux-m68k <linux-m68k@lists.linux-m68k.org>
+  linux-m68k <linux-m68k@vger.kernel.org>
   Linux MIPS Mailing List <linux-mips@linux-mips.org>
   Linux-sh list <linux-sh@vger.kernel.org>
  " uml-devel <user-mode-linux-devel@lists.sourceforge.net>\0"
@@ -70,4 +70,4 @@
  "\n"
  Rob
 
-c4514be650b963f3cae4c6f92262780e89c7f0441b1717b9aeb7a11c5ca6ef62
+74865fd5e29e8bf8e54b244b3f8d9046e776ac45f83bfd20bb746a99567f4f99

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.