
This patch series adds support for RGMII phy internal delay support for Atheros 8031 phy driver and also add support for the phy mode configuration in control module in cpsw driver.
Tested the series on the following EVMs with a zImage download from server, logs [1] and pushed a branch for testing [2].
* DRA 72 Rev B EVM * DRA 72 Rev C EVM * DRA 74 EVM * AM437x GP EVM * AM335x BBB * AM335x GP EVM
Changes from initial version: * Added RMII refl clock "rmii-clock-ext" DT parsing.
[1] - http://pastebin.ubuntu.com/23317809/ [2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git cpsw-rgmii-v2
Mugunthan V N (3): drivers: net: phy: atheros: add separate config for AR8031 include: configs: am335x: add Atheros phy support driver: net: cpsw: add support for RGMII id mode support and RMII clock source selection
drivers/net/cpsw.c | 157 +++++++++++++++++++++++++++++++++++++++---- drivers/net/phy/atheros.c | 37 +++++++++- include/configs/am335x_evm.h | 2 + include/cpsw.h | 1 + 4 files changed, 182 insertions(+), 15 deletions(-)