netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] enable SMC911X for ARCH_MX3
@ 2007-12-11 19:12 Daniel Mack
  2008-01-15 11:36 ` Daniel Mack
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2007-12-11 19:12 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 119 bytes --]

Hi,

this patch enables SMX911X support for Freescale's MX3 platforms.

Signed-off-by: Daniel Mack <daniel@caiaq.de>



[-- Attachment #2: smc911x-mx3.diff --]
[-- Type: text/x-diff, Size: 1002 bytes --]

diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 6cde4ed..1011735 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -926,7 +926,7 @@ config SMC911X
 	tristate "SMSC LAN911[5678] support"
 	select CRC32
 	select MII
-	depends on ARCH_PXA || SH_MAGIC_PANEL_R2
+	depends on ARCH_PXA || ARCH_MX3 || SH_MAGIC_PANEL_R2
 	help
 	  This is a driver for SMSC's LAN911x series of Ethernet chipsets
 	  including the new LAN9115, LAN9116, LAN9117, and LAN9118.
diff --git a/drivers/net/smc911x.h b/drivers/net/smc911x.h
index d04e4fa..2278408 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -37,6 +37,11 @@
   #define SMC_USE_16BIT		0
   #define SMC_USE_32BIT		1
   #define SMC_IRQ_SENSE		IRQF_TRIGGER_FALLING
+#elif defined(CONFIG_ARCH_MX3)
+  #define SMC_USE_PXA_DMA	0
+  #define SMC_USE_16BIT		0
+  #define SMC_USE_32BIT		1
+  #define SMC_IRQ_SENSE		IRQF_TRIGGER_FALLING
 #elif defined(CONFIG_SH_MAGIC_PANEL_R2)
   #define SMC_USE_SH_DMA	0
   #define SMC_USE_16BIT		0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] enable SMC911X for ARCH_MX3
  2007-12-11 19:12 [PATCH] enable SMC911X for ARCH_MX3 Daniel Mack
@ 2008-01-15 11:36 ` Daniel Mack
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Mack @ 2008-01-15 11:36 UTC (permalink / raw)
  To: netdev

Hi,

On Tue, Dec 11, 2007 at 08:12:33PM +0100, Daniel Mack wrote:
> this patch enables SMX911X support for Freescale's MX3 platforms.

Just wanted to know whether as this patch was accepted?

Best regards,
Daniel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-01-15 11:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-11 19:12 [PATCH] enable SMC911X for ARCH_MX3 Daniel Mack
2008-01-15 11:36 ` Daniel Mack

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).