summaryrefslogtreecommitdiff
path: root/common/usb_storage.c
AgeCommit message (Expand)AuthorFilesLines
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
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-28GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut1-13/+13
2011-10-28GCC4.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-02GCC4.6: Convert various empty macros to inline functionsMarek Vasut1-1/+1
2011-07-26disk/part.c: Make features optionalMatthew McClintock1-1/+2
2011-04-13Fix 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-16Fix 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
2008-08-13common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-7/+0
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-3/+3
2008-05-22USB: replace old swap_ with proper endianess conversion macrosChristian Eggers1-18/+10
2008-04-13Coding Style cleanup; update CHANGELOGWolfgang Denk1-1/+1
2008-03-26USB, Storage: fix a bug introduced in commitMarkus Klotzbuecher1-4/+4
2008-03-26USB Storage, add meaningful return valueAras Vaichas1-3/+6
2007-11-18Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk1-1/+1
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-1/+1
2007-07-09common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-1/+1
2007-07-04common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely1-2/+2
2007-02-20[PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely1-1/+2
2006-10-20Coding style cleanupWolfgang Denk1-2/+2