summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_storage.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a reference counting error in the USB host mass storage classGregory Nutt2013-09-101-28/+26
|
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if ↵Gregory Nutt2013-09-091-0/+14
| | | | the interface is returning fatal transfer errors
* Trivial updates assocaited with USB host mass storage and SAMA5 EHCIGregory Nutt2013-09-081-4/+9
|
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-11/+1
|
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-1/+11
|
* Add untested OHCI driver for the SAMA5; structure naming and header files ↵Gregory Nutt2013-08-111-18/+34
| | | | for USB host initialization prototypes
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ↵patacongo2013-03-101-1/+1
| | | | | | to allocae stacks git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5725 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple work queuespatacongo2012-09-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5081 42af7a65-404d-4744-a932-0658087f49c3
* Slightly improved delay logic for the USB hostpatacongo2012-08-281-4/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5064 42af7a65-404d-4744-a932-0658087f49c3
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-53/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5051 42af7a65-404d-4744-a932-0658087f49c3
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4499 42af7a65-404d-4744-a932-0658087f49c3
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-60/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4334 42af7a65-404d-4744-a932-0658087f49c3
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3737 42af7a65-404d-4744-a932-0658087f49c3
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3601 42af7a65-404d-4744-a932-0658087f49c3
* Fix USB host error handling logicpatacongo2011-05-121-8/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3593 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for kernel stub buildspatacongo2011-04-061-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3473 42af7a65-404d-4744-a932-0658087f49c3
* Warnings not errors would be more politepatacongo2011-01-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3258 42af7a65-404d-4744-a932-0658087f49c3
* More HID keyboard progresspatacongo2011-01-171-9/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3256 42af7a65-404d-4744-a932-0658087f49c3
* More HID keyboard supportpatacongo2011-01-161-44/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3255 42af7a65-404d-4744-a932-0658087f49c3
* Make space for int/isoc endpoint supportpatacongo2011-01-161-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3254 42af7a65-404d-4744-a932-0658087f49c3
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3251 42af7a65-404d-4744-a932-0658087f49c3
* Fleshing out keyboard driverpatacongo2011-01-141-6/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3250 42af7a65-404d-4744-a932-0658087f49c3
* Rename usb_storage.h to storage.hpatacongo2011-01-121-7/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3243 42af7a65-404d-4744-a932-0658087f49c3
* README updatespatacongo2011-01-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3242 42af7a65-404d-4744-a932-0658087f49c3
* Improve endpoint managementpatacongo2011-01-111-224/+287
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3240 42af7a65-404d-4744-a932-0658087f49c3
* Remove some unnecessary testspatacongo2011-01-091-50/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3235 42af7a65-404d-4744-a932-0658087f49c3
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-125/+255
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3234 42af7a65-404d-4744-a932-0658087f49c3
* Mostly debug stuffpatacongo2011-01-041-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3233 42af7a65-404d-4744-a932-0658087f49c3
* FunctionAddress no longer hard-codedpatacongo2011-01-021-6/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3231 42af7a65-404d-4744-a932-0658087f49c3
* Add debug instrumentationpatacongo2011-01-011-5/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3229 42af7a65-404d-4744-a932-0658087f49c3
* Misc debug fixespatacongo2011-01-011-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3227 42af7a65-404d-4744-a932-0658087f49c3
* Initial debug fixespatacongo2010-12-311-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3226 42af7a65-404d-4744-a932-0658087f49c3
* misc resource utilization fixespatacongo2010-12-211-57/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3212 42af7a65-404d-4744-a932-0658087f49c3
* Clean up commentspatacongo2010-12-211-24/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3207 42af7a65-404d-4744-a932-0658087f49c3
* Final cleanup before testingpatacongo2010-12-211-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3203 42af7a65-404d-4744-a932-0658087f49c3
* minorpatacongo2010-12-201-116/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3200 42af7a65-404d-4744-a932-0658087f49c3
* More descriptor stuffpatacongo2010-12-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3197 42af7a65-404d-4744-a932-0658087f49c3
* Finishes first cut at USB host MS classpatacongo2010-12-181-175/+452
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3195 42af7a65-404d-4744-a932-0658087f49c3
* Working through initialization state machinepatacongo2010-12-181-28/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3194 42af7a65-404d-4744-a932-0658087f49c3
* Add CBW helperspatacongo2010-12-181-0/+175
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3193 42af7a65-404d-4744-a932-0658087f49c3
* Add td allocation logicpatacongo2010-12-171-11/+157
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3190 42af7a65-404d-4744-a932-0658087f49c3
* Add waitsempatacongo2010-12-161-38/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3189 42af7a65-404d-4744-a932-0658087f49c3
* Add pieces of a state machinepatacongo2010-12-161-13/+96
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3188 42af7a65-404d-4744-a932-0658087f49c3
* Add a complete methodpatacongo2010-12-161-0/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3187 42af7a65-404d-4744-a932-0658087f49c3
* USB host MS class compilespatacongo2010-12-161-47/+151
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3186 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get USB host driver compilepatacongo2010-12-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3185 42af7a65-404d-4744-a932-0658087f49c3
* Extend USB host mass storage classpatacongo2010-12-151-44/+409
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3183 42af7a65-404d-4744-a932-0658087f49c3
* Add disconnected methodpatacongo2010-12-151-34/+251
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3182 42af7a65-404d-4744-a932-0658087f49c3
* A little more USB host logicpatacongo2010-12-151-21/+86
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3179 42af7a65-404d-4744-a932-0658087f49c3
* A little more USB host logicpatacongo2010-12-151-14/+267
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3178 42af7a65-404d-4744-a932-0658087f49c3