1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-25 20:05:22 +01:00
Files
u-boot-megous/drivers
Chris Packham 6ecf9e21b5 net: mvgbe: Fix build error with CONFIG_PHYLIB
Commit 5a49f17481 ("net: mii: Use spatch to update miiphy_register")
updated the mvgbe implementation of smi_reg_read/smi_reg_write. Prior to
that change mvgbe_phy_read and mvgbe_phy_write where used as wrappers to
satisfy the phylib APIs. Because these functions weren't updated in that
commit build errors where triggered when CONFIG_PHYLIB was enabled.

Fix these build errors by removing mvgbe_phy_read and mvgbe_phy_write
and using smi_reg_read/smi_reg_write directly.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
2016-11-07 11:28:16 -06:00
..
2015-11-02 10:38:00 +09:00
2016-10-19 09:01:51 +02:00
2016-01-27 15:32:05 +01:00
2016-10-12 20:48:43 -04:00
2016-10-28 07:13:52 -04:00
2016-02-06 12:00:59 +01:00
2016-08-12 16:00:50 -04:00
2016-03-14 19:21:44 -04:00
2016-10-11 11:55:33 +08:00
2016-10-31 10:13:17 -04:00