[U-Boot] [PATCH v2 00/11] Add ethernet support for phyCORE-RK3288

Janine Hagemann j.hagemann at phytec.de
Wed Jul 18 08:46:37 UTC 2018


- Remove 0004-Net-phy-ti-Fix-fifo_depth-register-write.patch because
  of the change from 0005-net-phy-ti-Recover-from-port-mirroring-
  N-A-MODE4.patch it isn't needed anymore. Before, the MII_DP83867_
  PHYCTRL-register wasn't write correctly without the fix-patch.

- correct commit reference format

Janine Hagemann (11):
  arch: arm: mach-rockchip: rk3288: Enable regulators in board_init
  config: phycore-rk3288_defconfig: add PHY_TI
  net: gmac_rockchip: Fix a register write in rk3328_gmac_set_to_rgmii
  net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver
  net: phy: ti: Recover from "port mirroring" N/A MODE4
  net: phy: ti: add workaround for incorrect RX_CTRL pin strap
  net: gmac_rockchip: Add handeling for RGMII_ID/RXID/TXID
  drivers: net: designware: Add reading of DT phy-handle node
  net: phy: ti: Add binding for the CLK_OUT pin muxing
  ARM: dts: rockchip: ADD dp83867 CLK_OUT muxing
  rockchip: rk3288-phycore: set flash1 iodomain to 1.8V

 arch/arm/dts/rk3288-phycore-som.dtsi         |   1 +
 arch/arm/mach-rockchip/rk3288-board.c        |   6 ++
 board/phytec/phycore_rk3288/phycore-rk3288.c |  16 +++++
 configs/phycore-rk3288_defconfig             |   1 +
 doc/device-tree-bindings/net/ti,dp83867.txt  |   3 +
 drivers/net/designware.c                     |  11 ++-
 drivers/net/designware.h                     |   1 +
 drivers/net/gmac_rockchip.c                  |  80 ++++++++++++++++-----
 drivers/net/phy/ti.c                         | 104 ++++++++++++++++++++++++++-
 include/dt-bindings/net/ti-dp83867.h         |  15 ++++
 10 files changed, 219 insertions(+), 19 deletions(-)

-- 
2.7.4



More information about the U-Boot mailing list