netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V5 3/4] CS89x0 : remove QQ2440 board support from the CS89x0 driver
@ 2012-01-26 20:47 Jaccon Bastiaansen
  2012-01-26 22:50 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Jaccon Bastiaansen @ 2012-01-26 20:47 UTC (permalink / raw)
  To: kernel, u.kleine-koenig, s.hauer, davem, cavokz, linux,
	fabio.estevam, festevam
  Cc: linux-arm-kernel, netdev, Jaccon Bastiaansen

The QQ2440 board isn't supported anymore in the kernel, so support
for this board can be removed from the CS89x0 driver.

Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
---
 drivers/net/ethernet/cirrus/cs89x0.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/drivers/net/ethernet/cirrus/cs89x0.c b/drivers/net/ethernet/cirrus/cs89x0.c
index 6b3cd24..f7449bd 100644
--- a/drivers/net/ethernet/cirrus/cs89x0.c
+++ b/drivers/net/ethernet/cirrus/cs89x0.c
@@ -182,11 +182,6 @@ static unsigned int cs8900_irq_map[] = {IRQ_IXDP2351_CS8900, 0, 0, 0};
 #define CS89x0_NONISA_IRQ
 static unsigned int netcard_portlist[] __used __initdata = {IXDP2X01_CS8900_VIRT_BASE, 0};
 static unsigned int cs8900_irq_map[] = {IRQ_IXDP2X01_CS8900, 0, 0, 0};
-#elif defined(CONFIG_MACH_QQ2440)
-#define CS89x0_NONISA_IRQ
-#include <mach/qq2440.h>
-static unsigned int netcard_portlist[] __used __initdata = { QQ2440_CS8900_VIRT_BASE + 0x300, 0 };
-static unsigned int cs8900_irq_map[] = { QQ2440_CS8900_IRQ, 0, 0, 0 };
 #elif defined(CONFIG_MACH_MX31ADS)
 #define CS89x0_NONISA_IRQ
 #include <mach/board-mx31ads.h>
@@ -543,9 +538,6 @@ cs89x0_probe1(struct net_device *dev, unsigned long ioaddr, int modular)
 		lp->force = g_cs89x0_media__force;
 #endif
 
-#if defined(CONFIG_MACH_QQ2440)
-		lp->force |= FORCE_RJ45 | FORCE_FULL;
-#endif
         }
 
 	/* Grab the region so we can find another board if autoIRQ fails. */
-- 
1.7.1

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

* Re: [PATCH V5 3/4] CS89x0 : remove QQ2440 board support from the CS89x0 driver
  2012-01-26 20:47 [PATCH V5 3/4] CS89x0 : remove QQ2440 board support from the CS89x0 driver Jaccon Bastiaansen
@ 2012-01-26 22:50 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-01-26 22:50 UTC (permalink / raw)
  To: jaccon.bastiaansen
  Cc: fabio.estevam, linux, netdev, s.hauer, cavokz, kernel,
	u.kleine-koenig, festevam, linux-arm-kernel

From: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Date: Thu, 26 Jan 2012 21:47:11 +0100

> The QQ2440 board isn't supported anymore in the kernel, so support
> for this board can be removed from the CS89x0 driver.
> 
> Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>

I'm fine with this going via one of the ARM trees:

Acked-by: David S. Miller <davem@davemloft.net>

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

end of thread, other threads:[~2012-01-26 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26 20:47 [PATCH V5 3/4] CS89x0 : remove QQ2440 board support from the CS89x0 driver Jaccon Bastiaansen
2012-01-26 22:50 ` David Miller

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).