rv1126-uboot/drivers
Hans de Goede 9b510df703 dm: usb: Rename usb_find_child to usb_find_emul_child
Now that we unbind usb devices from usb_stop() usb_find_child() is
only necessary to deal with emulated usb devices.

Rename it to make this clear and add a #ifdef to make it a nop in
other cases.

Note the #ifdef turns usb_find_emul_child() into a nop, rather then not
building it and adding another #ifdef to the caller, this is done this way
because adding a #ifdef to the caller is somewhat hairy.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>
2015-07-21 17:39:36 -06:00
..
bios_emulator
block
bootcount
clk dm: test: Add tests for the clk uclass 2015-07-21 17:39:30 -06:00
core dm: usb: Document that mixing DM_DEVICE_REMOVE and DM_USB is a bad idea 2015-07-21 17:39:36 -06:00
cpu
crypto
ddr
demo
dfu
dma
fpga
gpio dm: gpio: Add dm_gpio_request() to manually request a GPIO 2015-07-21 17:39:23 -06:00
hwmon
i2c
input
led dm: test: Add a test for the LED uclass 2015-07-21 17:39:32 -06:00
memory
misc dm: test: Add a test for the system controller uclass 2015-07-21 17:39:33 -06:00
mmc dm: test: Add a test for the mmc uclass 2015-07-21 17:39:32 -06:00
mtd
net driver/ldpaa_eth:Avoid infinite loop in ldpaa_eth_rx 2015-07-20 11:44:37 -07:00
pci armv8/fsl-lsch3: device tree fixups for PCI stream IDs 2015-07-20 11:44:37 -07:00
pcmcia
power power: pmic: Use trailing_strtol() instead of a local function 2015-07-21 17:39:30 -06:00
pwm
qe
ram dm: test: Add a test for the ram uclass 2015-07-21 17:39:32 -06:00
rtc
serial ns16550: Improve debug UART so it can work with 32-bit access 2015-07-21 17:39:28 -06:00
soc
sound
spi dm: spi: Make local functions static 2015-07-21 17:39:27 -06:00
thermal
tpm
twserial
usb dm: usb: Rename usb_find_child to usb_find_emul_child 2015-07-21 17:39:36 -06:00
video
watchdog
Kconfig dm: Add a clock uclass 2015-07-21 17:39:29 -06:00
Makefile dm: Add a clock uclass 2015-07-21 17:39:29 -06:00