mbox series

[PATCHv2,0/5] GEHC Bx50 Switch Support

Message ID 20180115121508.14544-1-sebastian.reichel@collabora.co.uk
Headers show
Series GEHC Bx50 Switch Support | expand

Message

Sebastian Reichel Jan. 15, 2018, 12:15 p.m. UTC
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-rc8.

Changes since PATCHv1:
 * Use 'marvell,mv88e6085' instead of introducing compatible
   string for mv88e6240.
 * Fix indention of DT nodes
 * Only enable 'cpu' phy, if explicitly set to "internal".

-- Sebastian

Sebastian Reichel (5):
  net: dsa: Support internal phy on 'cpu' port
  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

 arch/arm/boot/dts/imx6q-b450v3.dts  | 48 +++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-b650v3.dts  | 48 +++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-b850v3.dts  | 71 +++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6q-bx50v3.dtsi | 37 +++++++++++++++++++
 net/dsa/port.c                      | 23 +++++++++---
 5 files changed, 223 insertions(+), 4 deletions(-)