* smc911x: Add AP325RXA board support
@ 2008-06-04 10:54 Yusuke.Goda
[not found] ` <aec7e5c30806041855j604311b8xad79d9050897d0f1@mail.gmail.com>
0 siblings, 1 reply; 2+ messages in thread
From: Yusuke.Goda @ 2008-06-04 10:54 UTC (permalink / raw)
To: netdev; +Cc: linux-sh
This patch adds AP325RXA board support to scc911x driver.
Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
---
drivers/net/Kconfig | 2 +-
drivers/net/smc911x.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index dd0ec9e..b618d8e 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -955,7 +955,7 @@ config SMC911X
tristate "SMSC LAN911[5678] support"
select CRC32
select MII
- depends on ARCH_PXA || SH_MAGIC_PANEL_R2
+ depends on ARCH_PXA || SH_MAGIC_PANEL_R2 || SH_AP325RXA
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 7defa63..d45be9c 100644
--- a/drivers/net/smc911x.h
+++ b/drivers/net/smc911x.h
@@ -37,7 +37,7 @@
#define SMC_USE_16BIT 0
#define SMC_USE_32BIT 1
#define SMC_IRQ_SENSE IRQF_TRIGGER_FALLING
-#elif defined(CONFIG_SH_MAGIC_PANEL_R2)
+#elif defined(CONFIG_SH_MAGIC_PANEL_R2) || defined(CONFIG_SH_AP325RXA)
#define SMC_USE_SH_DMA 0
#define SMC_USE_16BIT 0
#define SMC_USE_32BIT 1
--
1.5.4.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: smc911x: Add AP325RXA board support
[not found] ` <aec7e5c30806041855j604311b8xad79d9050897d0f1@mail.gmail.com>
@ 2008-06-05 3:00 ` Yusuke.Goda
0 siblings, 0 replies; 2+ messages in thread
From: Yusuke.Goda @ 2008-06-05 3:00 UTC (permalink / raw)
To: Magnus Damm; +Cc: netdev, linux-sh
Hi Magnus-san
Magnus Damm wrote:
> Hi Goda-san,
>
> On Wed, Jun 4, 2008 at 7:54 PM, Yusuke.Goda <goda.yusuke@renesas.com> wrote:
>> This patch adds AP325RXA board support to scc911x driver.
>
> I posted a few patches recently (smc911x: Request bus width using
> platform data) that are conflicting with your patch. Hopefully my
> patches will be included in 2.6.27, and at that point we can modify
> the ap32x board code to add board specific configuration to the
> smc911x platform data.
I'm sorry I did not watch your patch.
With your patch, my patch was not necessary.
Thanks,
Goda
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-05 3:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-04 10:54 smc911x: Add AP325RXA board support Yusuke.Goda
[not found] ` <aec7e5c30806041855j604311b8xad79d9050897d0f1@mail.gmail.com>
2008-06-05 3:00 ` Yusuke.Goda
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).