[<prev] [next>] [day] [month] [year] [list]
Message-id: <OF308AD908.27774DC2-ON80257980.0046416E-80257980.004A4357@eu.necel.com>
Date: Mon, 09 Jan 2012 13:31:09 +0000
From: phil.edworthy@...esas.com
To: netdev@...r.kernel.org
Cc: Robert Marklund <robert.marklund@...ricsson.com>,
Linus Walleij <linus.walleij@...aro.org>,
"David S. Miller" <davem@...emloft.net>,
Steve Glendinning <steve.glendinning@...c.com>
Subject: Bug in smsc911x_init
Hi,
I've found that commit 3ac3546e5f17248d961ef0f4a27e75564bf71578,
"net/smsc911x: Always wait for the chip to be ready" can cause init to
fail. I am working on an out of tree board, but it will affect other
users. With an smsc 9218 connected to a big endian processor using a
16-bit bus, we have to wait for the value read from PMT_CTRL to be 0x10000
rather than 0x1.
However, I am not sure what the correct test should be, as the data sheet
states that you can't read or write to any other reg until the PMT_CTRL
READY bit is set. Maybe we can poll until we get a valid result from
reading BYTE_TEST, and then wait for the PMT_CTRL (endian specific) READY
bit?
Regards
Phil
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists