This patch adds limited support for the Ethernet controller on the NXP
LS1021A:
    * Only one port has been tested i.e enet1.
    * The PHY negotiation has been limited to 100Mbits-FD.

This is in view of later testing LPAE MMU support with a device doing
DMA transfer.

Renaud Barbier (2):
  net: gianfar: add device tree support
  ARM: ls1021a: initial Ethernet and mdio configuration

 arch/arm/boards/ls1021aiot/board.c       |  35 +++
 arch/arm/configs/layerscape_v7_defconfig |   7 +
 arch/arm/dts/fsl-ls1021a-iot.dts         |  28 +++
 arch/powerpc/include/asm/dma.h           |  35 ++-
 drivers/net/Kconfig                      |   2 +-
 drivers/net/gianfar.c                    | 261 ++++++++++++++++++++---
 drivers/net/gianfar.h                    |  36 ++++
 7 files changed, 370 insertions(+), 34 deletions(-)

-- 
2.43.0


Reply via email to