summaryrefslogtreecommitdiffstats
path: root/common/usb_storage.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-2/+2
|\
| * common: usb_storage: Fix code indentationMichal Simek2021-01-041-2/+2
* | dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-1/+1
* | dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-6/+6
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* usb: Keep async schedule running only across mass storage xfersMarek Vasut2020-04-091-0/+4
* usb: storage: Only clear READY flag on errorMarek Vasut2019-10-311-3/+3
* usb: storage: Limit transfer size to 120 kiBMarek Vasut2019-10-311-21/+22
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-1/+1
* usb: storage: submit_int_msg -> usb_int_msgMichal Suchanek2019-09-111-2/+2
* usb: storage: s/CONFIG_BLK/CONFIG_IS_ENABLED(BLK)/Sven Schwermer2018-11-261-14/+14
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-3/+3
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-3/+1
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-9/+7
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* usb: storage: Fix overwritten in usb_stor_set_max_xfer_blk()Bin Meng2017-10-011-1/+1
* dm: usb: storage: Fix broken read/write when both EHCD and xHCD are enabledBin Meng2017-09-271-2/+17
* usb: storage: Refactor to use max_xfer_blk from struct us_dataBin Meng2017-09-271-19/+30
* dm: scsi: Drop the ccb typedefSimon Glass2017-07-111-22/+22
* Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-151-1/+1
* usb: return 0 from usb_stor_get_info even if removable mediaTroy Kisky2017-04-141-3/+1
* usb: storage: Show number of storage devices detected for DM_USBMichal Simek2017-01-171-4/+4
* usb: squash lines for immediate returnMasahiro Yamada2016-09-231-6/+3
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-8/+5
* dm: usb: Drop the get_dev() functionSimon Glass2016-05-171-17/+0
* dm: usb: Add a legacy block interface for USB storageSimon Glass2016-05-171-0/+7
* usb: Correct return value in usb_stor_info()Simon Glass2016-03-221-1/+1
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-1/+1
* dm: usb: Convert USB storage to use driver-model for block devsSimon Glass2016-03-141-6/+135
* dm: usb: Tidy up storage code ready for driver model conversionSimon Glass2016-03-141-56/+61
* dm: usb: Avoid exceeding available array size for storage devicesSimon Glass2016-03-141-7/+7
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-141-3/+3
* dm: part: Rename some partition functionsSimon Glass2016-03-141-1/+1
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-141-11/+11
* usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass2016-01-201-1/+0
* block: pass block dev not num to read/write/erase()Stephen Warren2016-01-131-8/+10
* usb: Allow up to 7 storage devicesSimon Glass2016-01-071-1/+1
* common/usb_storage.c: Clean up usb_storage_probe()Tom Rini2015-11-031-27/+2
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-231-1/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-1/+1
* dm: usb: Convert usb_storage to driver modelSimon Glass2015-04-181-2/+49
* dm: usb: Move storage device scanning into its own functionSimon Glass2015-04-181-38/+59
* Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass2015-04-181-28/+17
* dm: usb: Adjust usb_storage to work with sandboxSimon Glass2015-04-181-2/+4
* dm: usb: Simply device finding code in usb_storageSimon Glass2015-04-181-19/+11