diff options
author | David S. Miller <davem@davemloft.net> | 2016-04-26 01:09:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-26 01:09:18 -0400 |
commit | 218afa10d82d7809c9a7d14f1c769be8d7d6e2b8 (patch) | |
tree | 2b387b90aa43ace8c180dd61305da98ba0cd3889 /net | |
parent | 5a5f0792e98bdc8d2db89d1d49cb078fd836c1fa (diff) | |
parent | 218afd68a2e6de8226c4048e4dd051075648a9c6 (diff) | |
download | linux-stable-218afa10d82d7809c9a7d14f1c769be8d7d6e2b8.tar.gz linux-stable-218afa10d82d7809c9a7d14f1c769be8d7d6e2b8.tar.bz2 linux-stable-218afa10d82d7809c9a7d14f1c769be8d7d6e2b8.zip |
Merge branch 'hns-debug-dsaf'
Yisen Zhuang says:
====================
net: hns: add support of debug dsaf device
There are two kinds of dsaf device in hns, one is for service ports,
contains crossbar in it, can work under different mode. Another is for
debug port, only can work under single port mode. The current code only
declares a dsaf device for both service ports and debug ports.It is not so
readability. This patch separates it to three platform devices to make the
code more simple and readability.
The diagram of all port in one platform device(old):
CPU
|
| DSAF(one platform device)
-------------------------------------------------------------- /
| | | | | /
| PPE PPE PPE | /
| | | | | /
| | | | | /
| crossbar | | | /
| | | | |/
| ----------------------------------- | | |
| | | | | | | | | |
| | | | | | | | | |
| MAC MAC MAC MAC MAC MAC MAC MAC |
| | | | | | | | | |
--------------------------------------------------------------
| | | | | | | |
PHY PHY PHY PHY PHY PHY PHY PHY
The diagram of separating ports to three platform(new):
CPU
|
-----------------------------------
| | |
---------------------------------------------- --------- ---------
| | | | | | | |
| PPE | | PPE | | PPE |
| | | | | | | | |
| | | | | | | | |
| crossbar | | | | | | |
| | | | | | | | |
| ---------------------------------- | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| MAC MAC MAC MAC MAC MAC | | MAC | | MAC |
| | | | | | | | | | | | | |
---------------------------------------------- --------- ---------
| | | | | | \ / | / |
PHY PHY PHY PHY PHY PHY \ / PHY / PHY
\ / /
\ / /
DSAF(three platform device)
We take the compatibility into consideration, and it works well by using the
old dts file(tested on d02 board).
For more details, please see individual patches.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions