From: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
To: linux-sh@vger.kernel.org
Subject: Re: smsc911x in 2.6.29
Date: Mon, 17 Nov 2008 07:49:58 +0000 [thread overview]
Message-ID: <49212226.5020709@renesas.com> (raw)
In-Reply-To: <OF18129353.0F9B8038-ON802574F9.003C4672-802574F9.003D1A48@smsc.com>
Hi, Steve.
Steve.Glendinning@smsc.com wrote:
> Hi Nobuhiro,
>
> The second patch in my patchset adds support for dynamic bus
> configuration, so the platform config must specify its bus width at
> runtime. I'm merging this patch through netdev, it should be queued up
> for .29.
Oh, sorry.
>
> You removed this support from the sh platform patches (.phy_interface
> member of smsc911x_config):
>
> -static struct smc911x_platdata smc911x_info = {
> - .flags = SMC911X_USE_32BIT,
> - .irq_flags = IRQF_TRIGGER_LOW,
> +static struct smsc911x_platform_config smsc911x_config = {
> + .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
> + .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN,
> + .flags = SMSC911X_USE_32BIT,
> + .phy_interface = PHY_INTERFACE_MODE_MII,
> };
>
> Can you add this back? With the dynamic bus config patch applied, the
> driver will BUG() if neither SMSC911X_USE_32BIT nor SMSC911X_USE_16BIT is
> set.
Ok, I will check it.
Best regards,
Nobuhiro
prev parent reply other threads:[~2008-11-17 7:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-06 11:06 smsc911x in 2.6.29 Steve.Glendinning
2008-11-07 0:57 ` Nobuhiro Iwamatsu
2008-11-14 6:26 ` Nobuhiro Iwamatsu
2008-11-14 13:34 ` Steve.Glendinning
2008-11-17 7:49 ` Nobuhiro Iwamatsu [this message]
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=49212226.5020709@renesas.com \
--to=iwamatsu.nobuhiro@renesas.com \
--cc=linux-sh@vger.kernel.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.