]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dsa-port-parsing'
authorDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 02:47:45 +0000 (11:47 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Nov 2017 02:47:45 +0000 (11:47 +0900)
commit06f700480b27f8be2f4effb7ce856fea2ffefe88
treeaef0674ef932c1e00d293f695a998bf7604233db
parente27e8f54562131589f2a56af2ec402d2ea844b66
parent66a4c79c9b65e4df3263619b9f3f6e5d36a60e52
Merge branch 'dsa-port-parsing'

Vivien Didelot says:

====================
net: dsa: add port parsing functions

This patchset adds port parsing functions called early in the new
bindings parsing stage, which regroup all the fetching of static data
available at the port level, including the port's type, name and CPU
master interface.

This simplifies the rest of the code which does not need to dig into
device tree or platform data again in order to check a port's type or
name.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>