From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 0/7] phylib: fix + drivers
Date: Sun, 18 Nov 2012 13:46:27 +0100 [thread overview]
Message-ID: <20121118124627.GE8327@game.jcrosoft.org> (raw)
HI,
Today we have a bug on the match the logic is inverted.
We are lucky as the generic Phy driver is not suppoed to match with
any device it work so fix it. Ensure the generic phy driver is
probe last if needed.
for mx53-loco we are lucky too the first phy found is the right one
The following changes since commit 272a5d738ab152347d67be062e8a4e771825493a:
at91rm9200ek: add spi support (2012-11-16 15:33:50 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/phylib_fix
for you to fetch changes up to 5ea00036e330ea58293774a36d3ee5f9c1fbe895:
phylib: add micrel support (2012-11-16 23:11:16 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (7):
driver: introduce device_probe to manully probe a device
phylib: fix generic phy driver probe
mdio_bus: fix match
phylib: export phy_id via param
phylib: introduction of forced 100Mbps
phylib: add fixup support
phylib: add micrel support
drivers/base/driver.c | 23 +++++++++----
drivers/net/phy/Kconfig | 11 +++---
drivers/net/phy/Makefile | 2 +-
drivers/net/phy/generic.c | 36 --------------------
drivers/net/phy/mdio_bus.c | 28 ++++++++++-----
drivers/net/phy/micrel.c | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/net/phy/phy.c | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
include/driver.h | 5 +++
include/linux/micrel_phy.h | 30 ++++++++++++++++
include/linux/phy.h | 21 +++++++++++-
10 files changed, 400 insertions(+), 60 deletions(-)
delete mode 100644 drivers/net/phy/generic.c
create mode 100644 drivers/net/phy/micrel.c
create mode 100644 include/linux/micrel_phy.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-11-18 12:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-18 12:46 Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-11-18 12:49 ` [PATCH 1/7] driver: introduce device_probe to manully probe a device Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 2/7] phylib: fix generic phy driver probe Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 3/7] mdio_bus: fix match Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 4/7] phylib: export phy_id via param Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 5/7] phylib: introduction of forced 100Mbps Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 6/7] phylib: add fixup support Jean-Christophe PLAGNIOL-VILLARD
2012-11-18 12:49 ` [PATCH 7/7] phylib: add micrel support Jean-Christophe PLAGNIOL-VILLARD
2012-11-20 8:39 ` [PATCH 0/7] phylib: fix + drivers Sascha Hauer
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=20121118124627.GE8327@game.jcrosoft.org \
--to=plagnioj@jcrosoft.com \
--cc=barebox@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