summaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-16usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa1-4/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2016-12-09spl: Add a name to the SPL load-image methodsSimon Glass1-1/+1
2016-10-06spl: Update fat functions to take an spl_image parameterSimon Glass1-5/+8
2016-10-06spl: Pass spl_image as a parameter to load_image() methodsSimon Glass1-1/+2
2016-10-06spl: Convert spl_usb_load_image() to use linker listSimon Glass1-1/+2
2016-10-06spl: Convert boot_device into a structSimon Glass1-1/+1
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2015-11-18spl: change return values of spl_*_load_image()Nikita Kiryanov1-6/+11
2014-10-27Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET1-1/+1
2014-01-25spl: common: Support for USB MSD FAT image loadingDan Murphy1-0/+58