All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Gehrlein <sew_s@tqs.de>
To: linuxppc-embedded Mailinglist <linuxppc-embedded@ozlabs.org>
Subject: smc911x: how to call the driver?
Date: Tue, 13 May 2008 18:04:41 +0200	[thread overview]
Message-ID: <4829BC19.5000909@tqs.de> (raw)

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

             reply	other threads:[~2008-05-13 16:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-13 16:04 Jens Gehrlein [this message]
2008-05-14  7:07 ` smc911x: how to call the driver? Peter Korsgaard
2008-05-14  8:04   ` Jens Gehrlein
2008-05-14  8:19     ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4829BC19.5000909@tqs.de \
    --to=sew_s@tqs.de \
    --cc=linuxppc-embedded@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.