[PATCHv1 0/6] GEHC Bx50 Switch Support

From: Sebastian Reichel
Date: Wed Jan 03 2018 - 07:26:33 EST


Hi,

This adds support for the internal switch found in GE Healthcare
B450v3, B650v3 and B850v3. All devices use a GPIO bitbanged MDIO
bus to communicate with the switch and a PCIe based network card
for exchanging network data. The cpu network data link requires,
that the switch's internal phy interface is enabled, so support
for that is added by the first patch in this series.

The patch series is based on v4.15-rc6.

-- Sebastian

Sebastian Reichel (6):
net: dsa: Support internal phy on 'cpu' port
net: dsa: mv88e6xxx: add 88E6240 DT compatible
ARM: dts: imx6q-bx50v3: Add internal switch
ARM: dts: imx6q-b850v3: Add switch port configuration
ARM: dts: imx6q-b650v3: Add switch port configuration
ARM: dts: imx6q-b450v3: Add switch port configuration

.../devicetree/bindings/net/dsa/marvell.txt | 6 +-
arch/arm/boot/dts/imx6q-b450v3.dts | 47 +++++++++++++++
arch/arm/boot/dts/imx6q-b650v3.dts | 47 +++++++++++++++
arch/arm/boot/dts/imx6q-b850v3.dts | 70 ++++++++++++++++++++++
arch/arm/boot/dts/imx6q-bx50v3.dtsi | 37 ++++++++++++
drivers/net/dsa/mv88e6xxx/chip.c | 4 ++
net/dsa/port.c | 26 ++++++--
7 files changed, 231 insertions(+), 6 deletions(-)

--
2.15.1