aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-13ums: support multiple LUNs at onceStephen Warren1-10/+12
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-06-08usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()Inha Song1-1/+1
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-1/+1
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding1-1/+1
2014-10-06usb: f_mass_storage: set removable flag in do_inquiry based on LUNEric Nelson1-0/+1
2014-06-25usb:composite: clear the whole common bufferJeroen Hofstee1-2/+2
2014-05-05USB: gadget: added a saner gadget downloader registration APIMateusz Zalega1-0/+3
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-4/+4
2014-02-06usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignmentLukasz Majewski1-2/+2
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-3/+21
2013-11-08usb: ums: code refactoring to improve reusability on other boards.Przemyslaw Marczak1-21/+22
2013-10-14Coding Style cleanup: drop some excessive empty linesWolfgang Denk1-5/+0
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-29/+1
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek1-4/+4
2013-06-12usb: gadget: Use unaligned access for wMaxPacketSizeVivek Gautam1-1/+2
2013-03-18usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernelPiotr Wilczek1-0/+2793