index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb_storage.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
1
-1
/
+1
2021-01-06
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-2
/
+2
2021-01-04
common: usb_storage: Fix code indentation
Michal Simek
1
-2
/
+2
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-6
/
+6
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop part.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
1
-0
/
+1
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
1
-0
/
+4
2019-10-31
usb: storage: Only clear READY flag on error
Marek Vasut
1
-3
/
+3
2019-10-31
usb: storage: Limit transfer size to 120 kiB
Marek Vasut
1
-21
/
+22
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
1
-1
/
+1
2019-09-11
usb: storage: submit_int_msg -> usb_int_msg
Michal Suchanek
1
-2
/
+2
2018-11-26
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
Sven Schwermer
1
-14
/
+14
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
1
-3
/
+3
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
1
-3
/
+1
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
1
-9
/
+7
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-10-01
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
Bin Meng
1
-1
/
+1
2017-09-27
dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled
Bin Meng
1
-2
/
+17
2017-09-27
usb: storage: Refactor to use max_xfer_blk from struct us_data
Bin Meng
1
-19
/
+30
2017-07-11
dm: scsi: Drop the ccb typedef
Simon Glass
1
-22
/
+22
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
Tom Rini
1
-1
/
+1
2017-04-14
usb: return 0 from usb_stor_get_info even if removable media
Troy Kisky
1
-3
/
+1
2017-01-17
usb: storage: Show number of storage devices detected for DM_USB
Michal Simek
1
-4
/
+4
2016-09-23
usb: squash lines for immediate return
Masahiro Yamada
1
-6
/
+3
2016-05-17
dm: blk: Add a easier way to create a named block device
Simon Glass
1
-8
/
+5
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
1
-17
/
+0
2016-05-17
dm: usb: Add a legacy block interface for USB storage
Simon Glass
1
-0
/
+7
2016-03-22
usb: Correct return value in usb_stor_info()
Simon Glass
1
-1
/
+1
2016-03-22
Fix spelling of "transferred".
Vagrant Cascadian
1
-1
/
+1
2016-03-14
dm: usb: Convert USB storage to use driver-model for block devs
Simon Glass
1
-6
/
+135
2016-03-14
dm: usb: Tidy up storage code ready for driver model conversion
Simon Glass
1
-56
/
+61
2016-03-14
dm: usb: Avoid exceeding available array size for storage devices
Simon Glass
1
-7
/
+7
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
1
-3
/
+3
2016-03-14
dm: part: Rename some partition functions
Simon Glass
1
-1
/
+1
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
1
-11
/
+11
2016-01-20
usb: Define USB_MAX_STOR_DEV in only one place
Simon Glass
1
-1
/
+0
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
1
-8
/
+10
2016-01-07
usb: Allow up to 7 storage devices
Simon Glass
1
-1
/
+1
2015-11-03
common/usb_storage.c: Clean up usb_storage_probe()
Tom Rini
1
-27
/
+2
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-1
/
+1
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-07-21
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
1
-1
/
+1
2015-04-18
dm: usb: Convert usb_storage to driver model
Simon Glass
1
-2
/
+49
2015-04-18
dm: usb: Move storage device scanning into its own function
Simon Glass
1
-38
/
+59
2015-04-18
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
1
-28
/
+17
2015-04-18
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
1
-2
/
+4
[next]