summaryrefslogtreecommitdiff
path: root/cmd/usb.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-3/+3
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2019-04-09usb: Make portspeed return a read-only stringIsmael Luceno Cortes1-13/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-26cmd: usb: ignore blk, emulation devices in usb tree/info displaySuneel Garapati1-3/+19
2017-08-17dm: usb: Adjust the 'usb' command to use blk_common_cmd()Simon Glass1-108/+3
2017-07-29usb: cmd: Print actual packet size for super speed devicesBin Meng1-2/+5
2017-01-17usb: storage: Show number of storage devices detected for DM_USBMichal Simek1-1/+1
2016-07-05usb: dm: Make "usb info" use usb_for_each_root_dev()Hans de Goede1-25/+6
2016-07-05usb: dm: Add a usb_for_each_root_dev() helper functionHans de Goede1-3/+12
2016-06-18cmd: usb: check if_type before using this devicePeng Fan1-1/+2
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-6/+10
2016-04-10dm: usb: Do not reprobe usb hosts on "usb tree" commandHans de Goede1-2/+6
2016-04-10usb: kbd: Do not deregister usbkbd twice when using dmHans de Goede1-1/+1
2016-03-15dm: block: Adjust device calls to go through helpers functionSimon Glass1-4/+2
2016-03-15dm: part: Rename some partition functionsSimon Glass1-2/+2
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+853