History log of /rk3399_rockchip-uboot/drivers/usb/host/ (Results 426 – 450 of 794)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f78a5c0705-May-2015 Hans de Goede <hdegoede@redhat.com>

dm: usb: Make usb_get_bus easier to use for callers

Make usb_get_bus easier to use for callers, by directly returning the bus
rather then returning it via a pass-by-ref argument.

This also removes

dm: usb: Make usb_get_bus easier to use for callers

Make usb_get_bus easier to use for callers, by directly returning the bus
rather then returning it via a pass-by-ref argument.

This also removes the error checking from the current callers, as
we already have an assert() for bus not being NULL in usb_get_bus().

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...

134692af04-May-2015 Hans de Goede <hdegoede@redhat.com>

dm: usb: Do not use bus->seq before device_probe(bus)

Do not use bus->seq before device_probe(bus), as bus->seq is not set until
after the device_probe() call. This fixes u-boot printing: "USB-1:

dm: usb: Do not use bus->seq before device_probe(bus)

Do not use bus->seq before device_probe(bus), as bus->seq is not set until
after the device_probe() call. This fixes u-boot printing: "USB-1: " for
each bus it scans.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/arch/sandbox/cpu/cpu.c
/rk3399_rockchip-uboot/arch/sandbox/cpu/os.c
/rk3399_rockchip-uboot/arch/sandbox/dts/sandbox.dts
/rk3399_rockchip-uboot/arch/sandbox/include/asm/eth.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/rtc.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/test.h
/rk3399_rockchip-uboot/board/sandbox/sandbox.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/common/image.c
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/drivers/i2c/i2c-gpio.c
/rk3399_rockchip-uboot/drivers/i2c/i2c-uclass.c
/rk3399_rockchip-uboot/drivers/i2c/sandbox_i2c.c
/rk3399_rockchip-uboot/drivers/misc/cros_ec.c
/rk3399_rockchip-uboot/drivers/misc/cros_ec_spi.c
/rk3399_rockchip-uboot/drivers/net/sandbox.c
/rk3399_rockchip-uboot/drivers/rtc/Kconfig
/rk3399_rockchip-uboot/drivers/rtc/Makefile
/rk3399_rockchip-uboot/drivers/rtc/at91sam9_rtt.c
/rk3399_rockchip-uboot/drivers/rtc/bfin_rtc.c
/rk3399_rockchip-uboot/drivers/rtc/date.c
/rk3399_rockchip-uboot/drivers/rtc/ds1306.c
/rk3399_rockchip-uboot/drivers/rtc/ds1374.c
/rk3399_rockchip-uboot/drivers/rtc/ftrtc010.c
/rk3399_rockchip-uboot/drivers/rtc/i2c_rtc_emul.c
/rk3399_rockchip-uboot/drivers/rtc/imxdi.c
/rk3399_rockchip-uboot/drivers/rtc/mc13xxx-rtc.c
/rk3399_rockchip-uboot/drivers/rtc/mcfrtc.c
/rk3399_rockchip-uboot/drivers/rtc/mpc8xx.c
/rk3399_rockchip-uboot/drivers/rtc/mx27rtc.c
/rk3399_rockchip-uboot/drivers/rtc/mxsrtc.c
/rk3399_rockchip-uboot/drivers/rtc/pl031.c
/rk3399_rockchip-uboot/drivers/rtc/rtc-uclass.c
/rk3399_rockchip-uboot/drivers/rtc/sandbox_rtc.c
/rk3399_rockchip-uboot/drivers/spi/spi-uclass.c
usb-uclass.c
/rk3399_rockchip-uboot/include/bcd.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/i2c.h
/rk3399_rockchip-uboot/include/os.h
/rk3399_rockchip-uboot/include/rtc.h
/rk3399_rockchip-uboot/include/rtc_def.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/net/sntp.c
/rk3399_rockchip-uboot/post/drivers/rtc.c
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/eth.c
/rk3399_rockchip-uboot/test/dm/i2c.c
/rk3399_rockchip-uboot/test/dm/rtc.c
/rk3399_rockchip-uboot/test/dm/test.dts
/rk3399_rockchip-uboot/tools/env/fw_env.h
d81572c205-May-2015 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-mpc85xx


/rk3399_rockchip-uboot/Kconfig
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/cache_v7.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/usb_phy.c
/rk3399_rockchip-uboot/arch/arm/include/asm/armv7.h
/rk3399_rockchip-uboot/arch/arm/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/arm/include/asm/macro.h
/rk3399_rockchip-uboot/arch/arm/include/asm/system.h
/rk3399_rockchip-uboot/arch/arm/lib/cache-cp15.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/cpu.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/dram.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/gpio.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/config.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/cpu.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/soc.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/lowlevel_spl.S
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/mbus.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/board_env_spec.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/high_speed_env_lib.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/high_speed_env_spec.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/serdes/high_speed_env_spec.h
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/timer.c
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc512x/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc5xxx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Makefile
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/portals.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/cache.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/cache.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/arch-mpc85xx/gpio.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_pci.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/mpc85xx_gpio.h
/rk3399_rockchip-uboot/arch/powerpc/lib/ppccache.S
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/valleyview.c
/rk3399_rockchip-uboot/arch/x86/cpu/config.mk
/rk3399_rockchip-uboot/arch/x86/cpu/coreboot/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/interrupts.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/car.S
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/cpu.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/early_me.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/model_206ax.c
/rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/sdram.c
/rk3399_rockchip-uboot/arch/x86/cpu/mp_init.c
/rk3399_rockchip-uboot/arch/x86/cpu/pci.c
/rk3399_rockchip-uboot/arch/x86/cpu/quark/quark.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/Makefile
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/irq.c
/rk3399_rockchip-uboot/arch/x86/cpu/queensbay/tnc.c
/rk3399_rockchip-uboot/arch/x86/cpu/sipi_vector.S
/rk3399_rockchip-uboot/arch/x86/dts/chromebook_link.dts
/rk3399_rockchip-uboot/arch/x86/dts/crownbay.dts
/rk3399_rockchip-uboot/arch/x86/dts/galileo.dts
/rk3399_rockchip-uboot/arch/x86/dts/minnowmax.dts
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-baytrail/gpio.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/microcode.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-ivybridge/model_206ax.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-quark/quark.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/device.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/irq.h
/rk3399_rockchip-uboot/arch/x86/include/asm/arch-queensbay/tnc.h
/rk3399_rockchip-uboot/arch/x86/include/asm/atomic.h
/rk3399_rockchip-uboot/arch/x86/include/asm/cpu.h
/rk3399_rockchip-uboot/arch/x86/include/asm/e820.h
/rk3399_rockchip-uboot/arch/x86/include/asm/global_data.h
/rk3399_rockchip-uboot/arch/x86/include/asm/ibmpc.h
/rk3399_rockchip-uboot/arch/x86/include/asm/interrupt.h
/rk3399_rockchip-uboot/arch/x86/include/asm/mp.h
/rk3399_rockchip-uboot/arch/x86/include/asm/msr-index.h
/rk3399_rockchip-uboot/arch/x86/include/asm/msr.h
/rk3399_rockchip-uboot/arch/x86/include/asm/mtrr.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pci.h
/rk3399_rockchip-uboot/arch/x86/include/asm/pirq_routing.h
/rk3399_rockchip-uboot/arch/x86/include/asm/processor.h
/rk3399_rockchip-uboot/arch/x86/include/asm/sfi.h
/rk3399_rockchip-uboot/arch/x86/include/asm/sipi.h
/rk3399_rockchip-uboot/arch/x86/include/asm/tables.h
/rk3399_rockchip-uboot/arch/x86/include/asm/turbo.h
/rk3399_rockchip-uboot/arch/x86/include/asm/u-boot-x86.h
/rk3399_rockchip-uboot/arch/x86/lib/Makefile
/rk3399_rockchip-uboot/arch/x86/lib/fsp/fsp_common.c
/rk3399_rockchip-uboot/arch/x86/lib/pirq_routing.c
/rk3399_rockchip-uboot/arch/x86/lib/sfi.c
/rk3399_rockchip-uboot/arch/x86/lib/tables.c
/rk3399_rockchip-uboot/arch/x86/lib/zimage.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/Kconfig
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/MAINTAINERS
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/Makefile
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/README
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/cmd_arc.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/ddr.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/law.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/spl.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/spl_minimal.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/tlb.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/ucp1020.c
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/ucp1020.h
/rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/Kconfig
/rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/Makefile
/rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/binary.0
/rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/db-88f6820-gp.c
/rk3399_rockchip-uboot/board/Marvell/db-88f6820-gp/kwbimage.cfg
/rk3399_rockchip-uboot/board/Marvell/db-mv784mp-gp/Kconfig
/rk3399_rockchip-uboot/board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c
/rk3399_rockchip-uboot/board/coreboot/Kconfig
/rk3399_rockchip-uboot/board/coreboot/coreboot/Kconfig
/rk3399_rockchip-uboot/board/freescale/common/mpc85xx_sleep.c
/rk3399_rockchip-uboot/board/freescale/common/qixis.h
/rk3399_rockchip-uboot/board/freescale/t102xqds/eth_t102xqds.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t102xrdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t102xrdb/README
/rk3399_rockchip-uboot/board/freescale/t102xrdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/eth_t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t1023_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t102xrdb.c
/rk3399_rockchip-uboot/board/freescale/t102xrdb/t102xrdb.h
/rk3399_rockchip-uboot/board/freescale/t208xrdb/cpld.h
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t2080_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t208xrdb.c
/rk3399_rockchip-uboot/board/freescale/t4qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4qds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4qds/Makefile
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.h
/rk3399_rockchip-uboot/board/freescale/t4qds/t4_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t4rdb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4rdb/Makefile
/rk3399_rockchip-uboot/board/freescale/t4rdb/ddr.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/spl.c
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4_pbi.cfg
/rk3399_rockchip-uboot/board/freescale/t4rdb/t4_rcw.cfg
/rk3399_rockchip-uboot/board/freescale/t4rdb/tlb.c
/rk3399_rockchip-uboot/board/google/Kconfig
/rk3399_rockchip-uboot/board/google/chromebook_link/Kconfig
/rk3399_rockchip-uboot/board/google/chromebox_panther/Kconfig
/rk3399_rockchip-uboot/board/intel/Kconfig
/rk3399_rockchip-uboot/board/intel/crownbay/Kconfig
/rk3399_rockchip-uboot/board/intel/crownbay/crownbay.c
/rk3399_rockchip-uboot/board/intel/galileo/Kconfig
/rk3399_rockchip-uboot/board/intel/minnowmax/Kconfig
/rk3399_rockchip-uboot/board/intel/minnowmax/minnowmax.c
/rk3399_rockchip-uboot/board/maxbcm/Kconfig
/rk3399_rockchip-uboot/board/maxbcm/maxbcm.c
/rk3399_rockchip-uboot/common/Kconfig
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/cmd_cpu.c
/rk3399_rockchip-uboot/configs/T1023RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1023RDB_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_NAND_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SECURE_BOOT_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/T1024RDB_defconfig
/rk3399_rockchip-uboot/configs/T4240RDB_SDCARD_defconfig
/rk3399_rockchip-uboot/configs/UCP1020_SPIFLASH_defconfig
/rk3399_rockchip-uboot/configs/UCP1020_defconfig
/rk3399_rockchip-uboot/configs/chromebook_link_defconfig
/rk3399_rockchip-uboot/configs/chromebox_panther_defconfig
/rk3399_rockchip-uboot/configs/coreboot-x86_defconfig
/rk3399_rockchip-uboot/configs/crownbay_defconfig
/rk3399_rockchip-uboot/configs/db-88f6820-gp_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/minnowmax_defconfig
/rk3399_rockchip-uboot/doc/README.fsl-esdhc
/rk3399_rockchip-uboot/doc/README.x86
/rk3399_rockchip-uboot/drivers/Kconfig
/rk3399_rockchip-uboot/drivers/Makefile
/rk3399_rockchip-uboot/drivers/bios_emulator/atibios.c
/rk3399_rockchip-uboot/drivers/core/lists.c
/rk3399_rockchip-uboot/drivers/cpu/Kconfig
/rk3399_rockchip-uboot/drivers/cpu/Makefile
/rk3399_rockchip-uboot/drivers/cpu/cpu-uclass.c
/rk3399_rockchip-uboot/drivers/ddr/mvebu/ddr3_axp.h
/rk3399_rockchip-uboot/drivers/misc/smsc_lpc47m.c
/rk3399_rockchip-uboot/drivers/mmc/bcm2835_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/dw_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mmc/kona_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mmc_private.h
/rk3399_rockchip-uboot/drivers/mmc/mvebu_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/mxsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/omap_hsmmc.c
/rk3399_rockchip-uboot/drivers/mmc/s3c_sdi.c
/rk3399_rockchip-uboot/drivers/mmc/s5p_sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/sdhci.c
/rk3399_rockchip-uboot/drivers/mmc/sh_mmcif.c
/rk3399_rockchip-uboot/drivers/mmc/sunxi_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/tegra_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci_rom.c
/rk3399_rockchip-uboot/drivers/serial/arm_dcc.c
ehci-fsl.c
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/configs/T102xRDB.h
/rk3399_rockchip-uboot/include/configs/T208xQDS.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/UCP1020.h
/rk3399_rockchip-uboot/include/configs/chromebook_link.h
/rk3399_rockchip-uboot/include/configs/crownbay.h
/rk3399_rockchip-uboot/include/configs/db-88f6820-gp.h
/rk3399_rockchip-uboot/include/configs/db-mv784mp-gp.h
/rk3399_rockchip-uboot/include/configs/galileo.h
/rk3399_rockchip-uboot/include/configs/maxbcm.h
/rk3399_rockchip-uboot/include/configs/minnowmax.h
/rk3399_rockchip-uboot/include/configs/mv-common.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/cpu.h
/rk3399_rockchip-uboot/include/display_options.h
/rk3399_rockchip-uboot/include/dm/lists.h
/rk3399_rockchip-uboot/include/dm/uclass-id.h
/rk3399_rockchip-uboot/include/e500.h
/rk3399_rockchip-uboot/include/fsl_esdhc.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/mmc.h
/rk3399_rockchip-uboot/include/smsc_lpc47m.h
/rk3399_rockchip-uboot/lib/display_options.c
0dc78ff821-Nov-2014 Nikhil Badola <nikhil.badola@freescale.com>

drivers: usb: fsl: Workaround for Erratum A004477

Add a delay of 1 microsecond before issuing soft reset to the
controller to let ongoing ULPI transaction complete.
This prevents corruption of ULPI

drivers: usb: fsl: Workaround for Erratum A004477

Add a delay of 1 microsecond before issuing soft reset to the
controller to let ongoing ULPI transaction complete.
This prevents corruption of ULPI Function Control Register which
eventually prevents phy clock from entering to low power mode

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/reset_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/system_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/clk.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/mp.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_arria5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/zynq-picozed.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6-ddr.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/reset_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/sdram.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/system_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/hardware.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-zynq/clk.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/ddrc.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/clk.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/gpio.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/hardware.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/mach-zynq/slcr.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/timer.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/mach-zynq/u-boot.lds
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cmd_errata.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/include/asm/config_mpc85xx.h
/rk3399_rockchip-uboot/board/altera/socfpga/pinmux_config.c
/rk3399_rockchip-uboot/board/altera/socfpga/pll_config.h
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/freescale/t4qds/Kconfig
/rk3399_rockchip-uboot/board/freescale/t4qds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/t4qds/Makefile
/rk3399_rockchip-uboot/board/freescale/t4qds/ddr.h
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/eeprom.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gsc.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gsc.h
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/ventana_eeprom.h
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/Kconfig
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/MAINTAINERS
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/Makefile
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/README
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/mx6cuboxi.c
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/microblaze-generic.c
/rk3399_rockchip-uboot/board/xilinx/zynq/.gitignore
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/configs/mx6cuboxi_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/uclass.c
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/zynq_gpio.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_ops.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_probe.c
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_zynq.c
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/exynos_spi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/spi/spi-uclass.c
/rk3399_rockchip-uboot/drivers/spi/tegra114_spi.c
/rk3399_rockchip-uboot/drivers/spi/tegra20_sflash.c
/rk3399_rockchip-uboot/drivers/spi/tegra20_slink.c
/rk3399_rockchip-uboot/drivers/spi/zynq_spi.c
ehci-fsl.c
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/mx6cuboxi.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/tqma6_mba6.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/configs/zynq_picozed.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/power/pfuze100_pmic.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/include/spi_flash.h
/rk3399_rockchip-uboot/lib/libfdt/fdt_ro.c
e13afeef27-Apr-2015 Hans de Goede <hdegoede@redhat.com>

sunxi: usb: Do not call phy_probe from hcd code

The 2/3 usb-phys on the sunxi SoCs are really a single separate functional
block, and are modelled as such in devicetree. So once we've moved all the

sunxi: usb: Do not call phy_probe from hcd code

The 2/3 usb-phys on the sunxi SoCs are really a single separate functional
block, and are modelled as such in devicetree. So once we've moved all the
sunxi usb code to the driver-model then phy_probe will be called once
for the entire block from the driver-model enumeration code.

Move to this now as this also avoids problems with phy_probe being called
multiple times once we introduce ohci support. This also allows us to get rid
of the sunxi_usb_phy_enabled_count variable as phy_probe now is guaranteed
to be called only once.

Since we're effectively rewriting the probe / remove functions, move them
to the end of the file while we are at it, as that is the most logical place
for them.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

2aacc42327-Apr-2015 Hans de Goede <hdegoede@redhat.com>

sunxi: usb: Rename the usbc.? files to usb_phy.?

The usbc.? files now only contain usb-phy related code, rename them to make
this clear.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by:

sunxi: usb: Rename the usbc.? files to usb_phy.?

The usbc.? files now only contain usb-phy related code, rename them to make
this clear.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

7b79865827-Apr-2015 Hans de Goede <hdegoede@redhat.com>

sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar

Rename the sunxi_usbc_foo functions to sunxi_usb_phy_bar to make it clear
that these are usb-phy functions. Also change the verbs & n

sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar

Rename the sunxi_usbc_foo functions to sunxi_usb_phy_bar to make it clear
that these are usb-phy functions. Also change the verbs & nouns in the suffix
to match the verbs & nouns used in the Linux kernels generic phy framework.

This patch purely renames things, it contains no functional changes.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

a781c97a27-Apr-2015 Hans de Goede <hdegoede@redhat.com>

sunxi: usb: Remove sunxi_usbc_get_io_base function

This is the only function left in sunxi/usbc.c which is not phy related,
so remove it.

This is a preparation patch for turning the usbc.c code int

sunxi: usb: Remove sunxi_usbc_get_io_base function

This is the only function left in sunxi/usbc.c which is not phy related,
so remove it.

This is a preparation patch for turning the usbc.c code into a proper
usb phy driver.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...

375de01727-Apr-2015 Hans de Goede <hdegoede@redhat.com>

sunxi: usb: Move setup of host controller clocks to the host controller drivers

The sunxi "usbc" code is mostly about phy setup, but currently also sets up
the host controller clocks, which is somet

sunxi: usb: Move setup of host controller clocks to the host controller drivers

The sunxi "usbc" code is mostly about phy setup, but currently also sets up
the host controller clocks, which is something which really belongs in the
host controller drivers, so move it there.

This is a preparation patch for moving the sunxi ehci code to the driver
model and for adding ohci support.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

show more ...


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/spl_boot.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/mx6/ddr.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/reset_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/spl.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/system_manager.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/board.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/cpu_info.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun8i_a23.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/dram_sun8i_a33.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/pmic_bus.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/psci.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/usbc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/clk.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/mp.c
/rk3399_rockchip-uboot/arch/arm/dts/Makefile
/rk3399_rockchip-uboot/arch/arm/dts/axp209.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_arria5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/socfpga_cyclone5_socdk.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-a1000.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-ba10-tvbox.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-chuwi-v7-cw0825.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-cubieboard.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-gemei-g9.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-hackberry.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-hyundai-a7hd.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-inet-3f.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-inet-3w.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-inet97fv2.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-jesurun-q5.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-marsboard.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-mini-xplus.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-mk802.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-mk802ii.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-olinuxino-lime.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10-pcduino.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun4i-a10.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a10s-auxtek-t004.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a10s-mk802.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a10s-olinuxino-micro.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a10s-r7-tv-dongle.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a10s.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-ampe-a76.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-forfun-q88db.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-hsg-h702.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-inet-86vs.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-olinuxino-micro.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-olinuxino.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-tzx-q8-713b7.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13-utoo-p66.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun5i-a13.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun5i.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-app4-evb1.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-colombus.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-hummingbird.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-i7.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-m9.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31-mixtile-loftq.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31s-cs908.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31s-primo81.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun6i-a31s.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-ainol-aw1.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-bananapi.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-bananapro.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-cubieboard2.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-cubietruck.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-hummingbird.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-i12-tvbox.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-m3.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-m5.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-mk808c.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-olinuxino-lime.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-olinuxino-lime2.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-olinuxino-micro.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-orangepi-mini.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-orangepi.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-pcduino3-nano.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-pcduino3.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-primo73.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-wexler-tab7200.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-wits-pro-a20-dkt.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20-yones-toptech-bd1078.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun7i-a20.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun8i-a23-ippo-q8h-v1.2.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun8i-a23-ippo-q8h-v5.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun8i-a23.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sun8i-a33-astar-mid756.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun8i-a33-ippo-q8h-v1.2-lcd1024x600.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun9i-a80-cubieboard4.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun9i-a80-optimus.dts
/rk3399_rockchip-uboot/arch/arm/dts/sun9i-a80.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/sunxi-common-regulators.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/zynq-picozed.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-mx6/mx6-ddr.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/reset_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/sdram.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-socfpga/system_manager.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/clock_sun6i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/cpu_sun4i.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a23.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/dram_sun8i_a33.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/mmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/pmic_bus.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-sunxi/timer.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/hardware.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-zynq/Makefile
/rk3399_rockchip-uboot/arch/arm/mach-zynq/clk.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/cpu.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/ddrc.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/clk.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/gpio.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/hardware.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/include/mach/sys_proto.h
/rk3399_rockchip-uboot/arch/arm/mach-zynq/lowlevel_init.S
/rk3399_rockchip-uboot/arch/arm/mach-zynq/slcr.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/spl.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/timer.c
/rk3399_rockchip-uboot/arch/arm/mach-zynq/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/mach-zynq/u-boot.lds
/rk3399_rockchip-uboot/arch/mips/Kconfig
/rk3399_rockchip-uboot/arch/mips/lib/bootm.c
/rk3399_rockchip-uboot/board/altera/socfpga/pinmux_config.c
/rk3399_rockchip-uboot/board/altera/socfpga/pll_config.h
/rk3399_rockchip-uboot/board/altera/socfpga/socfpga.c
/rk3399_rockchip-uboot/board/freescale/common/Makefile
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/mx6sabresd.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/eeprom.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gsc.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gsc.h
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/gw_ventana_spl.c
/rk3399_rockchip-uboot/board/gateworks/gw_ventana/ventana_eeprom.h
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/Kconfig
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/MAINTAINERS
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/Makefile
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/README
/rk3399_rockchip-uboot/board/solidrun/mx6cuboxi/mx6cuboxi.c
/rk3399_rockchip-uboot/board/sunxi/Kconfig
/rk3399_rockchip-uboot/board/sunxi/MAINTAINERS
/rk3399_rockchip-uboot/board/sunxi/board.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/board/xilinx/microblaze-generic/microblaze-generic.c
/rk3399_rockchip-uboot/board/xilinx/zynq/.gitignore
/rk3399_rockchip-uboot/board/xilinx/zynq/Makefile
/rk3399_rockchip-uboot/board/xilinx/zynqmp/zynqmp.c
/rk3399_rockchip-uboot/common/cmd_sf.c
/rk3399_rockchip-uboot/common/fdt_support.c
/rk3399_rockchip-uboot/configs/A10-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A10s-OLinuXino-M_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXinoM_defconfig
/rk3399_rockchip-uboot/configs/A13-OLinuXino_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Ainol_AW1_defconfig
/rk3399_rockchip-uboot/configs/Ampe_A76_defconfig
/rk3399_rockchip-uboot/configs/Astar_MID756_defconfig
/rk3399_rockchip-uboot/configs/Auxtek-T004_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Chuwi_V7_CW0825_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Hyundai_A7HD_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v1_2_a33_1024x600_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v1_2_defconfig
/rk3399_rockchip-uboot/configs/Ippo_q8h_v5_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino_defconfig
/rk3399_rockchip-uboot/configs/MK808C_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo73_defconfig
/rk3399_rockchip-uboot/configs/MSI_Primo81_defconfig
/rk3399_rockchip-uboot/configs/Marsboard_A10_defconfig
/rk3399_rockchip-uboot/configs/Mele_A1000_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Mini-X_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/TZX-Q8-713B7_defconfig
/rk3399_rockchip-uboot/configs/UTOO_P66_defconfig
/rk3399_rockchip-uboot/configs/Wexler_TAB7200_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/Yones_Toptech_BD1078_defconfig
/rk3399_rockchip-uboot/configs/ba10_tv_box_defconfig
/rk3399_rockchip-uboot/configs/forfun_q88db_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/iNet_3F_defconfig
/rk3399_rockchip-uboot/configs/iNet_3W_defconfig
/rk3399_rockchip-uboot/configs/iNet_86VS_defconfig
/rk3399_rockchip-uboot/configs/jesurun_q5_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mk802_a10s_defconfig
/rk3399_rockchip-uboot/configs/mk802_defconfig
/rk3399_rockchip-uboot/configs/mk802ii_defconfig
/rk3399_rockchip-uboot/configs/mx6cuboxi_defconfig
/rk3399_rockchip-uboot/configs/r7-tv-dongle_defconfig
/rk3399_rockchip-uboot/configs/sunxi_Gemei_G9_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_picozed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/uclass.c
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/axp_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/sunxi_gpio.c
/rk3399_rockchip-uboot/drivers/gpio/zynq_gpio.c
/rk3399_rockchip-uboot/drivers/mmc/sunxi_mmc.c
/rk3399_rockchip-uboot/drivers/mmc/zynq_sdhci.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_internal.h
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_ops.c
/rk3399_rockchip-uboot/drivers/mtd/spi/sf_probe.c
/rk3399_rockchip-uboot/drivers/net/sunxi_emac.c
/rk3399_rockchip-uboot/drivers/power/axp209.c
/rk3399_rockchip-uboot/drivers/power/axp221.c
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial_zynq.c
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/spi/exynos_spi.c
/rk3399_rockchip-uboot/drivers/spi/omap3_spi.c
/rk3399_rockchip-uboot/drivers/spi/spi-uclass.c
/rk3399_rockchip-uboot/drivers/spi/tegra114_spi.c
/rk3399_rockchip-uboot/drivers/spi/tegra20_sflash.c
/rk3399_rockchip-uboot/drivers/spi/tegra20_slink.c
/rk3399_rockchip-uboot/drivers/spi/zynq_spi.c
ehci-sunxi.c
/rk3399_rockchip-uboot/drivers/usb/musb-new/musb_regs.h
/rk3399_rockchip-uboot/drivers/usb/musb-new/sunxi.c
/rk3399_rockchip-uboot/drivers/video/sunxi_display.c
/rk3399_rockchip-uboot/include/axp152.h
/rk3399_rockchip-uboot/include/axp209.h
/rk3399_rockchip-uboot/include/axp221.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/mx6cuboxi.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/tqma6_mba6.h
/rk3399_rockchip-uboot/include/configs/xilinx_zynqmp.h
/rk3399_rockchip-uboot/include/configs/zynq-common.h
/rk3399_rockchip-uboot/include/configs/zynq_picozed.h
/rk3399_rockchip-uboot/include/dt-bindings/dma/sun4i-a10.h
/rk3399_rockchip-uboot/include/dt-bindings/pinctrl/sun4i-a10.h
/rk3399_rockchip-uboot/include/dt-bindings/thermal/thermal.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/netdev.h
/rk3399_rockchip-uboot/include/power/pfuze100_pmic.h
/rk3399_rockchip-uboot/include/spi.h
/rk3399_rockchip-uboot/include/spi_flash.h
/rk3399_rockchip-uboot/lib/libfdt/fdt_ro.c
3f6dcdb924-Apr-2015 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq


/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/README
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/fdt.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/fsl_lsch3_serdes.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/lowlevel.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/ls2085a_serdes.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/mp.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/mp.h
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-lsch3/speed.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/generic_timer.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/u-boot-spl.lds
/rk3399_rockchip-uboot/arch/arm/dts/exynos4210-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos4x12-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/exynos54xx-pinctrl-uboot.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/s5pc100-pinctrl.dtsi
/rk3399_rockchip-uboot/arch/arm/dts/s5pc110-pinctrl.dtsi
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/fsl_serdes.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/immap_lsch3.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-fsl-lsch3/soc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/config.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/arm/lib/crt0_64.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/cpu_init_early.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/speed.c
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/sandbox/cpu/cpu.c
/rk3399_rockchip-uboot/arch/sandbox/include/asm/bitops.h
/rk3399_rockchip-uboot/arch/sandbox/include/asm/u-boot-sandbox.h
/rk3399_rockchip-uboot/board/freescale/bsc9132qds/bsc9132qds.c
/rk3399_rockchip-uboot/board/freescale/c29xpcie/c29xpcie.c
/rk3399_rockchip-uboot/board/freescale/common/arm_sleep.c
/rk3399_rockchip-uboot/board/freescale/common/cmd_esbc_validate.c
/rk3399_rockchip-uboot/board/freescale/common/mpc85xx_sleep.c
/rk3399_rockchip-uboot/board/freescale/common/qixis.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/ls2085a/ls2085a.c
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/Makefile
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/README
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/eth.c
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/ls2085aqds.c
/rk3399_rockchip-uboot/board/freescale/ls2085aqds/ls2085aqds_qixis.h
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/Kconfig
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/Makefile
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/README
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/ddr.c
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/ddr.h
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/ls2085ardb.c
/rk3399_rockchip-uboot/board/freescale/ls2085ardb/ls2085ardb_qixis.h
/rk3399_rockchip-uboot/board/freescale/p1010rdb/p1010rdb.c
/rk3399_rockchip-uboot/board/freescale/p1010rdb/spl.c
/rk3399_rockchip-uboot/board/toradex/colibri_vf/colibri_vf.c
/rk3399_rockchip-uboot/common/board_f.c
/rk3399_rockchip-uboot/common/board_r.c
/rk3399_rockchip-uboot/common/cmd_mem.c
/rk3399_rockchip-uboot/common/dlmalloc.c
/rk3399_rockchip-uboot/common/spl/spl.c
/rk3399_rockchip-uboot/common/spl/spl_nand.c
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/ls2085aqds_defconfig
/rk3399_rockchip-uboot/configs/ls2085aqds_nand_defconfig
/rk3399_rockchip-uboot/configs/ls2085ardb_defconfig
/rk3399_rockchip-uboot/configs/ls2085ardb_nand_defconfig
/rk3399_rockchip-uboot/doc/driver-model/README.txt
/rk3399_rockchip-uboot/drivers/core/Kconfig
/rk3399_rockchip-uboot/drivers/core/device-remove.c
/rk3399_rockchip-uboot/drivers/core/device.c
/rk3399_rockchip-uboot/drivers/core/root.c
/rk3399_rockchip-uboot/drivers/core/uclass.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ddr4_dimm_params.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/fsl_ddr_gen4.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/interactive.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/lc_common_dimm_params.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/main.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/options.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/util.c
/rk3399_rockchip-uboot/drivers/i2c/mxc_i2c.c
/rk3399_rockchip-uboot/drivers/misc/Makefile
/rk3399_rockchip-uboot/drivers/misc/fsl_debug_server.c
/rk3399_rockchip-uboot/drivers/misc/fsl_ifc.c
/rk3399_rockchip-uboot/drivers/mmc/fsl_esdhc.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_nand.c
/rk3399_rockchip-uboot/drivers/mtd/nand/fsl_ifc_spl.c
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/fm/memac.c
/rk3399_rockchip-uboot/drivers/net/fm/memac_phy.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpbp.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/Makefile
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/dpio.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/qbman_portal.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/qbman_portal.h
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/qbman_private.h
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpio/qbman_sys.h
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpmng.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dpni.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/dprc.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/fsl_dpmng_cmd.h
/rk3399_rockchip-uboot/drivers/net/fsl-mc/mc.c
/rk3399_rockchip-uboot/drivers/net/fsl-mc/mc_sys.c
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/Makefile
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ldpaa_eth.c
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ldpaa_eth.h
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ldpaa_wriop.c
/rk3399_rockchip-uboot/drivers/net/ldpaa_eth/ls2085a.c
/rk3399_rockchip-uboot/drivers/net/phy/cortina.c
/rk3399_rockchip-uboot/drivers/net/vsc9953.c
/rk3399_rockchip-uboot/drivers/pci/pcie_layerscape.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/qe.h
/rk3399_rockchip-uboot/drivers/serial/Kconfig
/rk3399_rockchip-uboot/drivers/serial/ns16550.c
/rk3399_rockchip-uboot/drivers/serial/serial-uclass.c
/rk3399_rockchip-uboot/drivers/usb/emul/sandbox_hub.c
ehci-fsl.c
/rk3399_rockchip-uboot/dts/Kconfig
/rk3399_rockchip-uboot/include/config_fsl_secboot.h
/rk3399_rockchip-uboot/include/config_uncmd_spl.h
/rk3399_rockchip-uboot/include/configs/aristainetos.h
/rk3399_rockchip-uboot/include/configs/cm_fx6.h
/rk3399_rockchip-uboot/include/configs/colibri_vf.h
/rk3399_rockchip-uboot/include/configs/embestmx6boards.h
/rk3399_rockchip-uboot/include/configs/flea3.h
/rk3399_rockchip-uboot/include/configs/gw_ventana.h
/rk3399_rockchip-uboot/include/configs/imx31_phycore.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/ls1021atwr.h
/rk3399_rockchip-uboot/include/configs/ls2085a_common.h
/rk3399_rockchip-uboot/include/configs/ls2085a_emu.h
/rk3399_rockchip-uboot/include/configs/ls2085a_simu.h
/rk3399_rockchip-uboot/include/configs/ls2085aqds.h
/rk3399_rockchip-uboot/include/configs/ls2085ardb.h
/rk3399_rockchip-uboot/include/configs/m53evk.h
/rk3399_rockchip-uboot/include/configs/mx35pdk.h
/rk3399_rockchip-uboot/include/configs/mx53ard.h
/rk3399_rockchip-uboot/include/configs/mx53evk.h
/rk3399_rockchip-uboot/include/configs/mx53loco.h
/rk3399_rockchip-uboot/include/configs/mx53smd.h
/rk3399_rockchip-uboot/include/configs/mx6qsabreauto.h
/rk3399_rockchip-uboot/include/configs/mx6sabresd.h
/rk3399_rockchip-uboot/include/configs/mx6slevk.h
/rk3399_rockchip-uboot/include/configs/mx6sxsabresd.h
/rk3399_rockchip-uboot/include/configs/nitrogen6x.h
/rk3399_rockchip-uboot/include/configs/novena.h
/rk3399_rockchip-uboot/include/configs/ot1200.h
/rk3399_rockchip-uboot/include/configs/platinum.h
/rk3399_rockchip-uboot/include/configs/tbs2910.h
/rk3399_rockchip-uboot/include/configs/titanium.h
/rk3399_rockchip-uboot/include/configs/tqma6.h
/rk3399_rockchip-uboot/include/configs/wandboard.h
/rk3399_rockchip-uboot/include/configs/woodburn_common.h
/rk3399_rockchip-uboot/include/dm/device.h
/rk3399_rockchip-uboot/include/dm/test.h
/rk3399_rockchip-uboot/include/dm/uclass-internal.h
/rk3399_rockchip-uboot/include/dm/uclass.h
/rk3399_rockchip-uboot/include/fdtdec.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dpaa_fd.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dpbp.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dpio.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dpmng.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dpni.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_dprc.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_mc.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_mc_cmd.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_mc_private.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_qbman_base.h
/rk3399_rockchip-uboot/include/fsl-mc/fsl_qbman_portal.h
/rk3399_rockchip-uboot/include/fsl-mc/ldpaa_wriop.h
/rk3399_rockchip-uboot/include/fsl_ddr.h
/rk3399_rockchip-uboot/include/fsl_ddr_sdram.h
/rk3399_rockchip-uboot/include/fsl_debug_server.h
/rk3399_rockchip-uboot/include/fsl_esdhc.h
/rk3399_rockchip-uboot/include/fsl_ifc.h
/rk3399_rockchip-uboot/include/fsl_memac.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/linux/immap_qe.h
/rk3399_rockchip-uboot/include/malloc.h
/rk3399_rockchip-uboot/include/vsprintf.h
/rk3399_rockchip-uboot/lib/Makefile
/rk3399_rockchip-uboot/lib/fdtdec.c
/rk3399_rockchip-uboot/lib/vsprintf.c
/rk3399_rockchip-uboot/test/dm/core.c
/rk3399_rockchip-uboot/test/dm/test-uclass.c
/rk3399_rockchip-uboot/tools/buildman/README
/rk3399_rockchip-uboot/tools/buildman/test.py
/rk3399_rockchip-uboot/tools/buildman/toolchain.py
/rk3399_rockchip-uboot/tools/patman/README
/rk3399_rockchip-uboot/tools/patman/gitutil.py
/rk3399_rockchip-uboot/tools/patman/series.py
a94bb7a415-Apr-2015 Sanchayan Maity <maitysanchayan@gmail.com>

usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's

This driver adds support for the USB peripheral on Freescale Vybrid
SoC's.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>


/rk3399_rockchip-uboot/Licenses/README
/rk3399_rockchip-uboot/Licenses/x11.txt
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm720t/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/arm946es/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/sata.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/utils.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap5/prcm-regs.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/vf610/generic.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/config.mk
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/start.S
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/stm32f4/Makefile
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/stm32f4/clock.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/stm32f4/flash.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/stm32f4/soc.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7m/stm32f4/timer.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/imx-common/Makefile
/rk3399_rockchip-uboot/arch/arm/imx-common/ddrmc-vf610.c
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-am33xx/mux_am43xx.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/fmc.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/gpio.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-stm32f4/stm32.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/crm_regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/ddrmc-vf610.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-vf610/imx-regs.h
/rk3399_rockchip-uboot/arch/arm/include/asm/armv7m.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/regs-usbphy.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/video.h
/rk3399_rockchip-uboot/arch/arm/include/asm/mach-types.h
/rk3399_rockchip-uboot/arch/arm/include/asm/omap_common.h
/rk3399_rockchip-uboot/arch/arm/lib/Makefile
/rk3399_rockchip-uboot/arch/arm/lib/crt0.S
/rk3399_rockchip-uboot/arch/arm/lib/interrupts_m.c
/rk3399_rockchip-uboot/arch/arm/lib/relocate.S
/rk3399_rockchip-uboot/arch/arm/lib/vectors_m.S
/rk3399_rockchip-uboot/arch/arm/mach-at91/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-davinci/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-davinci/misc.c
/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig
/rk3399_rockchip-uboot/arch/m68k/cpu/u-boot.lds
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/au1x00_eth.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/sandbox/Kconfig
/rk3399_rockchip-uboot/arch/sandbox/cpu/cpu.c
/rk3399_rockchip-uboot/arch/sandbox/lib/Makefile
/rk3399_rockchip-uboot/arch/sandbox/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/board/BuR/common/common.c
/rk3399_rockchip-uboot/board/BuR/tseries/board.c
/rk3399_rockchip-uboot/board/BuR/tseries/mux.c
/rk3399_rockchip-uboot/board/ait/cam_enc_4xx/cam_enc_4xx.c
/rk3399_rockchip-uboot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/Kconfig
/rk3399_rockchip-uboot/board/armltd/integrator/integrator.c
/rk3399_rockchip-uboot/board/armltd/vexpress64/vexpress64.c
/rk3399_rockchip-uboot/board/bct-brettl2/bct-brettl2.c
/rk3399_rockchip-uboot/board/bf518f-ezbrd/bf518f-ezbrd.c
/rk3399_rockchip-uboot/board/bf526-ezbrd/bf526-ezbrd.c
/rk3399_rockchip-uboot/board/bf527-ezkit/bf527-ezkit.c
/rk3399_rockchip-uboot/board/bf537-minotaur/bf537-minotaur.c
/rk3399_rockchip-uboot/board/bf537-pnav/bf537-pnav.c
/rk3399_rockchip-uboot/board/bf537-srv1/bf537-srv1.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf609-ezkit/bf609-ezkit.c
/rk3399_rockchip-uboot/board/birdland/bav335x/board.c
/rk3399_rockchip-uboot/board/buffalo/lsxl/lsxl.c
/rk3399_rockchip-uboot/board/cm-bf527/cm-bf527.c
/rk3399_rockchip-uboot/board/cm-bf537e/cm-bf537e.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/cm_fx6.c
/rk3399_rockchip-uboot/board/compulab/cm_t335/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t335/cm_t335.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/cm_t3517/cm_t3517.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/cm_t54.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/Kconfig
/rk3399_rockchip-uboot/board/davinci/da8xxevm/MAINTAINERS
/rk3399_rockchip-uboot/board/davinci/da8xxevm/Makefile
/rk3399_rockchip-uboot/board/davinci/da8xxevm/README.omapl138-lcdk
/rk3399_rockchip-uboot/board/davinci/da8xxevm/da850evm.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/omapl138_lcdk.c
/rk3399_rockchip-uboot/board/dnp5370/dnp5370.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t208xrdb.c
/rk3399_rockchip-uboot/board/freescale/vf610twr/vf610twr.c
/rk3399_rockchip-uboot/board/gumstix/pepper/Kconfig
/rk3399_rockchip-uboot/board/gumstix/pepper/board.c
/rk3399_rockchip-uboot/board/highbank/highbank.c
/rk3399_rockchip-uboot/board/ifm/ac14xx/ac14xx.c
/rk3399_rockchip-uboot/board/ip04/ip04.c
/rk3399_rockchip-uboot/board/isee/igep0033/Kconfig
/rk3399_rockchip-uboot/board/isee/igep0033/board.c
/rk3399_rockchip-uboot/board/phytec/pcm051/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm051/board.c
/rk3399_rockchip-uboot/board/renesas/r0p7734/r0p7734.c
/rk3399_rockchip-uboot/board/samsung/goni/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdkc100/Kconfig
/rk3399_rockchip-uboot/board/siemens/common/factoryset.c
/rk3399_rockchip-uboot/board/siemens/pxm2/board.c
/rk3399_rockchip-uboot/board/silica/pengwyn/Kconfig
/rk3399_rockchip-uboot/board/silica/pengwyn/board.c
/rk3399_rockchip-uboot/board/spear/spear300/spear300.c
/rk3399_rockchip-uboot/board/spear/spear310/spear310.c
/rk3399_rockchip-uboot/board/spear/spear320/spear320.c
/rk3399_rockchip-uboot/board/spear/spear600/spear600.c
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/Kconfig
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/MAINTAINERS
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/Makefile
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/led.c
/rk3399_rockchip-uboot/board/st/stm32f429-discovery/stm32f429-discovery.c
/rk3399_rockchip-uboot/board/st/stv0991/stv0991.c
/rk3399_rockchip-uboot/board/sunxi/ahci.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/board/tcm-bf518/tcm-bf518.c
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/beagle_x15/board.c
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/board/ti/ti814x/evm.c
/rk3399_rockchip-uboot/board/toradex/colibri_vf/Kconfig
/rk3399_rockchip-uboot/board/toradex/colibri_vf/MAINTAINERS
/rk3399_rockchip-uboot/board/toradex/colibri_vf/Makefile
/rk3399_rockchip-uboot/board/toradex/colibri_vf/colibri_vf.c
/rk3399_rockchip-uboot/board/toradex/colibri_vf/imximage.cfg
/rk3399_rockchip-uboot/common/Kconfig
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bootstage.c
/rk3399_rockchip-uboot/common/cmd_date.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_host.c
/rk3399_rockchip-uboot/common/cmd_led.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_nand.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/cmd_scsi.c
/rk3399_rockchip-uboot/common/cmd_unzip.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/lcd_console.c
/rk3399_rockchip-uboot/common/lcd_console_rotation.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/common/update.c
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/alt_defconfig
/rk3399_rockchip-uboot/configs/am335x_boneblack_vboot_defconfig
/rk3399_rockchip-uboot/configs/am3517_crane_defconfig
/rk3399_rockchip-uboot/configs/am3517_evm_defconfig
/rk3399_rockchip-uboot/configs/arndale_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/bf609-ezkit_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335a_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335b_defconfig
/rk3399_rockchip-uboot/configs/cm_fx6_defconfig
/rk3399_rockchip-uboot/configs/cm_t3517_defconfig
/rk3399_rockchip-uboot/configs/cm_t35_defconfig
/rk3399_rockchip-uboot/configs/colibri_vf_defconfig
/rk3399_rockchip-uboot/configs/devkit8000_defconfig
/rk3399_rockchip-uboot/configs/dig297_defconfig
/rk3399_rockchip-uboot/configs/eco5pk_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/gose_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/ids8313_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm720t_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm920t_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm926ejs_defconfig
/rk3399_rockchip-uboot/configs/integratorap_cm946es_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm1136_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm920t_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm926ejs_defconfig
/rk3399_rockchip-uboot/configs/integratorcp_cm946es_defconfig
/rk3399_rockchip-uboot/configs/koelsch_defconfig
/rk3399_rockchip-uboot/configs/lager_defconfig
/rk3399_rockchip-uboot/configs/mcx_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mt_ventoux_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/nokia_rx51_defconfig
/rk3399_rockchip-uboot/configs/omap3_beagle_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_quick_mmc_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_quick_nand_defconfig
/rk3399_rockchip-uboot/configs/omap3_ha_defconfig
/rk3399_rockchip-uboot/configs/omap3_logic_defconfig
/rk3399_rockchip-uboot/configs/omap3_mvblx_defconfig
/rk3399_rockchip-uboot/configs/omap3_pandora_defconfig
/rk3399_rockchip-uboot/configs/omap3_sdp3430_defconfig
/rk3399_rockchip-uboot/configs/omapl138_lcdk_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/configs/porter_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/silk_defconfig
/rk3399_rockchip-uboot/configs/smdk5250_defconfig
/rk3399_rockchip-uboot/configs/snapper9260_defconfig
/rk3399_rockchip-uboot/configs/snapper9g20_defconfig
/rk3399_rockchip-uboot/configs/snow_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/stm32f429-discovery_defconfig
/rk3399_rockchip-uboot/configs/stv0991_defconfig
/rk3399_rockchip-uboot/configs/tao3530_defconfig
/rk3399_rockchip-uboot/configs/tb100_defconfig
/rk3399_rockchip-uboot/configs/tricorder_defconfig
/rk3399_rockchip-uboot/configs/tricorder_flash_defconfig
/rk3399_rockchip-uboot/configs/twister_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/doc/README.drivers.eth
/rk3399_rockchip-uboot/doc/README.enetaddr
/rk3399_rockchip-uboot/doc/README.link-local
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun4i-emac.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun4i-mdio.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun7i-a20-gmac.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/ethernet.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/stmmac.txt
/rk3399_rockchip-uboot/doc/driver-model/usb-info.txt
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/gpio/Makefile
/rk3399_rockchip-uboot/drivers/gpio/mvgpio.h
/rk3399_rockchip-uboot/drivers/gpio/mvmfp.c
/rk3399_rockchip-uboot/drivers/gpio/stm32_gpio.c
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/misc/status_led.c
/rk3399_rockchip-uboot/drivers/mtd/spi/Kconfig
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/net/Kconfig
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/altera_tse.c
/rk3399_rockchip-uboot/drivers/net/armada100_fec.c
/rk3399_rockchip-uboot/drivers/net/at91_emac.c
/rk3399_rockchip-uboot/drivers/net/ax88180.c
/rk3399_rockchip-uboot/drivers/net/bcm-sf2-eth.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/net/calxedaxgmac.c
/rk3399_rockchip-uboot/drivers/net/cpsw.c
/rk3399_rockchip-uboot/drivers/net/cs8900.c
/rk3399_rockchip-uboot/drivers/net/davinci_emac.c
/rk3399_rockchip-uboot/drivers/net/dc2114x.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/designware.h
/rk3399_rockchip-uboot/drivers/net/dm9000x.c
/rk3399_rockchip-uboot/drivers/net/dnet.c
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/net/eepro100.c
/rk3399_rockchip-uboot/drivers/net/enc28j60.c
/rk3399_rockchip-uboot/drivers/net/ep93xx_eth.c
/rk3399_rockchip-uboot/drivers/net/ethoc.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/fsl_mcdmafec.c
/rk3399_rockchip-uboot/drivers/net/ftgmac100.c
/rk3399_rockchip-uboot/drivers/net/ftmac100.c
/rk3399_rockchip-uboot/drivers/net/ftmac110.c
/rk3399_rockchip-uboot/drivers/net/greth.c
/rk3399_rockchip-uboot/drivers/net/keystone_net.c
/rk3399_rockchip-uboot/drivers/net/ks8851_mll.c
/rk3399_rockchip-uboot/drivers/net/lan91c96.c
/rk3399_rockchip-uboot/drivers/net/lpc32xx_eth.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/net/mpc512x_fec.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/net/mvgbe.c
/rk3399_rockchip-uboot/drivers/net/mvneta.c
/rk3399_rockchip-uboot/drivers/net/natsemi.c
/rk3399_rockchip-uboot/drivers/net/ne2000_base.c
/rk3399_rockchip-uboot/drivers/net/netconsole.c
/rk3399_rockchip-uboot/drivers/net/ns8382x.c
/rk3399_rockchip-uboot/drivers/net/pch_gbe.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/realtek.c
/rk3399_rockchip-uboot/drivers/net/rtl8139.c
/rk3399_rockchip-uboot/drivers/net/rtl8169.c
/rk3399_rockchip-uboot/drivers/net/sandbox-raw.c
/rk3399_rockchip-uboot/drivers/net/sandbox.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/smc91111.c
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/sunxi_emac.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/net/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/net/uli526x.c
/rk3399_rockchip-uboot/drivers/net/xilinx_axi_emac.c
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac_fifo.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac_sdma.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/serial_pl01x.c
/rk3399_rockchip-uboot/drivers/serial/serial_stm32.c
/rk3399_rockchip-uboot/drivers/sound/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/tpm/Kconfig
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix88179.c
/rk3399_rockchip-uboot/drivers/usb/eth/mcs7830.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
Makefile
ehci-vf.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/ipu.h
/rk3399_rockchip-uboot/drivers/video/ipu_common.c
/rk3399_rockchip-uboot/drivers/video/lg4573.c
/rk3399_rockchip-uboot/fs/sandbox/sandboxfs.c
/rk3399_rockchip-uboot/include/ahci.h
/rk3399_rockchip-uboot/include/atmel_lcd.h
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/config_distro_defaults.h
/rk3399_rockchip-uboot/include/configs/M5208EVBE.h
/rk3399_rockchip-uboot/include/configs/M52277EVB.h
/rk3399_rockchip-uboot/include/configs/M5235EVB.h
/rk3399_rockchip-uboot/include/configs/M5249EVB.h
/rk3399_rockchip-uboot/include/configs/M5253DEMO.h
/rk3399_rockchip-uboot/include/configs/M5253EVBE.h
/rk3399_rockchip-uboot/include/configs/M5272C3.h
/rk3399_rockchip-uboot/include/configs/M5275EVB.h
/rk3399_rockchip-uboot/include/configs/M5282EVB.h
/rk3399_rockchip-uboot/include/configs/M53017EVB.h
/rk3399_rockchip-uboot/include/configs/M5329EVB.h
/rk3399_rockchip-uboot/include/configs/M5373EVB.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/amcore.h
/rk3399_rockchip-uboot/include/configs/astro_mcf5373l.h
/rk3399_rockchip-uboot/include/configs/axs101.h
/rk3399_rockchip-uboot/include/configs/bf609-ezkit.h
/rk3399_rockchip-uboot/include/configs/cobra5272.h
/rk3399_rockchip-uboot/include/configs/colibri_vf.h
/rk3399_rockchip-uboot/include/configs/dra7xx_evm.h
/rk3399_rockchip-uboot/include/configs/exynos5250-common.h
/rk3399_rockchip-uboot/include/configs/integrator-common.h
/rk3399_rockchip-uboot/include/configs/integratorap.h
/rk3399_rockchip-uboot/include/configs/integratorcp.h
/rk3399_rockchip-uboot/include/configs/omapl138_lcdk.h
/rk3399_rockchip-uboot/include/configs/qemu-ppce500.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/snow.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/stm32f429-discovery.h
/rk3399_rockchip-uboot/include/configs/stv0991.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/tb100.h
/rk3399_rockchip-uboot/include/configs/ti_omap5_common.h
/rk3399_rockchip-uboot/include/configs/tseries.h
/rk3399_rockchip-uboot/include/configs/vexpress_aemv8a.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/dm/test.h
/rk3399_rockchip-uboot/include/exynos_lcd.h
/rk3399_rockchip-uboot/include/flash.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/lcd_console.h
/rk3399_rockchip-uboot/include/linux/usb/ch9.h
/rk3399_rockchip-uboot/include/mpc823_lcd.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/mvmfp.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/pxa_lcd.h
/rk3399_rockchip-uboot/include/status_led.h
/rk3399_rockchip-uboot/include/usb_defs.h
/rk3399_rockchip-uboot/include/video.h
/rk3399_rockchip-uboot/lib/Kconfig
/rk3399_rockchip-uboot/lib/gunzip.c
/rk3399_rockchip-uboot/lib/net_utils.c
/rk3399_rockchip-uboot/net/arp.c
/rk3399_rockchip-uboot/net/arp.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/bootp.h
/rk3399_rockchip-uboot/net/cdp.c
/rk3399_rockchip-uboot/net/cdp.h
/rk3399_rockchip-uboot/net/dns.c
/rk3399_rockchip-uboot/net/dns.h
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/link_local.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/net/nfs.h
/rk3399_rockchip-uboot/net/ping.c
/rk3399_rockchip-uboot/net/rarp.c
/rk3399_rockchip-uboot/net/rarp.h
/rk3399_rockchip-uboot/net/sntp.c
/rk3399_rockchip-uboot/net/sntp.h
/rk3399_rockchip-uboot/net/tftp.c
/rk3399_rockchip-uboot/net/tftp.h
/rk3399_rockchip-uboot/post/cpu/mpc8xx/ether.c
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/cmd_dm.c
/rk3399_rockchip-uboot/test/dm/eth.c
/rk3399_rockchip-uboot/test/dm/test-dm.sh
/rk3399_rockchip-uboot/test/dm/test-main.c
/rk3399_rockchip-uboot/test/dm/test.dts
/rk3399_rockchip-uboot/test/dm/usb.c
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/cmdline.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/patman/patchstream.py
b4e78faa17-Mar-2015 Nikhil Badola <nikhil.badola@freescale.com>

drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x

Check if USB Erratum A005697 is applicable on BSC913x and
add corresponding property in the device tree via device
tree fixup whic

drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x

Check if USB Erratum A005697 is applicable on BSC913x and
add corresponding property in the device tree via device
tree fixup which is used by linux driver

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

show more ...

0c77106011-Mar-2015 Nikhil Badola <nikhil.badola@freescale.com>

drivers:usb: Add device-tree fixup to identify socs having dual phy

Identify soc(s) having dual phy so as to add "utmi_dual" as phy_mode
for all these socs. This is required for supporting deel-slee

drivers:usb: Add device-tree fixup to identify socs having dual phy

Identify soc(s) having dual phy so as to add "utmi_dual" as phy_mode
for all these socs. This is required for supporting deel-sleep feature
in linux for usb driver

Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.com>
Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>

show more ...


/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/README
/rk3399_rockchip-uboot/arch/Kconfig
/rk3399_rockchip-uboot/arch/arm/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/cpu.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/exynos/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/boot-common.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap-common/sata.c
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/omap3/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/rmobile/Kconfig
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/socfpga/misc.c
/rk3399_rockchip-uboot/arch/arm/dts/exynos5250-snow.dts
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
/rk3399_rockchip-uboot/arch/arm/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/arm/include/asm/imx-common/video.h
/rk3399_rockchip-uboot/arch/arm/mach-at91/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-bcm283x/Kconfig
/rk3399_rockchip-uboot/arch/arm/mach-davinci/misc.c
/rk3399_rockchip-uboot/arch/arm/mach-tegra/Kconfig
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/au1x00_eth.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8260/ether_scc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ether_fcc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/fec.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/scc.c
/rk3399_rockchip-uboot/arch/powerpc/cpu/ppc4xx/Kconfig
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_errata.h
/rk3399_rockchip-uboot/arch/powerpc/include/asm/fsl_secure_boot.h
/rk3399_rockchip-uboot/arch/sandbox/Kconfig
/rk3399_rockchip-uboot/arch/sandbox/cpu/cpu.c
/rk3399_rockchip-uboot/arch/sandbox/lib/Makefile
/rk3399_rockchip-uboot/arch/sandbox/lib/bootm.c
/rk3399_rockchip-uboot/arch/x86/Kconfig
/rk3399_rockchip-uboot/arch/x86/cpu/cpu.c
/rk3399_rockchip-uboot/board/BuR/common/common.c
/rk3399_rockchip-uboot/board/ait/cam_enc_4xx/cam_enc_4xx.c
/rk3399_rockchip-uboot/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
/rk3399_rockchip-uboot/board/amcc/canyonlands/Kconfig
/rk3399_rockchip-uboot/board/bct-brettl2/bct-brettl2.c
/rk3399_rockchip-uboot/board/bf518f-ezbrd/bf518f-ezbrd.c
/rk3399_rockchip-uboot/board/bf526-ezbrd/bf526-ezbrd.c
/rk3399_rockchip-uboot/board/bf527-ezkit/bf527-ezkit.c
/rk3399_rockchip-uboot/board/bf537-minotaur/bf537-minotaur.c
/rk3399_rockchip-uboot/board/bf537-pnav/bf537-pnav.c
/rk3399_rockchip-uboot/board/bf537-srv1/bf537-srv1.c
/rk3399_rockchip-uboot/board/bf537-stamp/bf537-stamp.c
/rk3399_rockchip-uboot/board/bf609-ezkit/bf609-ezkit.c
/rk3399_rockchip-uboot/board/birdland/bav335x/board.c
/rk3399_rockchip-uboot/board/buffalo/lsxl/lsxl.c
/rk3399_rockchip-uboot/board/cm-bf527/cm-bf527.c
/rk3399_rockchip-uboot/board/cm-bf537e/cm-bf537e.c
/rk3399_rockchip-uboot/board/cm-bf537u/cm-bf537u.c
/rk3399_rockchip-uboot/board/compulab/cm_fx6/cm_fx6.c
/rk3399_rockchip-uboot/board/compulab/cm_t335/Kconfig
/rk3399_rockchip-uboot/board/compulab/cm_t335/cm_t335.c
/rk3399_rockchip-uboot/board/compulab/cm_t35/cm_t35.c
/rk3399_rockchip-uboot/board/compulab/cm_t3517/cm_t3517.c
/rk3399_rockchip-uboot/board/compulab/cm_t54/cm_t54.c
/rk3399_rockchip-uboot/board/davinci/da8xxevm/da850evm.c
/rk3399_rockchip-uboot/board/dnp5370/dnp5370.c
/rk3399_rockchip-uboot/board/freescale/common/cmd_esbc_validate.c
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/MAINTAINERS
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/ls1021aqds.c
/rk3399_rockchip-uboot/board/freescale/ls1021atwr/ls1021atwr.c
/rk3399_rockchip-uboot/board/freescale/t208xrdb/ddr.h
/rk3399_rockchip-uboot/board/freescale/t208xrdb/t208xrdb.c
/rk3399_rockchip-uboot/board/gumstix/pepper/Kconfig
/rk3399_rockchip-uboot/board/gumstix/pepper/board.c
/rk3399_rockchip-uboot/board/highbank/highbank.c
/rk3399_rockchip-uboot/board/ifm/ac14xx/ac14xx.c
/rk3399_rockchip-uboot/board/ip04/ip04.c
/rk3399_rockchip-uboot/board/isee/igep0033/Kconfig
/rk3399_rockchip-uboot/board/isee/igep0033/board.c
/rk3399_rockchip-uboot/board/phytec/pcm051/Kconfig
/rk3399_rockchip-uboot/board/phytec/pcm051/board.c
/rk3399_rockchip-uboot/board/renesas/r0p7734/r0p7734.c
/rk3399_rockchip-uboot/board/samsung/goni/Kconfig
/rk3399_rockchip-uboot/board/samsung/smdkc100/Kconfig
/rk3399_rockchip-uboot/board/siemens/common/factoryset.c
/rk3399_rockchip-uboot/board/siemens/pxm2/board.c
/rk3399_rockchip-uboot/board/silica/pengwyn/Kconfig
/rk3399_rockchip-uboot/board/silica/pengwyn/board.c
/rk3399_rockchip-uboot/board/spear/spear300/spear300.c
/rk3399_rockchip-uboot/board/spear/spear310/spear310.c
/rk3399_rockchip-uboot/board/spear/spear320/spear320.c
/rk3399_rockchip-uboot/board/spear/spear600/spear600.c
/rk3399_rockchip-uboot/board/st/stv0991/stv0991.c
/rk3399_rockchip-uboot/board/sunxi/ahci.c
/rk3399_rockchip-uboot/board/sunxi/gmac.c
/rk3399_rockchip-uboot/board/tcm-bf518/tcm-bf518.c
/rk3399_rockchip-uboot/board/tcm-bf537/tcm-bf537.c
/rk3399_rockchip-uboot/board/ti/am335x/Kconfig
/rk3399_rockchip-uboot/board/ti/am335x/board.c
/rk3399_rockchip-uboot/board/ti/am43xx/board.c
/rk3399_rockchip-uboot/board/ti/beagle_x15/board.c
/rk3399_rockchip-uboot/board/ti/dra7xx/evm.c
/rk3399_rockchip-uboot/board/ti/ti814x/evm.c
/rk3399_rockchip-uboot/common/Kconfig
/rk3399_rockchip-uboot/common/Makefile
/rk3399_rockchip-uboot/common/cmd_bdinfo.c
/rk3399_rockchip-uboot/common/cmd_bootstage.c
/rk3399_rockchip-uboot/common/cmd_elf.c
/rk3399_rockchip-uboot/common/cmd_host.c
/rk3399_rockchip-uboot/common/cmd_mii.c
/rk3399_rockchip-uboot/common/cmd_net.c
/rk3399_rockchip-uboot/common/cmd_pxe.c
/rk3399_rockchip-uboot/common/lcd.c
/rk3399_rockchip-uboot/common/lcd_console.c
/rk3399_rockchip-uboot/common/lcd_console_rotation.c
/rk3399_rockchip-uboot/common/miiphyutil.c
/rk3399_rockchip-uboot/common/spl/spl_net.c
/rk3399_rockchip-uboot/common/update.c
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime2_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino-Lime_defconfig
/rk3399_rockchip-uboot/configs/A20-OLinuXino_MICRO_defconfig
/rk3399_rockchip-uboot/configs/Bananapi_defconfig
/rk3399_rockchip-uboot/configs/Bananapro_defconfig
/rk3399_rockchip-uboot/configs/CSQ_CS908_defconfig
/rk3399_rockchip-uboot/configs/Colombus_defconfig
/rk3399_rockchip-uboot/configs/Cubieboard2_defconfig
/rk3399_rockchip-uboot/configs/Cubietruck_defconfig
/rk3399_rockchip-uboot/configs/Hummingbird_A31_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_Nano_defconfig
/rk3399_rockchip-uboot/configs/Linksprite_pcDuino3_defconfig
/rk3399_rockchip-uboot/configs/Mele_I7_defconfig
/rk3399_rockchip-uboot/configs/Mele_M3_defconfig
/rk3399_rockchip-uboot/configs/Mele_M5_defconfig
/rk3399_rockchip-uboot/configs/Mele_M9_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_defconfig
/rk3399_rockchip-uboot/configs/Orangepi_mini_defconfig
/rk3399_rockchip-uboot/configs/Wits_Pro_A20_DKT_defconfig
/rk3399_rockchip-uboot/configs/alt_defconfig
/rk3399_rockchip-uboot/configs/am335x_boneblack_vboot_defconfig
/rk3399_rockchip-uboot/configs/am3517_crane_defconfig
/rk3399_rockchip-uboot/configs/am3517_evm_defconfig
/rk3399_rockchip-uboot/configs/arndale_defconfig
/rk3399_rockchip-uboot/configs/axs101_defconfig
/rk3399_rockchip-uboot/configs/axs103_defconfig
/rk3399_rockchip-uboot/configs/bf609-ezkit_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335a_defconfig
/rk3399_rockchip-uboot/configs/birdland_bav335b_defconfig
/rk3399_rockchip-uboot/configs/cm_fx6_defconfig
/rk3399_rockchip-uboot/configs/cm_t3517_defconfig
/rk3399_rockchip-uboot/configs/cm_t35_defconfig
/rk3399_rockchip-uboot/configs/devkit8000_defconfig
/rk3399_rockchip-uboot/configs/dig297_defconfig
/rk3399_rockchip-uboot/configs/eco5pk_defconfig
/rk3399_rockchip-uboot/configs/galileo_defconfig
/rk3399_rockchip-uboot/configs/gose_defconfig
/rk3399_rockchip-uboot/configs/i12-tvbox_defconfig
/rk3399_rockchip-uboot/configs/ids8313_defconfig
/rk3399_rockchip-uboot/configs/koelsch_defconfig
/rk3399_rockchip-uboot/configs/lager_defconfig
/rk3399_rockchip-uboot/configs/ls1021aqds_ddr4_nor_lpuart_defconfig
/rk3399_rockchip-uboot/configs/mcx_defconfig
/rk3399_rockchip-uboot/configs/mixtile_loftq_defconfig
/rk3399_rockchip-uboot/configs/mt_ventoux_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6dlsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabreauto_defconfig
/rk3399_rockchip-uboot/configs/mx6qsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_defconfig
/rk3399_rockchip-uboot/configs/mx6sxsabresd_spl_defconfig
/rk3399_rockchip-uboot/configs/nokia_rx51_defconfig
/rk3399_rockchip-uboot/configs/omap3_beagle_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_quick_mmc_defconfig
/rk3399_rockchip-uboot/configs/omap3_evm_quick_nand_defconfig
/rk3399_rockchip-uboot/configs/omap3_ha_defconfig
/rk3399_rockchip-uboot/configs/omap3_logic_defconfig
/rk3399_rockchip-uboot/configs/omap3_mvblx_defconfig
/rk3399_rockchip-uboot/configs/omap3_pandora_defconfig
/rk3399_rockchip-uboot/configs/omap3_sdp3430_defconfig
/rk3399_rockchip-uboot/configs/ph1_ld4_defconfig
/rk3399_rockchip-uboot/configs/ph1_pro4_defconfig
/rk3399_rockchip-uboot/configs/ph1_sld8_defconfig
/rk3399_rockchip-uboot/configs/porter_defconfig
/rk3399_rockchip-uboot/configs/sandbox_defconfig
/rk3399_rockchip-uboot/configs/silk_defconfig
/rk3399_rockchip-uboot/configs/smdk5250_defconfig
/rk3399_rockchip-uboot/configs/snapper9260_defconfig
/rk3399_rockchip-uboot/configs/snapper9g20_defconfig
/rk3399_rockchip-uboot/configs/snow_defconfig
/rk3399_rockchip-uboot/configs/socfpga_arria5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_cyclone5_defconfig
/rk3399_rockchip-uboot/configs/socfpga_socrates_defconfig
/rk3399_rockchip-uboot/configs/spear300_defconfig
/rk3399_rockchip-uboot/configs/spear300_nand_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear300_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_defconfig
/rk3399_rockchip-uboot/configs/spear310_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear310_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_defconfig
/rk3399_rockchip-uboot/configs/spear320_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/spear320_usbtty_pnor_defconfig
/rk3399_rockchip-uboot/configs/spear600_defconfig
/rk3399_rockchip-uboot/configs/spear600_nand_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_defconfig
/rk3399_rockchip-uboot/configs/spear600_usbtty_nand_defconfig
/rk3399_rockchip-uboot/configs/stv0991_defconfig
/rk3399_rockchip-uboot/configs/tao3530_defconfig
/rk3399_rockchip-uboot/configs/tb100_defconfig
/rk3399_rockchip-uboot/configs/tricorder_defconfig
/rk3399_rockchip-uboot/configs/tricorder_flash_defconfig
/rk3399_rockchip-uboot/configs/twister_defconfig
/rk3399_rockchip-uboot/configs/x600_defconfig
/rk3399_rockchip-uboot/configs/zynq_microzed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc70x_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm010_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm012_defconfig
/rk3399_rockchip-uboot/configs/zynq_zc770_xm013_defconfig
/rk3399_rockchip-uboot/configs/zynq_zed_defconfig
/rk3399_rockchip-uboot/configs/zynq_zybo_defconfig
/rk3399_rockchip-uboot/doc/README.drivers.eth
/rk3399_rockchip-uboot/doc/README.enetaddr
/rk3399_rockchip-uboot/doc/README.link-local
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun4i-emac.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun4i-mdio.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/allwinner,sun7i-a20-gmac.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/ethernet.txt
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/stmmac.txt
/rk3399_rockchip-uboot/doc/driver-model/usb-info.txt
/rk3399_rockchip-uboot/doc/git-mailrc
/rk3399_rockchip-uboot/drivers/block/ahci.c
/rk3399_rockchip-uboot/drivers/block/dwc_ahsata.c
/rk3399_rockchip-uboot/drivers/ddr/fsl/ctrl_regs.c
/rk3399_rockchip-uboot/drivers/gpio/Kconfig
/rk3399_rockchip-uboot/drivers/i2c/Kconfig
/rk3399_rockchip-uboot/drivers/mtd/spi/Kconfig
/rk3399_rockchip-uboot/drivers/net/4xx_enet.c
/rk3399_rockchip-uboot/drivers/net/Kconfig
/rk3399_rockchip-uboot/drivers/net/Makefile
/rk3399_rockchip-uboot/drivers/net/altera_tse.c
/rk3399_rockchip-uboot/drivers/net/armada100_fec.c
/rk3399_rockchip-uboot/drivers/net/at91_emac.c
/rk3399_rockchip-uboot/drivers/net/ax88180.c
/rk3399_rockchip-uboot/drivers/net/bcm-sf2-eth.c
/rk3399_rockchip-uboot/drivers/net/bfin_mac.c
/rk3399_rockchip-uboot/drivers/net/calxedaxgmac.c
/rk3399_rockchip-uboot/drivers/net/cpsw.c
/rk3399_rockchip-uboot/drivers/net/cs8900.c
/rk3399_rockchip-uboot/drivers/net/davinci_emac.c
/rk3399_rockchip-uboot/drivers/net/dc2114x.c
/rk3399_rockchip-uboot/drivers/net/designware.c
/rk3399_rockchip-uboot/drivers/net/designware.h
/rk3399_rockchip-uboot/drivers/net/dm9000x.c
/rk3399_rockchip-uboot/drivers/net/dnet.c
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/net/eepro100.c
/rk3399_rockchip-uboot/drivers/net/enc28j60.c
/rk3399_rockchip-uboot/drivers/net/ep93xx_eth.c
/rk3399_rockchip-uboot/drivers/net/ethoc.c
/rk3399_rockchip-uboot/drivers/net/fec_mxc.c
/rk3399_rockchip-uboot/drivers/net/fm/eth.c
/rk3399_rockchip-uboot/drivers/net/fsl_mcdmafec.c
/rk3399_rockchip-uboot/drivers/net/ftgmac100.c
/rk3399_rockchip-uboot/drivers/net/ftmac100.c
/rk3399_rockchip-uboot/drivers/net/ftmac110.c
/rk3399_rockchip-uboot/drivers/net/greth.c
/rk3399_rockchip-uboot/drivers/net/keystone_net.c
/rk3399_rockchip-uboot/drivers/net/ks8851_mll.c
/rk3399_rockchip-uboot/drivers/net/lan91c96.c
/rk3399_rockchip-uboot/drivers/net/lpc32xx_eth.c
/rk3399_rockchip-uboot/drivers/net/macb.c
/rk3399_rockchip-uboot/drivers/net/mcffec.c
/rk3399_rockchip-uboot/drivers/net/mpc512x_fec.c
/rk3399_rockchip-uboot/drivers/net/mpc5xxx_fec.c
/rk3399_rockchip-uboot/drivers/net/mvgbe.c
/rk3399_rockchip-uboot/drivers/net/mvneta.c
/rk3399_rockchip-uboot/drivers/net/natsemi.c
/rk3399_rockchip-uboot/drivers/net/ne2000_base.c
/rk3399_rockchip-uboot/drivers/net/netconsole.c
/rk3399_rockchip-uboot/drivers/net/ns8382x.c
/rk3399_rockchip-uboot/drivers/net/pch_gbe.c
/rk3399_rockchip-uboot/drivers/net/pcnet.c
/rk3399_rockchip-uboot/drivers/net/phy/micrel.c
/rk3399_rockchip-uboot/drivers/net/phy/phy.c
/rk3399_rockchip-uboot/drivers/net/phy/realtek.c
/rk3399_rockchip-uboot/drivers/net/rtl8139.c
/rk3399_rockchip-uboot/drivers/net/rtl8169.c
/rk3399_rockchip-uboot/drivers/net/sandbox-raw.c
/rk3399_rockchip-uboot/drivers/net/sandbox.c
/rk3399_rockchip-uboot/drivers/net/sh_eth.c
/rk3399_rockchip-uboot/drivers/net/smc91111.c
/rk3399_rockchip-uboot/drivers/net/smc911x.c
/rk3399_rockchip-uboot/drivers/net/sunxi_emac.c
/rk3399_rockchip-uboot/drivers/net/tsec.c
/rk3399_rockchip-uboot/drivers/net/tsi108_eth.c
/rk3399_rockchip-uboot/drivers/net/uli526x.c
/rk3399_rockchip-uboot/drivers/net/xilinx_axi_emac.c
/rk3399_rockchip-uboot/drivers/net/xilinx_emaclite.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac_fifo.c
/rk3399_rockchip-uboot/drivers/net/xilinx_ll_temac_sdma.c
/rk3399_rockchip-uboot/drivers/net/zynq_gem.c
/rk3399_rockchip-uboot/drivers/qe/uec.c
/rk3399_rockchip-uboot/drivers/serial/serial_pl01x.c
/rk3399_rockchip-uboot/drivers/sound/Kconfig
/rk3399_rockchip-uboot/drivers/spi/Kconfig
/rk3399_rockchip-uboot/drivers/tpm/Kconfig
/rk3399_rockchip-uboot/drivers/usb/eth/asix.c
/rk3399_rockchip-uboot/drivers/usb/eth/asix88179.c
/rk3399_rockchip-uboot/drivers/usb/eth/mcs7830.c
/rk3399_rockchip-uboot/drivers/usb/eth/smsc95xx.c
/rk3399_rockchip-uboot/drivers/usb/gadget/ether.c
ehci-fsl.c
/rk3399_rockchip-uboot/drivers/video/Makefile
/rk3399_rockchip-uboot/drivers/video/ipu.h
/rk3399_rockchip-uboot/drivers/video/ipu_common.c
/rk3399_rockchip-uboot/drivers/video/lg4573.c
/rk3399_rockchip-uboot/fs/sandbox/sandboxfs.c
/rk3399_rockchip-uboot/include/ahci.h
/rk3399_rockchip-uboot/include/atmel_lcd.h
/rk3399_rockchip-uboot/include/bootstage.h
/rk3399_rockchip-uboot/include/common.h
/rk3399_rockchip-uboot/include/config_distro_bootcmd.h
/rk3399_rockchip-uboot/include/config_distro_defaults.h
/rk3399_rockchip-uboot/include/config_fsl_secboot.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/T208xRDB.h
/rk3399_rockchip-uboot/include/configs/T4240RDB.h
/rk3399_rockchip-uboot/include/configs/axs101.h
/rk3399_rockchip-uboot/include/configs/bf609-ezkit.h
/rk3399_rockchip-uboot/include/configs/exynos5250-common.h
/rk3399_rockchip-uboot/include/configs/ls1021aqds.h
/rk3399_rockchip-uboot/include/configs/qemu-ppce500.h
/rk3399_rockchip-uboot/include/configs/sandbox.h
/rk3399_rockchip-uboot/include/configs/snow.h
/rk3399_rockchip-uboot/include/configs/socfpga_common.h
/rk3399_rockchip-uboot/include/configs/spear-common.h
/rk3399_rockchip-uboot/include/configs/stv0991.h
/rk3399_rockchip-uboot/include/configs/sunxi-common.h
/rk3399_rockchip-uboot/include/configs/tb100.h
/rk3399_rockchip-uboot/include/configs/x600.h
/rk3399_rockchip-uboot/include/configs/x86-common.h
/rk3399_rockchip-uboot/include/dm/test.h
/rk3399_rockchip-uboot/include/exynos_lcd.h
/rk3399_rockchip-uboot/include/fsl_usb.h
/rk3399_rockchip-uboot/include/lcd.h
/rk3399_rockchip-uboot/include/lcd_console.h
/rk3399_rockchip-uboot/include/linux/usb/ch9.h
/rk3399_rockchip-uboot/include/mpc823_lcd.h
/rk3399_rockchip-uboot/include/mpc85xx.h
/rk3399_rockchip-uboot/include/net.h
/rk3399_rockchip-uboot/include/phy.h
/rk3399_rockchip-uboot/include/ppc_asm.tmpl
/rk3399_rockchip-uboot/include/pxa_lcd.h
/rk3399_rockchip-uboot/include/usb_defs.h
/rk3399_rockchip-uboot/include/video.h
/rk3399_rockchip-uboot/lib/Kconfig
/rk3399_rockchip-uboot/lib/net_utils.c
/rk3399_rockchip-uboot/net/arp.c
/rk3399_rockchip-uboot/net/arp.h
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/bootp.h
/rk3399_rockchip-uboot/net/cdp.c
/rk3399_rockchip-uboot/net/cdp.h
/rk3399_rockchip-uboot/net/dns.c
/rk3399_rockchip-uboot/net/dns.h
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/link_local.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/net/nfs.c
/rk3399_rockchip-uboot/net/nfs.h
/rk3399_rockchip-uboot/net/ping.c
/rk3399_rockchip-uboot/net/rarp.c
/rk3399_rockchip-uboot/net/rarp.h
/rk3399_rockchip-uboot/net/sntp.c
/rk3399_rockchip-uboot/net/sntp.h
/rk3399_rockchip-uboot/net/tftp.c
/rk3399_rockchip-uboot/net/tftp.h
/rk3399_rockchip-uboot/post/cpu/mpc8xx/ether.c
/rk3399_rockchip-uboot/scripts/Makefile.spl
/rk3399_rockchip-uboot/test/dm/Makefile
/rk3399_rockchip-uboot/test/dm/cmd_dm.c
/rk3399_rockchip-uboot/test/dm/eth.c
/rk3399_rockchip-uboot/test/dm/test-dm.sh
/rk3399_rockchip-uboot/test/dm/test-main.c
/rk3399_rockchip-uboot/test/dm/test.dts
/rk3399_rockchip-uboot/test/dm/usb.c
/rk3399_rockchip-uboot/tools/buildman/builder.py
/rk3399_rockchip-uboot/tools/buildman/builderthread.py
/rk3399_rockchip-uboot/tools/buildman/cmdline.py
/rk3399_rockchip-uboot/tools/buildman/control.py
/rk3399_rockchip-uboot/tools/patman/patchstream.py
52e6935725-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: exynos: Adjust XHCI driver to support driver model

Support driver model in the exynos XHCI driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

f161c17825-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: Rename the XHCI HCD to U-Boot

This should be "U-Boot", not "u-boot".

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

a5762fe025-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: Support driver model in XHCI

Add driver model support in the XHCI support code so that it can be used by
XHCI USB drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek

dm: usb: Support driver model in XHCI

Add driver model support in the XHCI support code so that it can be used by
XHCI USB drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

779d126325-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: xhci: Factor out common init/uninit

Since driver model will want to use most of the same code for XHCI init
and uninit, put it in a separate function.

Signed-off-by: Simon Glass <sjg@chrom

dm: usb: xhci: Factor out common init/uninit

Since driver model will want to use most of the same code for XHCI init
and uninit, put it in a separate function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

5dd75e3b25-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()

This function should not be delving into struct usb_device. Pass in the
parameters it needs directly.

Signed-off-by: Sim

dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()

This function should not be delving into struct usb_device. Pass in the
parameters it needs directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

7e0c5ee825-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()

This function should not be delving into struct usb_device. Pass in the
parameters it needs directly.

Signed-off-by: Simon Glass

dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()

This function should not be delving into struct usb_device. Pass in the
parameters it needs directly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

7c1deec025-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: xhci: Use a function to get xhci_ctrl

Rather than getting this directly from struct usb_device, call a function
to obtain it. This will make it possible for driver model to provide it
anoth

dm: usb: xhci: Use a function to get xhci_ctrl

Rather than getting this directly from struct usb_device, call a function
to obtain it. This will make it possible for driver model to provide it
another way.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

c3980ad325-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: tegra: Add driver model support to tegra EHCI

Update this driver with driver model support for USB.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

ddb9a50225-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: tegra: Move most of init/uninit into a function

We want to use mostly the same init and uninit code for driver model, so move
the common part into two functions.

Signed-off-by: Simon Glass

dm: usb: tegra: Move most of init/uninit into a function

We want to use mostly the same init and uninit code for driver model, so move
the common part into two functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

7e27bdda25-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: tegra: Tidy up error handling and a static function

Try to return useful error numbers where possible. Also avoid swallowing
an error number when it is returned by a called function.

Signe

dm: usb: tegra: Tidy up error handling and a static function

Try to return useful error numbers where possible. Also avoid swallowing
an error number when it is returned by a called function.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

943104f025-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: tegra: Remove the port_addr_clear_csc variable

This variable is a bit of a hack. We can obtain the same information from
the normal device config. This will fit better with driver model, wh

dm: usb: tegra: Remove the port_addr_clear_csc variable

This variable is a bit of a hack. We can obtain the same information from
the normal device config. This will fit better with driver model, where
global variables are best avoided.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

show more ...

aae04d0725-Mar-2015 Simon Glass <sjg@chromium.org>

dm: usb: exynos: Add driver model support to exynos EHCI

Update this driver with driver model support for USB.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>

1...<<11121314151617181920>>...32