Rafał Miłecki 2fd81681f9 bcm53xx: include Broadcom PHY driver in the kernel
Initial idea was to use package with this PHY driver for devices that
need it. Unfortunately this can't work as bgmac is built-in and PHY
probing happens before loading modules - it results in PHY subsystem
picking default (generic) PHY driver.

There were two ways of solving this:
1) Making bcm53xx use bgmac as module
xor
2) Built-in Broadcom PHY driver

After some quick discussion it seems we can simply built-in the driver
as increased kenel size is relatively small (1805 B).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2017-02-07 18:11:17 +01:00
..
2016-09-04 13:35:11 +02:00
2017-02-04 13:46:48 +01:00
2017-02-07 09:32:02 +01:00
2017-01-27 16:11:34 +01:00
2017-01-24 16:21:25 +01:00
2016-09-04 13:35:11 +02:00
2017-01-10 12:49:34 +01:00
2017-01-24 13:15:01 +01:00
2017-02-07 17:30:39 +01:00