summaryrefslogtreecommitdiff
path: root/common/cmd_usb_mass_storage.c
AgeCommit message (Expand)Author
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-04-14cmd_usb_mass_storage: Use 'USB Mass Storage' in the help textFabio Estevam
2015-04-14usb: gadget: UMS: Invoke board specific USB cleanup interfaceInha Song
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-03-05cmd_usb_mass_storage: Remove extra 'ums' string in the usage textFabio Estevam
2014-05-08ums: allow the user to specify the device typeStephen Warren
2014-05-08ums: move all variable declarations to the start of the blockStephen Warren
2014-05-08ums: use get_device() not find_mmc_device();Stephen Warren
2014-05-08ums: move IO support code to common locationStephen Warren
2014-05-08usb: ums: add error handling for failed registrationStephen Warren
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak
2013-11-08usb: ums: allows using every mmc device with ums.Przemyslaw Marczak
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega
2013-09-24usb:gadget:Remove redundant #includes for USB composite gadget and its functionsLukasz Majewski
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-18usb:gadget: USB Mass Storage Gadget supportLukasz Majewski