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


Groups > linux.kernel > #1737925 > unrolled thread

[PATCH net-next v3 0/2] net: dsa: port enabling

Started byVivien Didelot <vivien.didelot@savoirfairelinux.com>
First post2017-09-23 01:10 +0200
Last post2017-09-26 05:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH net-next v3 0/2] net: dsa: port enabling Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-09-23 01:10 +0200
    Re: [PATCH net-next v3 0/2] net: dsa: port enabling David Miller <davem@davemloft.net> - 2017-09-26 05:30 +0200

#1737925 — [PATCH net-next v3 0/2] net: dsa: port enabling

FromVivien Didelot <vivien.didelot@savoirfairelinux.com>
Date2017-09-23 01:10 +0200
Subject[PATCH net-next v3 0/2] net: dsa: port enabling
Message-ID<usFf3-3LG-3@gated-at.bofh.it>
This patchset makes slave open and close symmetrical and provides
helpers for enabling or disabling a given DSA port.

Changes in v3:
  - save the phy_device change for a future patchset

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

Vivien Didelot (2):
  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    | 21 ++++++---------------
 3 files changed, 38 insertions(+), 17 deletions(-)

-- 
2.14.1

[toc] | [next] | [standalone]


#1739482

FromDavid Miller <davem@davemloft.net>
Date2017-09-26 05:30 +0200
Message-ID<utOJj-7rZ-5@gated-at.bofh.it>
In reply to#1737925
From: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Date: Fri, 22 Sep 2017 19:01:54 -0400

> This patchset makes slave open and close symmetrical and provides
> helpers for enabling or disabling a given DSA port.
> 
> Changes in v3:
>   - save the phy_device change for a future patchset
> 
> Changes in v2:
>   - do not remove the phy argument from port enable/disable

Series applied.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web