You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Cormier, Jonathan
08be2836df
phy: fix create_phy_by_mask for when its given an actual search mask
...
get_phy_id returns -EIO when it can't read from a phy at a given addr. This would cause
create_phy_by_mask to return prematurely before it had tested the other addresses in the provided mask.
Example usage:
Replace
phydev = phy_connect(bus, phy_addr, dev, phy_if)
with
phydev = phy_find_by_mask(bus, phy_mask, phy_if)
if (phydev)
phy_connect_dev(phydev, dev);
Signed-off-by: Cormier, Jonathan <jcormier@criticallink.com>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
11 years ago
..
bios_emulator
kbuild: use Linux Kernel build scripts
11 years ago
block
ahci: Fix data abort on multiple scsi resets.
11 years ago
bootcount
i2c, bootcount: add support for bootcounter on i2c devices
11 years ago
core
dm: rename device struct to udevice
11 years ago
crypto
drivers: crypto: ace_sha: add implementation of hardware based lib rand
11 years ago
ddr/ fsl
Add cli_ prefix to readline functions
11 years ago
demo
dm: rename device struct to udevice
11 years ago
dfu
dfu: mmc: Provide support for eMMC boot partition access
11 years ago
dma
drivers: convert makefiles to Kbuild style
12 years ago
fpga
fpga: Added support to load bit stream from SD/MMC
11 years ago
gpio
Merge branch 'master' of git://git.denx.de/u-boot-arm
11 years ago
hwmon
kbuild: use Linux Kernel build scripts
11 years ago
i2c
mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals
11 years ago
input
cros_ec: Support systems with no EC interrupt
11 years ago
misc
driver/fsl_ifc: Add a function to finalize CS0 address binding
11 years ago
mmc
mmc: atmel_mci: fix print incorrect buffer content for debug
11 years ago
mtd
mtd: nand: omap_gpmc: Fix update of read_ecc in oob
11 years ago
net
phy: fix create_phy_by_mask for when its given an actual search mask
11 years ago
pci
fsl/pci: Add workaround for erratum A-005434
11 years ago
pcmcia
powerpc: remove RPXClassic, RPXlite boards support
11 years ago
power
Merge remote-tracking branch 'u-boot/master'
11 years ago
qe
qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"
11 years ago
rtc
kbuild: use Linux Kernel build scripts
11 years ago
serial
serial: nsl16550: add hw flow control support
11 years ago
sound
sound: Move Samsung-specific code into its own file
11 years ago
spi
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
11 years ago
tpm
sandbox: tpm: Fix nvwrite command
11 years ago
twserial
drivers: convert makefiles to Kbuild style
12 years ago
usb
Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master'
11 years ago
video
Merge remote-tracking branch 'u-boot/master'
11 years ago
watchdog
Merge branch 'iu-boot/master' into 'u-boot-arm/master'
12 years ago
Makefile
drivers/qe: move the entry to drivers/Makefile
12 years ago