aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_usb_mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-235/+0
2016-01-13ums: support multiple LUNs at onceStephen Warren1-32/+103
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-4/+2
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-14cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam1-1/+1
2015-04-14usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song1-0/+1
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-03-05cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam1-1/+1
2014-05-08ums: allow the user to specify the device typeStephen Warren1-4/+10
2014-05-08ums: move all variable declarations to the start of the blockStephen Warren1-8/+16
2014-05-08ums: use get_device() not find_mmc_device();Stephen Warren1-11/+14
2014-05-08ums: move IO support code to common locationStephen Warren1-0/+46
2014-05-08usb: ums: add error handling for failed registrationStephen Warren1-1/+5
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-1/+1
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-2/+6
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak1-0/+24
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-8/+13
2013-11-08usb: ums: allows using every mmc device with ums.Przemyslaw Marczak1-10/+5
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-16/+11
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-21/+23
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski1-1/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski1-0/+86