uboot/drivers
Philipp Tomsich 1deeecb6e4 sun8i_emac: Fix mdio read sequence
To send a parametrized command to the PHY over MDIO, we should write
the data first, the trigger the execution by the command register
write. Fix the access pattern in our MDIO write routine.
Apparently this doesn't really matter with the Realtek PHY on the
Pine64, but other PHYs (which require more setup) will choke on
the wrong order.
[Andre: add commit message]

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Jagan Teki <jagan@openedev.com>
2016-11-28 15:10:31 -05: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: clk: Support setting ACLK 2016-11-25 17:59:31 -07: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: dwapb: Add support for port B 2016-11-21 14:07:26 -05: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 mmc: sunxi: Enable 8bits bus width for sun8i 2016-11-16 13:30:17 +09:00
mtd mtd: nand: add support for the TC58NVG2S0H chip 2016-11-28 15:10:30 -05:00
net sun8i_emac: Fix mdio read sequence 2016-11-28 15:10:31 -05: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: regulator: Add limits checking while setting current 2016-11-25 17:59:26 -07: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 git://git.denx.de/u-boot-fsl-qoriq 2016-11-25 17:39:54 -05:00
soc
sound
spi spi: Add a debug() on bind failure 2016-11-25 17:59:30 -07: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 rockchip: video: Avoid using u8 in the HDMI driver 2016-11-25 17:59:32 -07:00
watchdog
Kconfig
Makefile