summaryrefslogtreecommitdiff
path: root/include/usb_mass_storage.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-01usb: gadget: Fix controller index in UMSYe Li1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-01-14ums: support multiple LUNs at onceStephen Warren1-4/+2
2014-05-08ums: move IO support code to common locationStephen Warren1-1/+0
2014-05-08ums: remove UMS_{NUM,START}_SECTORS + UMS_START_SECTORStephen Warren1-8/+0
2014-05-08ums: support block devices not MMC devicesStephen Warren1-2/+2
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-8/+0
2014-01-13usb: ums: wait for usb cable connection before enter ums modePrzemyslaw Marczak1-0/+3
2013-11-08usb: ums: fix disk capacity miscalculation and code cleanupPrzemyslaw Marczak1-4/+2
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-15/+18
2013-10-21usb: new board-specific USB init interfaceMateusz Zalega1-8/+5
2013-09-24usb:g_dnl:ums: Conditional compilation for mass storage function (f_mass_stor...Lukasz Majewski1-0/+9
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/+55