summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)Author
2017-08-31MLK-12883 usb: limit USB_MAX_XFER_BLK to 256Peng Fan
2016-09-23usb: squash lines for immediate returnMasahiro Yamada
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: usb: Drop the get_dev() functionSimon Glass
2016-05-17dm: usb: Add a legacy block interface for USB storageSimon Glass
2016-03-22usb: Correct return value in usb_stor_info()Simon Glass
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-14dm: usb: Convert USB storage to use driver-model for block devsSimon Glass
2016-03-14dm: usb: Tidy up storage code ready for driver model conversionSimon Glass
2016-03-14dm: usb: Avoid exceeding available array size for storage devicesSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-01-20usb: Define USB_MAX_STOR_DEV in only one placeSimon Glass
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-07usb: Allow up to 7 storage devicesSimon Glass
2015-11-03common/usb_storage.c: Clean up usb_storage_probe()Tom Rini
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-04-18dm: usb: Convert usb_storage to driver modelSimon Glass
2015-04-18dm: usb: Move storage device scanning into its own functionSimon Glass
2015-04-18Revert "usb_storage : scan all interfaces to find a storage device"Simon Glass
2015-04-18dm: usb: Adjust usb_storage to work with sandboxSimon Glass
2015-04-18dm: usb: Simply device finding code in usb_storageSimon Glass
2015-04-18dm: usb: Fix type problems in usb_stor_get_info()Simon Glass
2015-04-18dm: usb: Move USB storage definitions to usb_defs.hSimon Glass
2015-04-14usb_storage:Fix USB storage capacity detection on 64 bit architecturesSergey Temerkhanov
2015-04-14usb_storage : scan all interfaces to find a storage deviceFranck Jullien
2014-11-08usb_storage: blacklist Enclosure Service DevicesSoeren Moch
2014-10-27usb: Use correct printf() format string for uintptr_tSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe
2013-05-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich
2012-12-17usb: properly detect empty mass storage media readerVincent Palatin
2012-11-04common/misc: sparse fixesKim Phillips
2012-10-22usb: Support the CONFIG_SYS_64BIT_LBA optionGabe Black
2012-10-15usb: add support for multiple usb controllersLucas Stach
2012-09-01usb: Optimize USB storage read/writeJim Shimer
2012-09-01usb_stor_BBB_transport: Do not delay when not requiredBenoît Thébaudeau
2012-09-01usb_storage: Remove EHCI constraintsBenoît Thébaudeau
2012-09-01usb_storage: Restore non-EHCI supportBenoît Thébaudeau
2012-07-18usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier
2012-05-20USB: Align buffers at cachelinePuneet Saxena
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-01-05usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut