public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] net: dsa: use slave device phydev
@ 2017-09-22 19:40 Vivien Didelot
  2017-09-22 19:40 ` [PATCH net-next v2 1/3] " Vivien Didelot
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Vivien Didelot @ 2017-09-22 19:40 UTC (permalink / raw)
  To: netdev
  Cc: linux-kernel, kernel, David S. Miller, Florian Fainelli,
	Andrew Lunn, Vivien Didelot

This patchset removes the private phy_device in favor of the one
provided by the slave net_device, makes slave open and close symmetrical
and finally provides helpers for enabling or disabling a DSA port.

Changes in v2:
  - do not remove the phy argument from port enable/disable

Vivien Didelot (3):
  net: dsa: use slave device phydev
  net: dsa: make slave close symmetrical to open
  net: dsa: add port enable and disable helpers

 net/dsa/dsa_priv.h |   3 +-
 net/dsa/port.c     |  31 +++++++++++-
 net/dsa/slave.c    | 143 +++++++++++++++++++++++------------------------------
 3 files changed, 94 insertions(+), 83 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-09-22 20:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-22 19:40 [PATCH net-next v2 0/3] net: dsa: use slave device phydev Vivien Didelot
2017-09-22 19:40 ` [PATCH net-next v2 1/3] " Vivien Didelot
2017-09-22 20:00   ` Florian Fainelli
2017-09-22 20:11     ` Vivien Didelot
2017-09-22 20:03   ` Andrew Lunn
2017-09-22 19:40 ` [PATCH net-next v2 2/3] net: dsa: make slave close symmetrical to open Vivien Didelot
2017-09-22 19:40 ` [PATCH net-next v2 3/3] net: dsa: add port enable and disable helpers Vivien Didelot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox