netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Andy Fleming <afleming@freescale.com>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH v2.6.26] Add support for board-level PHY fixups
Date: Fri, 25 Apr 2008 02:02:53 -0400	[thread overview]
Message-ID: <4811740D.4060707@pobox.com> (raw)
In-Reply-To: <1208557794-5940-1-git-send-email-afleming@freescale.com>

Andy Fleming wrote:
> Sometimes the specific interaction between the platform and the PHY requires
> special handling.  For instance, to change where the PHY's clock input is, or to
> add a delay to account for latency issues in the data path.  We add a mechanism
> for registering a callback with the PHY Lib to be called on matching PHYs when
> they are brought up, or reset.
> 
> Signed-off-by: Andy Fleming <afleming@freescale.com>
> ---
>  Documentation/networking/phy.txt |   38 +++++++++++-
>  drivers/net/phy/mdio_bus.c       |    3 +
>  drivers/net/phy/phy.c            |    4 +-
>  drivers/net/phy/phy_device.c     |  129 ++++++++++++++++++++++++++++++++++----
>  include/linux/phy.h              |   24 +++++++-
>  5 files changed, 182 insertions(+), 16 deletions(-)

applied, though I wish the kernel would unify on the choice of "fixup" 
or "quirk"



      reply	other threads:[~2008-04-25  6:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-18 22:29 [PATCH v2.6.26] Add support for board-level PHY fixups Andy Fleming
2008-04-25  6:02 ` Jeff Garzik [this message]

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=4811740D.4060707@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=afleming@freescale.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).