uboot/common
Simon Glass 07b2b78ce4 dm: usb: Convert USB storage to use driver-model for block devs
Update this code to support CONFIG_BLK. Each USB storage device can have
one or more block devices as children, each one representing a LUN
(logical unit) of the USB device.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
2016-03-14 15:34:50 -06:00
..
init x86: Fix board init breakage 2016-01-15 08:09:46 -05:00
spl dm: part: Rename some partition functions 2016-03-14 15:34:50 -06:00
Kconfig Move all command code into its own directory 2016-01-25 10:39:43 -05:00
Makefile Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. 2016-02-08 10:22:44 -05:00
autoboot.c autoboot.c: Fill env vars in process_fdt_options() only if TEXT_BASE is set 2016-02-05 12:47:20 +08:00
bedbug.c
board_f.c timer: Set up the real timer after driver model is available 2016-02-26 08:53:10 -07:00
board_info.c
board_r.c timer: Set up the real timer after driver model is available 2016-02-26 08:53:10 -07:00
bootm.c image: Correct the OS location code to work on sandbox 2016-02-26 08:53:10 -07:00
bootm_os.c VxWorks: fixup MAC address for VxWorks 2015-12-12 15:56:08 -05:00
bootretry.c
bootstage.c
bouncebuf.c
cli.c common: cli: avoid memory leak 2016-01-04 12:25:35 -05:00
cli_hush.c hush: Add rudimentary support for PS1 and PS2 2016-02-08 10:10:37 -05:00
cli_readline.c
cli_simple.c common: cli_simple: use strlcpy instead of strcpy 2016-01-13 21:05:26 -05:00
command.c Move console definitions into a new console.h file 2015-11-19 20:27:50 -07:00
console.c dm: video: Add a temporary work-around for old stdout var 2016-02-11 21:37:17 +01:00
cros_ec.c
ddr_spd.c Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
dlmalloc.c malloc: remove !gd handling 2016-03-08 15:01:47 -05:00
dlmalloc.src
edid.c
env_attr.c
env_callback.c common: env: initialize scalar variable 2016-01-04 12:25:35 -05:00
env_common.c
env_dataflash.c
env_eeprom.c eeprom: Add bus argument to eeprom_init() 2015-11-21 21:50:26 -05:00
env_embedded.c
env_fat.c dm: block: Rename device number member dev to devnum 2016-03-14 15:34:50 -06:00
env_flags.c tools: fix env_flags build 2016-02-15 20:58:25 +00:00
env_flash.c
env_mmc.c env_mmc: support overriding mmc dev from board code 2016-01-25 10:39:46 -05:00
env_nand.c
env_nowhere.c
env_nvram.c
env_onenand.c
env_remote.c
env_sf.c dm: env_sf: fix saveenv() to use driver model 2016-01-27 08:28:40 -08:00
env_ubi.c env_ubi.c: Correct pointer error in env load 2015-11-19 07:32:49 +01:00
exports.c
fb_mmc.c dm: block: Adjust device calls to go through helpers function 2016-03-14 15:34:50 -06:00
fb_nand.c
fdt_support.c Revert "fdt_support: Add multi-serial support for stdout fixup" 2016-01-20 19:10:12 -07:00
flash.c
hash.c hash.c: Conditionally compile hash_command, static hash_show 2016-01-13 21:05:08 -05:00
hwconfig.c
image-android.c
image-fdt.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
image-fit.c Revert "image-fit: Fix signature checking" 2016-02-26 08:53:10 -07:00
image-sig.c
image-sparse.c
image.c image: fix getenv_bootm_size() function again 2016-02-08 10:22:40 -05:00
iomux.c Move console definitions into a new console.h file 2015-11-19 20:27:50 -07:00
iotrace.c
kallsyms.c
kgdb.c
kgdb_stubs.c Use correct spelling of "U-Boot" 2016-02-06 12:00:59 +01:00
lcd.c lcd: fix the color testpattern in 16bit mode 2016-01-24 00:38:40 +01:00
lcd_console.c
lcd_console_rotation.c
lcd_simplefb.c
lynxkdi.c
main.c Remove unused CONFIG_MODEM_SUPPORT option and associated dead code. 2016-02-08 10:22:44 -05:00
malloc_simple.c
memsize.c Revert "common/memsize.c: Simplify RAM size detection" 2016-02-10 08:34:42 -05:00
menu.c
miiphyutil.c common: miiphyutil: avoid memory leak 2015-12-05 18:22:24 -05:00
s_record.c
splash.c
splash_source.c
stdio.c stdio: Correct a build error with driver model 2016-01-21 20:42:36 -07:00
system_map.c
update.c
usb.c common: usb: fix checking condition 2016-01-16 07:06:55 +01:00
usb_hub.c dm: usb: Avoid time delays in sandbox tests 2015-11-19 20:27:50 -07:00
usb_kbd.c usb: kbd: Prevent out of bound access 2016-01-25 22:00:46 +01:00
usb_storage.c dm: usb: Convert USB storage to use driver-model for block devs 2016-03-14 15:34:50 -06:00
xyzModem.c