summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass1-1/+5
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass1-43/+2
2015-04-14usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov1-21/+23
2015-04-14usb_storage : scan all interfaces to find a storage deviceFranck Jullien1-17/+28
2014-11-08usb_storage: blacklist Enclosure Service DevicesSoeren Moch1-2/+5
2014-10-27usb: Use correct printf() format string for uintptr_tSimon Glass1-5/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-4/+4
2013-05-06USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam1-14/+16
2013-05-06usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-132/+121
2013-05-02part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich1-0/+1
2012-12-17usb: properly detect empty mass storage media readerVincent Palatin1-0/+10
2012-11-04common/misc: sparse fixesKim Phillips1-10/+10
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black1-10/+14
2012-10-15usb: add support for multiple usb controllersLucas Stach1-1/+1
2012-09-01usb: Optimize USB storage read/writeJim Shimer1-12/+0
2012-09-01usb_stor_BBB_transport: Do not delay when not requiredBenoît Thébaudeau1-2/+9
2012-09-01usb_storage: Remove EHCI constraintsBenoît Thébaudeau1-18/+15
2012-09-01usb_storage: Restore non-EHCI supportBenoît Thébaudeau1-0/+4