Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737925 > unrolled thread
| Started by | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| First post | 2017-09-23 01:10 +0200 |
| Last post | 2017-09-26 05:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Date | 2017-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]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2017-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