summaryrefslogtreecommitdiffstats
path: root/cmd/usb_mass_storage.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: usb_mass_storage: show device interface nameMarek Szyprowski2021-01-311-2/+2
* usb: gadget: Fix controller index in UMSYe Li2020-09-011-1/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop part.h from common headerSimon Glass2020-05-181-1/+2
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* usb: reload watchdog during ums commandPatrick Delaunay2019-04-211-0/+3
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-2/+2
* cmd: add missing line breaks for pr_err()Seung-Woo Kim2018-06-071-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-3/+3
* cmd: usb_mass_storage: Staticize do_usb_mass_storage()Fabio Estevam2017-06-181-1/+1
* cmd: usb_mass_storage: Use NULL for pointerFabio Estevam2017-06-181-1/+1
* dm: usb: Use blk_dread/write() instead of direct callsSimon Glass2016-07-271-2/+2
* cmd/usb_mass_storage.c: Rework ums_init() ret logic slightlyTom Rini2016-04-201-13/+5
* usb: ums - expose selected partition/sJohn Tobias2016-04-201-10/+29
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-1/+1
* dm: blk: Rename get_device() to blk_get_device_by_str()Simon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-3/+3
* Remove the cmd_ prefix from command filesSimon Glass2016-01-251-0/+235