uboot/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
..
adc
bios_emulator bios_emulator: Fix cast for 64-bit compilation 2016-10-11 11:55:33 +08:00
block dm: blk: Enable CONFIG_BLK if DM_MMC is enabled 2016-10-11 10:15:53 -06:00
bootcount
clk rockchip: rk3288: Move rockchip_get_cru() out of the driver 2016-10-30 13:29:06 -06:00
core Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
cpu cpu: Add get_vendor callback 2016-10-19 09:01:51 +02:00
crypto
ddr ddr: altera: Configuring SDRAM extra cycles timing parameters 2016-10-27 08:03:07 +02:00
demo
dfu dfu: align array in dfu_get_dev_type with enum dfu_device_type 2016-11-03 11:55:25 +01:00
dma
fpga
gpio gpio: atmel_pio4: Remove unnecessary clock calling 2016-10-28 18:37:14 +02:00
hwmon
i2c sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI 2016-10-30 11:38:04 +01:00
input
led
mailbox libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
memory
misc Merge git://git.denx.de/u-boot-dm 2016-10-12 20:48:43 -04:00
mmc Merge branch 'master' of git://git.denx.de/u-boot-atmel 2016-10-28 14:14:18 -04:00
mtd mtd: nand: Kconfig: Add NAND_MXS entry 2016-10-26 16:53:16 +02:00
net net: mvgbe: Fix build error with CONFIG_PHYLIB 2016-11-07 11:28:16 -06:00
pch
pci pci: Move CONFIG_PCI_PNP to Kconfig 2016-10-28 07:13:52 -04:00
pcmcia
phy/marvell libfdt: Sync fdt_for_each_subnode() with upstream 2016-10-13 14:10:32 -06:00
pinctrl Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
power power: twl6030: fix code refactoring 2016-10-24 08:04:38 -04:00
pwm
qe
ram
remoteproc
reset libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
rtc rtc: Use CONFIG_X86 instead of __I386__ 2016-10-11 11:55:33 +08:00
serial Merge branch 'master' of git://git.denx.de/u-boot-atmel 2016-10-28 14:14:18 -04:00
soc
sound
spi dm: at91: Add driver model support for the spi driver 2016-10-28 18:37:15 +02:00
spmi
sysreset
thermal thermal: Kconfig: Add IMX_THERMAL entry 2016-10-26 16:53:16 +02:00
timer
tpm tpm: Tidy up use of size_t 2016-10-11 11:55:33 +08:00
twserial
usb Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
video Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
watchdog
Kconfig
Makefile