Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737782

[PATCH net-next v2 0/3] net: dsa: use slave device phydev

From Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Newsgroups linux.kernel
Subject [PATCH net-next v2 0/3] net: dsa: use slave device phydev
Date 2017-09-22 21:50 +0200
Message-ID <usC7v-1Fr-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH net-next v2 0/3] net: dsa: use slave device phydev Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-09-22 21:50 +0200
  [PATCH net-next v2 3/3] net: dsa: add port enable and disable helpers Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-09-22 21:50 +0200
  [PATCH net-next v2 1/3] net: dsa: use slave device phydev Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-09-22 21:50 +0200
    Re: [PATCH net-next v2 1/3] net: dsa: use slave device phydev Andrew Lunn <andrew@lunn.ch> - 2017-09-22 22:10 +0200
    Re: [PATCH net-next v2 1/3] net: dsa: use slave device phydev Florian Fainelli <f.fainelli@gmail.com> - 2017-09-22 22:10 +0200
      Re: [PATCH net-next v2 1/3] net: dsa: use slave device phydev Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-09-22 22:20 +0200

csiph-web