Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1553344
| From | Vivien Didelot <vivien.didelot@savoirfairelinux.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next 0/2] net: dsa: make "label" property optional |
| Date | 2017-01-06 23:30 +0100 |
| Message-ID | <sWLbk-8oT-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH net-next 0/2] net: dsa: make "label" property optional Vivien Didelot <vivien.didelot@savoirfairelinux.com> - 2017-01-06 23:30 +0100
csiph-web