All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/5] net: phy: Reduce duplication
@ 2018-02-28 19:58 Florian Fainelli
  2018-02-28 19:58 ` [PATCH net-next v2 1/5] net: phy: aquantia: Utilize genphy_c45_aneg_done() Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Florian Fainelli @ 2018-02-28 19:58 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Andrew Lunn, Russell King, open list, moritz.fischer

Hi all,

This patch series reduces the duplication among 10G PHY drivers that just
essentially stub most functions, but do that while replicating what the existing
generic functions do.

Changes in v2:

- rename gen10g_soft_reset() to gen10g_no_soft_reset() to better illustrate
  what it does (or does not)
- removed stray comment in marvell10g.c

Florian Fainelli (5):
  net: phy: aquantia: Utilize genphy_c45_aneg_done()
  net: phy: Export gen10g_* functions
  net: phy: teranetics: Utilize generic functions
  net: phy: cortina: Utilize generic functions
  net: phy: marvell10g: Utilize gen10g_soft_reset()

 drivers/net/phy/aquantia.c   | 20 ++++++--------------
 drivers/net/phy/cortina.c    | 18 +++---------------
 drivers/net/phy/marvell10g.c | 11 +----------
 drivers/net/phy/phy-c45.c    | 20 +++++++++++++-------
 drivers/net/phy/teranetics.c | 30 +++++-------------------------
 include/linux/phy.h          |  8 ++++++++
 6 files changed, 36 insertions(+), 71 deletions(-)

-- 
2.14.1

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-03-01 18:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 19:58 [PATCH net-next v2 0/5] net: phy: Reduce duplication Florian Fainelli
2018-02-28 19:58 ` [PATCH net-next v2 1/5] net: phy: aquantia: Utilize genphy_c45_aneg_done() Florian Fainelli
2018-02-28 19:58 ` [PATCH net-next v2 2/5] net: phy: Export gen10g_* functions Florian Fainelli
2018-02-28 19:58 ` [PATCH net-next v2 3/5] net: phy: teranetics: Utilize generic functions Florian Fainelli
2018-02-28 19:58 ` [PATCH net-next v2 4/5] net: phy: cortina: " Florian Fainelli
2018-02-28 19:58 ` [PATCH net-next v2 5/5] net: phy: marvell10g: Utilize gen10g_soft_reset() Florian Fainelli
2018-03-01 18:47 ` [PATCH net-next v2 0/5] net: phy: Reduce duplication David Miller

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.