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


Groups > linux.kernel > #1553344 > unrolled thread

[PATCH net-next 0/2] net: dsa: make "label" property optional

Started byVivien Didelot <vivien.didelot@savoirfairelinux.com>
First post2017-01-06 23:30 +0100
Last post2017-01-06 23:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH net-next 0/2] net: dsa: make "label" property optional Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-01-06 23:30 +0100

#1553344 — [PATCH net-next 0/2] net: dsa: make "label" property optional

FromVivien Didelot <vivien.didelot@savoirfairelinux.com>
Date2017-01-06 23:30 +0100
Subject[PATCH net-next 0/2] net: dsa: make "label" property optional
Message-ID<sWLbk-8oT-19@gated-at.bofh.it>
Patch 1/2 makes the "label" property in new DSA bindings optional. This
doesn't change the current behavior with existing DTS files.

As Linux considers the Ethernet switch ports as normal NICs by default,
not providing a "label" property for user ports results in using the
standard "ethX" network device name. Giving a "label" overwrites this.

Patch 2/2 removes the labels for the ZII Rev B board as an example.

Vivien Didelot (2):
  net: dsa: make "label" property optional for dsa2
  arm: dts: vf610-zii-dev-rev-b: remove ports label

 Documentation/devicetree/bindings/net/dsa/dsa.txt | 20 ++++++++-----------
 arch/arm/boot/dts/vf610-zii-dev-rev-b.dts         | 16 ---------------
 net/dsa/dsa2.c                                    | 24 ++++-------------------
 3 files changed, 12 insertions(+), 48 deletions(-)

-- 
2.11.0

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web