]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bgmac-phy-init'
authorDavid S. Miller <davem@davemloft.net>
Tue, 31 Jan 2017 18:44:50 +0000 (13:44 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 31 Jan 2017 18:44:50 +0000 (13:44 -0500)
commitf1511dd40ed515b0c6b05ce77d2c5577a6021fc7
tree72203aff7d95728584d71b77c66ac984ada099f0
parentabcaff321382ee8c6c522f6a2fca498acf4cdebc
parent0a7d1c69f937403c32baa4f7b059e7f7597191ce
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 <davem@davemloft.net>