Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
0d2d0bf701e54f930fe8a13aaad232fad1016124
/
cmd
/
usb_mass_storage.c
80877fa
cyclic: Use schedule() instead of WATCHDOG_RESET()
by Stefan Roese
· Fri Sep 02 14:10:46 2022 +0200
159b8f5
cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
by Sean Anderson
· Fri Oct 29 11:05:54 2021 -0400
80e832f
cmd: usb_mass_storage: show device interface name
by Marek Szyprowski
· Thu Dec 17 11:47:11 2020 +0100
be30ec1
usb: gadget: Fix controller index in UMS
by Ye Li
· Mon Jun 29 10:12:26 2020 +0800
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· Sun May 10 11:40:11 2020 -0600
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
655306c
common: Drop part.h from common header
by Simon Glass
· Sun May 10 11:39:58 2020 -0600
c1c4a8f
part: Drop disk_partition_t typedef
by Simon Glass
· Sun May 10 11:39:57 2020 -0600
9bc1564
dm: core: Create a new header file for 'compat' features
by Simon Glass
· Mon Feb 03 07:36:16 2020 -0700
77498e6
usb: reload watchdog during ums command
by Patrick Delaunay
· Thu Apr 18 17:18:39 2019 +0200
585e199
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· Thu Nov 29 10:52:41 2018 +0100
591188e
cmd: add missing line breaks for pr_err()
by Seung-Woo Kim
· Mon Jun 04 16:04:51 2018 +0900
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
0ec3244
cmd: usb_mass_storage: Staticize do_usb_mass_storage()
by Fabio Estevam
· Fri May 27 22:37:11 2016 -0300
9b9c3f3
cmd: usb_mass_storage: Use NULL for pointer
by Fabio Estevam
· Fri May 27 22:37:10 2016 -0300
5ee5796
dm: usb: Use blk_dread/write() instead of direct calls
by Simon Glass
· Tue Jul 05 17:10:17 2016 -0600
b55b6fe
cmd/usb_mass_storage.c: Rework ums_init() ret logic slightly
by Tom Rini
· Wed Apr 20 10:59:32 2016 -0400
9fc9245
usb: ums - expose selected partition/s
by John Tobias
· Wed Apr 13 12:06:51 2016 -0700
2f26fff
dm: block: Rename device number member dev to devnum
by Simon Glass
· Mon Feb 29 15:25:51 2016 -0700
e6649a6
dm: blk: Rename get_device() to blk_get_device_by_str()
by Simon Glass
· Mon Feb 29 15:25:43 2016 -0700
e339475
dm: Drop the block_dev_desc_t typedef
by Simon Glass
· Mon Feb 29 15:25:34 2016 -0700
5f861a7
Remove the cmd_ prefix from command files
by Simon Glass
· Sun Jan 17 20:53:52 2016 -0700
[Renamed from cmd/cmd_usb_mass_storage.c]
29499a0
Move all command code into its own directory
by Simon Glass
· Sun Jan 17 20:53:51 2016 -0700
[Renamed from common/cmd_usb_mass_storage.c]
9e7d588
ums: support multiple LUNs at once
by Stephen Warren
· Mon Dec 07 11:38:50 2015 -0700
e73f296
block: pass block dev not num to read/write/erase()
by Stephen Warren
· Mon Dec 07 11:38:48 2015 -0700
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
726c123
cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text
by Fabio Estevam
· Sat Feb 28 15:11:46 2015 -0300
3ab2d77
usb: gadget: UMS: Invoke board specific USB cleanup interface
by Inha Song
· Tue Mar 03 17:32:05 2015 +0100
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:23 2015 +0530
dec5dd6
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
by Fabio Estevam
· Wed Feb 25 13:03:19 2015 -0300
e4e98cd
ums: allow the user to specify the device type
by Stephen Warren
· Mon May 05 10:40:18 2014 -0600
5e8c227
ums: move all variable declarations to the start of the block
by Stephen Warren
· Mon May 05 10:40:17 2014 -0600
5c7648b
ums: use get_device() not find_mmc_device();
by Stephen Warren
· Mon May 05 10:40:16 2014 -0600
803876d
ums: move IO support code to common location
by Stephen Warren
· Mon May 05 10:40:15 2014 -0600
c611a6b
usb: ums: add error handling for failed registration
by Stephen Warren
· Thu May 01 15:42:10 2014 -0600
69cb0bb
USB: gadget: added a saner gadget downloader registration API
by Mateusz Zalega
· Mon Apr 28 21:13:28 2014 +0200
21fe3f7
usb: dfu: fix boards wo USB cable detection
by Mateusz Zalega
· Wed Apr 30 13:07:48 2014 +0200
e92cc56
usb: ums: wait for usb cable connection before enter ums mode
by Przemyslaw Marczak
· Tue Jan 07 15:08:37 2014 +0100
06ef7cc
usb: ums: add ums exit feature by ctrl+c or by detach usb cable
by Przemyslaw Marczak
· Wed Oct 23 14:30:46 2013 +0200
0e1e709
usb: ums: allows using every mmc device with ums.
by Przemyslaw Marczak
· Wed Oct 23 14:30:43 2013 +0200
674b1a6
usb: ums: code refactoring to improve reusability on other boards.
by Przemyslaw Marczak
· Wed Oct 23 14:30:42 2013 +0200
d862f89
usb: new board-specific USB init interface
by Mateusz Zalega
· Fri Oct 04 19:22:26 2013 +0200
7221cc2
usb:gadget:Remove redundant #includes for USB composite gadget and its functions
by Lukasz Majewski
· Tue Sep 17 15:58:22 2013 +0200
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
44a6ac9
usb:gadget: USB Mass Storage Gadget support
by Lukasz Majewski
· Tue Mar 05 12:10:17 2013 +0100