summaryrefslogtreecommitdiffstats
path: root/common/usb_storage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* disk/part.c: Make features optionalMatthew McClintock2011-07-261-1/+2
* Fix misc spelling errors found by lintianLoïc Minier2011-04-121-1/+1
* Remove unnecessary reset in usb_stor_get_infoErik Hansen2011-04-021-25/+0
* usb_storage: constify us_direction lookup tableMike Frysinger2010-10-221-1/+1
* usb: Add support for multiple-LUN mass storage devicesLudovic Courtès2010-10-131-4/+35
* usb_storage.c: change progress output in debug() messageWolfgang Denk2010-07-241-3/+3
* usb_storage.c: initialize device typeWolfgang Denk2010-07-241-1/+2
* USB storage probeKim B. Heino2010-04-081-2/+2
* USB storage countKim B. Heino2010-04-081-1/+1
* usb: write command for RAW partition.Mahavir Jain2009-12-201-0/+99
* USB Consolidate descriptor definitionsTom Rix2009-12-201-8/+8
* Fix e-mail address of Gary Jennejohn.Detlev Zundel2009-05-151-1/+1
* USB: Remove LUN number from CDBAbraham, Thomas2009-02-151-5/+0
* usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger2009-01-281-2/+0
* usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb driveBryan Wu2009-01-281-0/+7
* USB storage cleanup patchMichael Trimarchi2009-01-281-316/+394
* common: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-7/+0
* Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk2008-07-141-3/+3
* USB: replace old swap_ with proper endianess conversion macrosChristian Eggers2008-05-221-18/+10
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-04-131-1/+1
* USB, Storage: fix a bug introduced in commitMarkus Klotzbuecher2008-03-261-4/+4
* USB Storage, add meaningful return valueAras Vaichas2008-03-261-3/+6
* Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2007-11-181-1/+1
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-1/+1
* common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-081-1/+1
* common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
* [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-201-2/+2
* [PATCH 1_4] Merge common get_dev() routines for block devicesGrant Likely2007-02-201-1/+2
* Coding style cleanupWolfgang Denk2006-10-201-2/+2
OpenPOWER on IntegriCloud