From: Angelo Dureghello <angelo70@gmail.com>
To: "netdev@vger.kernel.org" <netdev@vger.kernel.org>
Subject: Fwd: micrel: ksz8051 badly detected as ksz8031
Date: Mon, 13 Oct 2014 21:34:44 +0200 [thread overview]
Message-ID: <543C2954.5010609@gmail.com> (raw)
In-Reply-To: <543BB635.80608@gmail.com>
Hi,
i confirm, moving from kernel 3.5.1 to 3.17.0 the network Micrel phy
link is non
functional.
The non working detection of KSZ8051 (taken default, ksz8031, from mdio
driver)
breaks the functionality.
But this is probably due to the fact i am not using DT population, but
just using
a minimal DT just to boot (to avoidto change the bootloader setup that's
already
into production).
What change from 3.5.1 and 3.17.0 is mainly that DT support has been added.
If i copy the old 3.5.1 micrel.c i can have the link, but network was
not working
properly.
So i brute-fixed the issue into 3.17.0 with this small patchfor my need,
Imiss the complete understanding still for a proper fix.Hope you can
elucidate.
diff -crB drivers/net/ethernet/ti/davinci_mdio.c
../linux-3.17/drivers/net/ethernet/ti/davinci_mdio.c
*** drivers/net/ethernet/ti/davinci_mdio.c 2014-10-13
21:02:25.522022750 +0200
--- ../linux-3.17/drivers/net/ethernet/ti/davinci_mdio.c 2014-10-05
21:23:04.000000000 +0200
***************
*** 320,327 ****
}
#endif
- extern struct phy_driver *micrel_pdrv;
-
static int davinci_mdio_probe(struct platform_device *pdev)
{
struct mdio_platform_data *pdata = dev_get_platdata(&pdev->dev);
--- 320,325 ----
***************
*** 397,408 ****
for (addr = 0; addr < PHY_MAX_ADDR; addr++) {
phy = data->bus->phy_map[addr];
if (phy) {
- /*
- * Angelo : micrel broken the link adding OF
support.
- * waiting for the patch, i force the link to
out phy.
- */
- phy->drv = micrel_pdrv;
- data->bus->phy_map[addr] = phy;
dev_info(dev, "phy[%d]: device %s, driver %s\n",
phy->addr, dev_name(&phy->dev),
phy->drv ? phy->drv->name : "unknown");
--- 395,400 ----
diff -crB drivers/net/phy/micrel.c ../linux-3.17/drivers/net/phy/micrel.c
*** drivers/net/phy/micrel.c 2014-10-13 21:00:03.273616086 +0200
--- ../linux-3.17/drivers/net/phy/micrel.c 2014-10-05
21:23:04.000000000 +0200
***************
*** 640,650 ****
ARRAY_SIZE(ksphy_driver));
}
- /*
- * angelo, temporary patch
- */
- struct phy_driver *micrel_pdrv = &ksphy_driver[5];
-
module_init(ksphy_init);
module_exit(ksphy_exit);
Regards, angelo
next prev parent reply other threads:[~2014-10-13 19:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-12 12:55 micrel: ksz8051 badly detected as ksz8031 Angelo Dureghello
2014-10-13 11:23 ` Fwd: " Angelo Dureghello
2014-10-13 19:34 ` Angelo Dureghello [this message]
2014-10-14 17:24 ` Angelo Dureghello
2014-10-14 19:09 ` Florian Fainelli
2014-10-14 19:33 ` Angelo Dureghello
2014-10-14 20:56 ` Florian Fainelli
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=543C2954.5010609@gmail.com \
--to=angelo70@gmail.com \
--cc=netdev@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 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).