From: David S. Miller Date: Tue, 31 Jan 2017 18:44:50 +0000 (-0500) Subject: Merge branch 'bgmac-phy-init' X-Git-Tag: v4.11-rc1~124^2~272 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=624374a56419c2d6d428c862f32cc1b20519095d;p=linux-block.git Merge branch 'bgmac-phy-init' Rafał Miłecki says: ==================== net-next: use one struct bgmac & add PHY support This patchset adds support for initializing PHY using PHY subsystem. It's required e.g. for wireless access point devices that use bgmac supported Ethernet device connected to some external PHY. Implementing this required accessing phydev in bcma specific code which wasn't possible with core code allocating struct bgmac on its own. This is why I needed to modify alloc_etherdev usage first. ==================== Signed-off-by: David S. Miller --- 624374a56419c2d6d428c862f32cc1b20519095d