aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_mass_storage.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-01usb: gadget: Fix controller index in UMSYe Li1-2/+4
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass1-0/+4
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+1
2018-06-13lib: Add hexdumpAlexey Brodkin1-0/+1
2018-05-15usb: f_mass_storage: Fix set_bit and clear_bit usageBryan O'Donoghue1-22/+3
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-30usb: f_mass_storage: simplify logical expressionHeinrich Schuchardt1-1/+1
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