index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
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
2025-04-10
usb: gadget: f_mass_storage: Fix memory leak of fsg buffers
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Fix NULL dereference in fsg_add()
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Drop invalid kfree() in fsg_common_release()
Mattijs Korpershoek
2025-04-10
usb: gadget: f_mass_storage: Remove kref structure use
Mattijs Korpershoek
2025-02-11
usb: gadget: f_mass_storage: Add schedule() in sleep_thread()
Patrice Chotard
2024-07-22
drivers: usb: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
usb: Remove <common.h> and add needed includes
Tom Rini
2024-03-22
usb: gadget: UMS: support multiple sector sizes
Caleb Connolly
2023-11-21
usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command
Marek Vasut
2023-09-15
cmd: ums: Use plain udevice for UDC controller interaction
Marek Vasut
2023-04-25
usb: gadget: f_mass_storage: Rework do_request_sense slightly
Tom Rini
2020-09-01
usb: gadget: Fix controller index in UMS
Ye Li
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2020-01-07
usb: Drop use of BUG_ON() and WARN_ON()
Simon Glass
2018-12-14
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
Lukasz Majewski
2018-06-13
lib: Add hexdump
Alexey Brodkin
2018-05-15
usb: f_mass_storage: Fix set_bit and clear_bit usage
Bryan O'Donoghue
2018-05-07
SPDX: Convert all of our multiple license tags to Linux Kernel style
Tom Rini
2018-04-30
usb: f_mass_storage: simplify logical expression
Heinrich Schuchardt
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