Files
u-boot-bpi-r3/drivers
Stefan Roese 1fabbd074e net: mvpp2: Move probe function from MISC to ETH DM driver
This patch moves the base_probe function mvpp2_base_probe() from the
MISC driver to the ETH driver. When integrated in the MISC driver,
probe is called too early before the U-Boot ethernet infrastructure
(especially the MDIO / PHY interface) has been initialized. Resulting
in errors in mdio_register().

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2017-03-29 07:42:11 +02:00
..
2016-12-20 09:15:27 +01:00
2017-03-29 07:38:07 +02:00
2016-10-19 09:01:51 +02:00
2017-01-10 10:18:11 +01:00
2016-01-27 15:32:05 +01:00
2016-02-06 12:00:59 +01:00
2017-01-02 17:08:25 +01:00