linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: benh@kernel.crashing.org (Benjamin Herrenschmidt)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC/PATCH] dns323: Support for HW rev C1
Date: Thu, 22 Apr 2010 07:26:56 +1000	[thread overview]
Message-ID: <1271885216.2330.175.camel@pasglop> (raw)
In-Reply-To: <20100421201516.GG26616@n2100.arm.linux.org.uk>

On Wed, 2010-04-21 at 21:15 +0100, Russell King - ARM Linux wrote:
> > Just register a different machine ID for the rev C1 board and pass
> > that in from the boot loader, that'll solve all these problems.
> 
> Or use the system_rev for what it's meant for; it was invented to deal
> with the differences between rev 3,4,5 netwinders - or more specifically
> revision 4 netwinders where the fan control hardware is different from
> rev 3 and 5.

Right, that is a good way to pass the board revision around drivers
etc...

However, in this specific case, we have a different problem, this is not
related really to identifying rev A vs B vs C of the board.

The issue at hand is that the PHY driver for that 1118 PHY hard wires a
value into the PHY LED control register that doesn't work for this
board. (Rev A and B are using a different PHY altogether). So my patch
just adds to the PHY driver a test of machine_is_dns323() (with
appropriate ifdef's) to set the right value in there when initializing
it.

This is a bit of a wart, but is simple and works fine. I was just
pointing out that we don't seem to have an overall good way to pass
board/platform info such as these to individual PHY drivers using the
generic mdio bus.

Cheers,
Ben.

  reply	other threads:[~2010-04-21 21:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-21  8:28 [RFC/PATCH] dns323: Support for HW rev C1 Benjamin Herrenschmidt
2010-04-21  8:31 ` Benjamin Herrenschmidt
2010-04-21  8:37   ` Russell King - ARM Linux
2010-04-21  8:41     ` Benjamin Herrenschmidt
2010-04-21 14:32   ` Nicolas Pitre
2010-04-21 21:11     ` Benjamin Herrenschmidt
2010-04-21 18:07 ` Lennert Buytenhek
2010-04-21 20:15   ` Russell King - ARM Linux
2010-04-21 21:26     ` Benjamin Herrenschmidt [this message]
2010-04-21 21:23   ` Benjamin Herrenschmidt

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=1271885216.2330.175.camel@pasglop \
    --to=benh@kernel.crashing.org \
    --cc=linux-arm-kernel@lists.infradead.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 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).