summaryrefslogtreecommitdiff
path: root/common/cmd_usb_mass_storage.c
Commit message (Expand)AuthorAgeLines
* ums: allow the user to specify the device typeStephen Warren2014-05-08-4/+10
* ums: move all variable declarations to the start of the blockStephen Warren2014-05-08-8/+16
* ums: use get_device() not find_mmc_device();Stephen Warren2014-05-08-11/+14
* ums: move IO support code to common locationStephen Warren2014-05-08-0/+46
* usb: ums: add error handling for failed registrationStephen Warren2014-05-08-1/+5
* USB: gadget: added a saner gadget downloader registration APIMateusz Zalega2014-05-05-1/+1
* usb: dfu: fix boards wo USB cable detectionMateusz Zalega2014-05-05-2/+6
* usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak2014-01-13-0/+24
* usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak2013-11-08-8/+13
* usb: ums: allows using every mmc device with ums.Przemyslaw Marczak2013-11-08-10/+5
* usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak2013-11-08-16/+11
* usb: new board-specific USB init interfaceMateusz Zalega2013-10-20-21/+23
* usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski2013-09-24-1/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* usb:gadget: USB Mass Storage Gadget supportLukasz Majewski2013-03-18-0/+86