linux/net/dsa
Andrew Lunn 83c0afaec7 net: dsa: Add new binding implementation
The existing DSA binding has a number of limitations and problems. The
main problem is that it cannot represent a switch as a linux device,
hanging off some bus. It is limited to one CPU port. The DSA platform
device is artificial, and does not really represent hardware.

Implement a new binding which can be embedded into any type of node on
a bus to represent one switch device, and its links to other switches.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-04 14:29:55 -07:00
..
Kconfig
Makefile net: dsa: Add new binding implementation 2016-06-04 14:29:55 -07:00
dsa.c net: dsa: Add new binding implementation 2016-06-04 14:29:55 -07:00
dsa2.c net: dsa: Add new binding implementation 2016-06-04 14:29:55 -07:00
dsa_priv.h net: dsa: Add new binding implementation 2016-06-04 14:29:55 -07:00
slave.c net: dsa: Add new binding implementation 2016-06-04 14:29:55 -07:00
tag_brcm.c net: dsa: Add a ports structure and use it in the switch structure 2016-06-04 14:29:53 -07:00
tag_dsa.c net: dsa: Add a ports structure and use it in the switch structure 2016-06-04 14:29:53 -07:00
tag_edsa.c net: dsa: Add a ports structure and use it in the switch structure 2016-06-04 14:29:53 -07:00
tag_trailer.c net: dsa: Add a ports structure and use it in the switch structure 2016-06-04 14:29:53 -07:00