aboutsummaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-21dm: 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-05USB: Some cleanup prior to USB 3.0 interface additionVivek Gautam1-14/+16
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-132/+121
2013-05-01part/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
2012-07-18usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier1-17/+20
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-31/+28
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-8/+8
2012-01-05usb_storage: Fix EHCI "out of buffer pointers" with CD-ROMKyle Moffett1-20/+25
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut1-13/+13
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut1-3/+4
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk1-1/+1
2011-10-01GCC4.6: Convert various empty macros to inline functionsMarek Vasut1-1/+1
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-1/+2
2011-04-12Fix misc spelling errors found by lintianLoïc Minier1-1/+1
2011-04-02Remove unnecessary reset in usb_stor_get_infoErik Hansen1-25/+0
2010-10-22usb_storage: constify us_direction lookup tableMike Frysinger1-1/+1
2010-10-13usb: Add support for multiple-LUN mass storage devicesLudovic Courtès1-4/+35
2010-07-24usb_storage.c: change progress output in debug() messageWolfgang Denk1-3/+3
2010-07-24usb_storage.c: initialize device typeWolfgang Denk1-1/+2
2010-04-08USB storage probeKim B. Heino1-2/+2
2010-04-08USB storage countKim B. Heino1-1/+1
2009-12-20usb: write command for RAW partition.Mahavir Jain1-0/+99
2009-12-20USB Consolidate descriptor definitionsTom Rix1-8/+8
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel1-1/+1
2009-02-15USB: Remove LUN number from CDBAbraham, Thomas1-5/+0
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-2/+0
2009-01-28usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu1-0/+7
2009-01-28USB storage cleanup patchMichael Trimarchi1-316/+394