From 9918542e2d02f259f909a956e41bd6d5827fa422 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 24 Mar 2014 16:36:48 -0700 Subject: [PATCH] net: phy: bcm7xxx: fix spurious MDIO failures during workaround Writing first to the AFE registers, and then the VCO, RCAL, RC_CAL registers turned out to unveil some spurious MDIO read/write failures which would make the workaround partially applied. The fix is to write first to the VCO, RCAL, RC_CAL registers, and then write to the AFE registers. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-format-patch failed