u-boot-brain/drivers/dfu
Łukasz Majewski 7d0b605abb dfu: mmc: Replace calls to u-boot commands with native mmc API
For some time we have been using the run_command() with properly crafted
string. Such approach turned to be unreliable and error prone.

Switch to "native" mmc subsystem API would allow better type checking and
shall improve speed.

Also, it seems that this API is changing less often than u-boot commands.
The approach similar to env operations on the eMMC has been reused.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
2014-03-23 02:20:10 +01:00
..
dfu_mmc.c dfu: mmc: Replace calls to u-boot commands with native mmc API 2014-03-23 02:20:10 +01:00
dfu_nand.c usb: dfu: make nand upload working 2013-11-08 20:46:20 +01:00
dfu_ram.c dfu: ram support 2013-09-24 17:51:35 +02:00
dfu.c usb: dfu: introduce dfuMANIFEST state 2014-03-23 02:20:09 +01:00
Makefile drivers: convert makefiles to Kbuild style 2013-10-31 13:26:01 -04:00