From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: net: phy updates
Date: Thu, 18 Sep 2014 09:11:11 +0200 [thread overview]
Message-ID: <1411024275-31766-1-git-send-email-s.hauer@pengutronix.de> (raw)
This series gets direct phy register accesses out of the generic code
path. This is necessary for phys which have a different register
layout not handled correctly by the generic code. Also the phy link
status check is moved to a poller callback. With this we get periodic
link status updates printed on the console.
Sascha
----------------------------------------------------------------
Sascha Hauer (4):
net: phy: introduce phy_aneg_done
net: phy: Use xzalloc for small allocations
net: phy: don't use 'dev' as name for variables of type struct phy_device
net: phy: Use poller for periodic link check
drivers/net/Kconfig | 1 +
drivers/net/phy/phy.c | 189 +++++++++++++++++++++++++++++++++-----------------
include/linux/phy.h | 4 ++
net/eth.c | 23 ++----
4 files changed, 139 insertions(+), 78 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-09-18 7:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-18 7:11 Sascha Hauer [this message]
2014-09-18 7:11 ` [PATCH 1/4] net: phy: introduce phy_aneg_done Sascha Hauer
2014-09-18 7:11 ` [PATCH 2/4] net: phy: Use xzalloc for small allocations Sascha Hauer
2014-09-18 7:11 ` [PATCH 3/4] net: phy: don't use 'dev' as name for variables of type struct phy_device Sascha Hauer
2014-09-18 7:11 ` [PATCH 4/4] net: phy: Use poller for periodic link check Sascha Hauer
2014-09-24 5:09 ` 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=1411024275-31766-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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