From: Yaniv Rosner Date: Tue, 27 Nov 2012 03:46:33 +0000 (+0000) Subject: bnx2x: Always take PHY lock X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~199 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8203c4b6c9debbf19517cc6594d5d6779e2c57bf;p=pandora-kernel.git bnx2x: Always take PHY lock Taking PHY lock is not required on some older designs, but we are removing this complication and always taking it since it is always required on newer designs and does not worth the code complication on the older boards. Taking PHY lock was initially required only on specific boards which had their MDC/MDIO bus crossed, but since this lock is now always required, for example, when NCSI is present, the PHY lock will always be taken. Signed-off-by: Yaniv Rosner Signed-off-by: Eilon Greenstein Signed-off-by: David S. Miller --- Reading git-diff-tree failed