All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] net: fec: Use standard phy type defines
Date: Sun, 10 Mar 2013 14:17:57 +0100	[thread overview]
Message-ID: <20130310131757.GC11170@game.jcrosoft.org> (raw)
In-Reply-To: <1362827007-28522-1-git-send-email-s.hauer@pengutronix.de>

On 12:03 Sat 09 Mar     , Sascha Hauer wrote:
> I've never seen a board using sevenwire, so remove this from
> the fec driver. Also, since we now have standard phy type
> defines in include/linux/phy.h, use them in the fec platform_data
> instead of a fec specific enum.

drop the phy_init too

we have register_fixup for this now
> 
> Sascha
> 
> ----------------------------------------------------------------
> Sascha Hauer (2):
>       net: fec: drop sevenwire support
>       net: fec: use standard phy type defines
> 
>  arch/arm/boards/ccxmx51/ccxmx51.c                 |  2 +-
>  arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c |  2 +-
>  arch/arm/boards/eukrea_cpuimx27/eukrea_cpuimx27.c |  2 +-
>  arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c |  2 +-
>  arch/arm/boards/eukrea_cpuimx51/eukrea_cpuimx51.c |  2 +-
>  arch/arm/boards/freescale-mx25-3-stack/3stack.c   |  2 +-
>  arch/arm/boards/freescale-mx28-evk/mx28-evk.c     |  2 +-
>  arch/arm/boards/freescale-mx35-3-stack/3stack.c   |  2 +-
>  arch/arm/boards/freescale-mx51-pdk/board.c        |  2 +-
>  arch/arm/boards/freescale-mx53-loco/board.c       |  2 +-
>  arch/arm/boards/freescale-mx53-smd/board.c        |  2 +-
>  arch/arm/boards/freescale-mx6-arm2/board.c        |  2 +-
>  arch/arm/boards/freescale-mx6-sabrelite/board.c   |  2 +-
>  arch/arm/boards/freescale-mx6-sabresd/board.c     |  2 +-
>  arch/arm/boards/guf-cupid/board.c                 |  2 +-
>  arch/arm/boards/guf-neso/board.c                  |  2 +-
>  arch/arm/boards/guf-vincell/board.c               |  2 +-
>  arch/arm/boards/imx27ads/imx27ads.c               |  2 +-
>  arch/arm/boards/karo-tx25/board.c                 |  2 +-
>  arch/arm/boards/karo-tx28/tx28-stk5.c             |  2 +-
>  arch/arm/boards/karo-tx51/tx51.c                  |  2 +-
>  arch/arm/boards/karo-tx53/board.c                 |  2 +-
>  arch/arm/boards/pcm038/pcm038.c                   |  2 +-
>  arch/arm/boards/pcm043/pcm043.c                   |  2 +-
>  arch/arm/boards/phycard-i.MX27/pca100.c           |  2 +-
>  arch/arm/boards/tqma53/board.c                    |  2 +-
>  arch/ppc/boards/pcm030/pcm030.c                   |  2 +-
>  drivers/net/fec_imx.c                             | 70 ++++++++--------------
>  drivers/net/fec_imx.h                             |  1 -
>  drivers/net/fec_mpc5200.c                         | 71 +++++++----------------
>  drivers/net/fec_mpc5200.h                         |  1 -
>  include/fec.h                                     | 13 +----
>  32 files changed, 74 insertions(+), 136 deletions(-)
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2013-03-10 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-09 11:03 [PATCH] net: fec: Use standard phy type defines Sascha Hauer
2013-03-09 11:03 ` [PATCH 1/2] net: fec: drop sevenwire support Sascha Hauer
2013-03-09 16:56   ` Alexander Aring
2013-03-09 19:10     ` Sascha Hauer
2013-03-09 11:03 ` [PATCH 2/2] net: fec: use standard phy type defines Sascha Hauer
2013-03-10 13:17 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-03-11  7:53   ` [PATCH] net: fec: Use " 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=20130310131757.GC11170@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.