[PATCH 2/2] net: phy: broadcom: Add support for BCM54612E

2016-10-21 Thread Xo Wang
This PHY has internal delays enabled after reset. This clears the internal delay enables unless the interface specifically requests them. Signed-off-by: Xo Wang --- drivers/net/phy/broadcom.c | 48 ++ include/linux/brcmphy.h| 1 + 2 files changed

[PATCH 1/2] net: phy: broadcom: Update Auxiliary Control Register macros

2016-10-21 Thread Xo Wang
Add the RXD-to-RXC skew (delay) time bit in the Miscellaneous Control shadow register and a mask for the shadow selector field. Remove a re-definition of MII_BCM54XX_AUXCTL_SHDWSEL_AUXCTL. Signed-off-by: Xo Wang --- include/linux/brcmphy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[PATCH 0/2] Broadcom BCM54612E support

2016-10-21 Thread Xo Wang
connected to this PHY. Xo Wang (2): net: phy: broadcom: Update Auxiliary Control Register net: phy: broadcom: Add support for BCM54612E