summaryrefslogtreecommitdiff
path: root/common/spl/spl_usb.c
Commit message (Expand)AuthorAgeFilesLines
* spl: usb: Only init usb onceFaiz Abbas2020-08-111-3/+8
* spl: usb: Create an API spl_usb_load()Faiz Abbas2020-08-111-7/+13
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGEAbel Vesa2019-02-151-4/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* spl: Add a name to the SPL load-image methodsSimon Glass2016-12-091-1/+1
* spl: Update fat functions to take an spl_image parameterSimon Glass2016-10-061-5/+8
* spl: Pass spl_image as a parameter to load_image() methodsSimon Glass2016-10-061-1/+2
* spl: Convert spl_usb_load_image() to use linker listSimon Glass2016-10-061-1/+2
* spl: Convert boot_device into a structSimon Glass2016-10-061-1/+1
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-1/+1
* spl: change return values of spl_*_load_image()Nikita Kiryanov2015-11-181-6/+11
* Rename some defines containing FAT in their name to be filesystem genericGuillaume GARDET2014-10-271-1/+1
* spl: common: Support for USB MSD FAT image loadingDan Murphy2014-01-241-0/+58