summaryrefslogtreecommitdiffstats
path: root/common/usb_storage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: usb: Fix type problems in usb_stor_get_info()Simon Glass2015-04-181-1/+5
* dm: usb: Move USB storage definitions to usb_defs.hSimon Glass2015-04-181-43/+2
* usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov2015-04-141-21/+23
* usb_storage : scan all interfaces to find a storage deviceFranck Jullien2015-04-141-17/+28
* usb_storage: blacklist Enclosure Service DevicesSoeren Moch2014-11-081-2/+5
* usb: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-5/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
* Fix block device accesses beyond 2TiBSascha Silbe2013-06-261-4/+4
* USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam2013-05-051-14/+16
* usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam2013-05-051-132/+121
* part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-011-0/+1
* usb: properly detect empty mass storage media readerVincent Palatin2012-12-171-0/+10
* common/misc: sparse fixesKim Phillips2012-11-041-10/+10
* usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black2012-10-221-10/+14
* usb: add support for multiple usb controllersLucas Stach2012-10-151-1/+1
* usb: Optimize USB storage read/writeJim Shimer2012-09-011-12/+0
* usb_stor_BBB_transport: Do not delay when not requiredBenoît Thébaudeau2012-09-011-2/+9
* usb_storage: Remove EHCI constraintsBenoît Thébaudeau2012-09-011-18/+15
* usb_storage: Restore non-EHCI supportBenoît Thébaudeau2012-09-011-0/+4
* usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier2012-07-181-17/+20
* USB: Align buffers at cachelinePuneet Saxena2012-05-201-31/+28
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-191-8/+8
* usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett2012-01-051-20/+25
* GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut2011-10-271-13/+13
* GCC4.6: Squash warning in usb_storage.cMarek Vasut2011-10-271-3/+4
* Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-041-1/+1
* GCC4.6: Convert various empty macros to inline functionsMarek Vasut2011-10-011-1/+1
OpenPOWER on IntegriCloud