index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
f_mass_storage.c
Age
Commit message (
Expand
)
Author
2016-01-13
ums: support multiple LUNs at once
Stephen Warren
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-06-08
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()
Inha Song
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
usb: mass-storage: Build warning fixes for 64-bit
Thierry Reding
2014-10-06
usb: f_mass_storage: set removable flag in do_inquiry based on LUN
Eric Nelson
2014-06-25
usb:composite: clear the whole common buffer
Jeroen Hofstee
2014-05-05
USB: gadget: added a saner gadget downloader registration API
Mateusz Zalega
2014-05-05
usb: dfu: fix boards wo USB cable detection
Mateusz Zalega
2014-02-06
usb:gadget:ums: Replace malloc calls with memalign to fix cache buffer alignment
Lukasz Majewski
2013-11-08
usb: ums: add ums exit feature by ctrl+c or by detach usb cable
Przemyslaw Marczak
2013-11-08
usb: ums: code refactoring to improve reusability on other boards.
Przemyslaw Marczak
2013-10-14
Coding Style cleanup: drop some excessive empty lines
Wolfgang Denk
2013-08-19
SPDX-License-Identifier: convert BSD-3-Clause files
Wolfgang Denk
2013-06-30
drivers:usb: use get|put_unaligned_le16
Piotr Wilczek
2013-06-12
usb: gadget: Use unaligned access for wMaxPacketSize
Vivek Gautam
2013-03-18
usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel
Piotr Wilczek