All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20091209021329.GK24013@atomide.com>

diff --git a/a/2.hdr b/a/2.hdr
deleted file mode 100644
index b15584f..0000000
--- a/a/2.hdr
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Type: text/x-diff; charset=us-ascii
-Content-Disposition: inline; filename="smc91x-innovator1610.patch"
diff --git a/a/2.txt b/a/2.txt
deleted file mode 100644
index d8d1947..0000000
--- a/a/2.txt
+++ /dev/null
@@ -1,38 +0,0 @@
->From e23309bc7d76cc06d7df2659120410398f50b039 Mon Sep 17 00:00:00 2001
-From: Tony Lindgren <tony@atomide.com>
-Date: Tue, 8 Dec 2009 18:11:12 -0800
-Subject: [PATCH] Fix compile on Innovator 1610 for smc91x
-
-Fix compile on Innovator 1610 for smc91x
-
-Signed-off-by: Tony Lindgren <tony@atomide.com>
-
-diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c
-index 91b3b8e..2133b00 100644
---- a/arch/arm/mach-omap1/board-innovator.c
-+++ b/arch/arm/mach-omap1/board-innovator.c
-@@ -143,6 +143,11 @@ static struct platform_device innovator_kp_device = {
- 	.resource	= innovator_kp_resources,
- };
- 
-+static struct smc91x_platdata innovator_smc91x_info = {
-+	.flags	= SMC91X_USE_16BIT | SMC91X_NOWAIT,
-+	.leda	= RPC_LED_100_10,
-+	.ledb	= RPC_LED_TX_RX,
-+};
- 
- #ifdef CONFIG_ARCH_OMAP15XX
- 
-@@ -160,12 +165,6 @@ static struct map_desc innovator1510_io_desc[] __initdata = {
- 	}
- };
- 
--static struct smc91x_platdata innovator_smc91x_info = {
--	.flags	= SMC91X_USE_16BIT | SMC91X_NOWAIT,
--	.leda	= RPC_LED_100_10,
--	.ledb	= RPC_LED_TX_RX,
--};
--
- static struct resource innovator1510_smc91x_resources[] = {
- 	[0] = {
- 		.start	= OMAP1510_FPGA_ETHR_START,	/* Physical */
diff --git a/a/content_digest b/N1/content_digest
index 8948d69..f91203b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,12 +1,10 @@
  "ref\020091209004630.5944.40334.stgit@localhost\0"
  "ref\020091209004958.5944.81769.stgit@localhost\0"
- "From\0Tony Lindgren <tony@atomide.com>\0"
- "Subject\0Re: [PATCH 1/9] omap: use smc91x_platdata to setup smc91x\0"
+ "From\0tony@atomide.com (Tony Lindgren)\0"
+ "Subject\0[PATCH 1/9] omap: use smc91x_platdata to setup smc91x\0"
  "Date\0Tue, 8 Dec 2009 18:13:29 -0800\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
- "Cc\0linux-omap@vger.kernel.org"
- " Ladislav Michl <ladis@linux-mips.org>\0"
- "\01:1\0"
+ "\00:1\0"
  "b\0"
  "* Tony Lindgren <tony@atomide.com> [091208 16:48]:\n"
  "> From: Ladislav Michl <ladis@linux-mips.org>\n"
@@ -34,46 +32,5 @@
  "is not defined for 1610.\n"
  "\n"
  Tony
- "\01:2\0"
- "fn\0smc91x-innovator1610.patch\0"
- "b\0"
- ">From e23309bc7d76cc06d7df2659120410398f50b039 Mon Sep 17 00:00:00 2001\n"
- "From: Tony Lindgren <tony@atomide.com>\n"
- "Date: Tue, 8 Dec 2009 18:11:12 -0800\n"
- "Subject: [PATCH] Fix compile on Innovator 1610 for smc91x\n"
- "\n"
- "Fix compile on Innovator 1610 for smc91x\n"
- "\n"
- "Signed-off-by: Tony Lindgren <tony@atomide.com>\n"
- "\n"
- "diff --git a/arch/arm/mach-omap1/board-innovator.c b/arch/arm/mach-omap1/board-innovator.c\n"
- "index 91b3b8e..2133b00 100644\n"
- "--- a/arch/arm/mach-omap1/board-innovator.c\n"
- "+++ b/arch/arm/mach-omap1/board-innovator.c\n"
- "@@ -143,6 +143,11 @@ static struct platform_device innovator_kp_device = {\n"
- " \t.resource\t= innovator_kp_resources,\n"
- " };\n"
- " \n"
- "+static struct smc91x_platdata innovator_smc91x_info = {\n"
- "+\t.flags\t= SMC91X_USE_16BIT | SMC91X_NOWAIT,\n"
- "+\t.leda\t= RPC_LED_100_10,\n"
- "+\t.ledb\t= RPC_LED_TX_RX,\n"
- "+};\n"
- " \n"
- " #ifdef CONFIG_ARCH_OMAP15XX\n"
- " \n"
- "@@ -160,12 +165,6 @@ static struct map_desc innovator1510_io_desc[] __initdata = {\n"
- " \t}\n"
- " };\n"
- " \n"
- "-static struct smc91x_platdata innovator_smc91x_info = {\n"
- "-\t.flags\t= SMC91X_USE_16BIT | SMC91X_NOWAIT,\n"
- "-\t.leda\t= RPC_LED_100_10,\n"
- "-\t.ledb\t= RPC_LED_TX_RX,\n"
- "-};\n"
- "-\n"
- " static struct resource innovator1510_smc91x_resources[] = {\n"
- " \t[0] = {\n"
- " \t\t.start\t= OMAP1510_FPGA_ETHR_START,\t/* Physical */"
 
-0ac4e1514581fa31fee2e623da15013c4824590b5367716c42ff969ba62ec1e0
+075708776fe4399bf93a6a766aaed029869f231be33ff823ed254d73e0c26573

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.