summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+2
2021-01-04common: usb_storage: Fix code indentationMichal Simek1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-6/+6
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-09usb: Keep async schedule running only across mass storage xfersMarek Vasut1-0/+4
2019-10-31usb: storage: Only clear READY flag on errorMarek Vasut1-3/+3
2019-10-31usb: storage: Limit transfer size to 120 kiBMarek Vasut1-21/+22
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek1-2/+2
2018-11-26usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer1-14/+14
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-3/+3
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-3/+1
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-9/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-01usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng1-1/+1
2017-09-27dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabledBin Meng1-2/+17
2017-09-27usb: storage: Refactor to use max_xfer_blk from struct us_dataBin Meng1-19/+30
2017-07-11dm: scsi: Drop the ccb typedefSimon Glass1-22/+22
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-1/+1
2017-04-14usb: return 0 from usb_stor_get_info even if removable mediaTroy Kisky1-3/+1
2017-01-17usb: storage: Show number of storage devices detected for DM_USBMichal Simek1-4/+4
2016-09-24usb: squash lines for immediate returnMasahiro Yamada1-6/+3
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-8/+5
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass1-17/+0
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass1-0/+7
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass1-1/+1
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-1/+1
2016-03-15dm: usb: Convert USB storage to use driver-model for block devsSimon Glass1-6/+135
2016-03-15dm: usb: Tidy up storage code ready for driver model conversionSimon Glass1-56/+61
2016-03-15dm: usb: Avoid exceeding available array size for storage devicesSimon Glass1-7/+7
2016-03-15dm: block: Rename device number member dev to devnumSimon Glass1-3/+3
2016-03-15dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-15dm: Drop the block_dev_desc_t typedefSimon Glass1-11/+11
2016-01-21usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass1-1/+0
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-8/+10
2016-01-07usb: Allow up to 7 storage devicesSimon Glass1-1/+1
2015-11-03common/usb_storage.c: Clean up usb_storage_probe()Tom Rini1-27/+2
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-1/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+1
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass1-2/+49
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass1-38/+59
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass1-28/+17
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass1-2/+4
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass1-19/+11