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