index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb_storage.c
Age
Commit message (
Expand
)
Author
2021-09-30
WS cleanup: remove SPACE(s) followed by TAB
Wolfgang Denk
2021-01-06
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2021-01-04
common: usb_storage: Fix code indentation
Michal Simek
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-04-09
usb: Keep async schedule running only across mass storage xfers
Marek Vasut
2019-10-31
usb: storage: Only clear READY flag on error
Marek Vasut
2019-10-31
usb: storage: Limit transfer size to 120 kiB
Marek Vasut
2019-09-11
usb: Add nonblock argument to submit_int_msg
Michal Suchanek
2019-09-11
usb: storage: submit_int_msg -> usb_int_msg
Michal Suchanek
2018-11-26
usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/
Sven Schwermer
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-11-14
blk: Call part_init() in the post_probe() method
Bin Meng
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-01
usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()
Bin Meng
2017-09-27
dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabled
Bin Meng
2017-09-27
usb: storage: Refactor to use max_xfer_blk from struct us_data
Bin Meng
2017-07-11
dm: scsi: Drop the ccb typedef
Simon Glass
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
Tom Rini
2017-04-14
usb: return 0 from usb_stor_get_info even if removable media
Troy Kisky
2017-01-17
usb: storage: Show number of storage devices detected for DM_USB
Michal Simek
2016-09-23
usb: squash lines for immediate return
Masahiro Yamada
2016-05-17
dm: blk: Add a easier way to create a named block device
Simon Glass
2016-05-17
dm: usb: Drop the get_dev() function
Simon Glass
2016-05-17
dm: usb: Add a legacy block interface for USB storage
Simon Glass
2016-03-22
usb: Correct return value in usb_stor_info()
Simon Glass
2016-03-22
Fix spelling of "transferred".
Vagrant Cascadian
2016-03-14
dm: usb: Convert USB storage to use driver-model for block devs
Simon Glass
2016-03-14
dm: usb: Tidy up storage code ready for driver model conversion
Simon Glass
2016-03-14
dm: usb: Avoid exceeding available array size for storage devices
Simon Glass
2016-03-14
dm: block: Rename device number member dev to devnum
Simon Glass
2016-03-14
dm: part: Rename some partition functions
Simon Glass
2016-03-14
dm: Drop the block_dev_desc_t typedef
Simon Glass
2016-01-20
usb: Define USB_MAX_STOR_DEV in only one place
Simon Glass
2016-01-13
block: pass block dev not num to read/write/erase()
Stephen Warren
2016-01-07
usb: Allow up to 7 storage devices
Simon Glass
2015-11-03
common/usb_storage.c: Clean up usb_storage_probe()
Tom Rini
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-07-21
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
2015-04-18
dm: usb: Convert usb_storage to driver model
Simon Glass
2015-04-18
dm: usb: Move storage device scanning into its own function
Simon Glass
2015-04-18
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
2015-04-18
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
[next]