index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cmd_usb_mass_storage.c
Age
Commit message (
Expand
)
Author
2016-01-13
ums: support multiple LUNs at once
Stephen Warren
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-04-14
cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text
Fabio Estevam
2015-04-14
usb: gadget: UMS: Invoke board specific USB cleanup interface
Inha Song
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-03-05
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
Fabio Estevam
2014-05-08
ums: allow the user to specify the device type
Stephen Warren
2014-05-08
ums: move all variable declarations to the start of the block
Stephen Warren
2014-05-08
ums: use get_device() not find_mmc_device();
Stephen Warren
2014-05-08
ums: move IO support code to common location
Stephen Warren
2014-05-08
usb: ums: add error handling for failed registration
Stephen Warren
2014-05-05
USB: gadget: added a saner gadget downloader registration API
Mateusz Zalega
2014-05-05
usb: dfu: fix boards wo USB cable detection
Mateusz Zalega
2014-01-13
usb: ums: wait for usb cable connection before enter ums mode
Przemyslaw Marczak
2013-11-08
usb: ums: add ums exit feature by ctrl+c or by detach usb cable
Przemyslaw Marczak
2013-11-08
usb: ums: allows using every mmc device with ums.
Przemyslaw Marczak
2013-11-08
usb: ums: code refactoring to improve reusability on other boards.
Przemyslaw Marczak
2013-10-20
usb: new board-specific USB init interface
Mateusz Zalega
2013-09-24
usb:gadget:Remove redundant #includes for USB composite gadget and its functions
Lukasz Majewski
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-18
usb:gadget: USB Mass Storage Gadget support
Lukasz Majewski