All of lore.kernel.org
 help / color / mirror / Atom feed
* smc911x: how to call the driver?
@ 2008-05-13 16:04 Jens Gehrlein
  2008-05-14  7:07 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Gehrlein @ 2008-05-13 16:04 UTC (permalink / raw)
  To: linuxppc-embedded Mailinglist

Hi,

on our board a SMSC LAN9215i is connected to an i.MX31 ARM processor. My 
hope is to get the smc911x driver run on this chip. The LAN921x data 
sheets say that existing 911x drivers should work.

The first I had to patch was the Kconfig file, in which the smc911x 
driver is only available on PXA architecture:
- depends on NET_ETHERNET && ARCH_PXA
+ depends on NET_ETHERNET && (ARCH_PXA || ARCH_MXC)
So the driver got at least compiled.

My next problem is:
Where and when get the functions smc911x_drv_probe() and smc911x_init() 
called? Any hints?

Thank you in advance.

Best Regards,
Jens

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

end of thread, other threads:[~2008-05-14  8:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 16:04 smc911x: how to call the driver? Jens Gehrlein
2008-05-14  7:07 ` Peter Korsgaard
2008-05-14  8:04   ` Jens Gehrlein
2008-05-14  8:19     ` Peter Korsgaard

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.