Merge branch 'b44'
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2013 01:49:01 +0000 (20:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Dec 2013 01:49:01 +0000 (20:49 -0500)
commitdbe8ecd81d4cacf54838d0427d6700bcb8644c41
tree34b919de0a5f3ab927dda225a84cc624ab624741
parenta181ceb501b31b4bf8812a5c84c716cc31d82c2d
parentb04138b335203b79ffe1b14750fa245a4dab7191
Merge branch 'b44'

Hauke Mehrtens says:

====================
b44: add support for external PHY

This adds support for an external phy connected to the mac controlled
by b44. This is used on home routers of the BCM47xx line where this MAC
core was used and is contended to an external switch core through MII.
These patches are in OpenWrt for some time and are tested by different
users with different devices.

The publicly available Programmer's Reference Guide for some of these
chips help making this patch it would be nice to have such a
documentation for more Broadcom Chips like some SoCs.
https://www.broadcom.com/collateral/pg/440X-PG02-R.pdf
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>