summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_storage.c
Commit message (Expand)AuthorAgeFilesLines
* USB host drivers: Change all parmeters named class to usbclass to avoid C++ ...Gregory Nutt2015-01-111-45/+50
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-3/+3
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* 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 t...Gregory Nutt2013-09-091-0/+14
* 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 for...Gregory Nutt2013-08-111-18/+34
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* Add support for multiple work queuespatacongo2012-09-041-1/+1
* Slightly improved delay logic for the USB hostpatacongo2012-08-281-4/+8
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-53/+60
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* Massive name change USB STRG -> USB MSCpatacongo2012-01-251-60/+60
* Add bugfixes recommended by Sheref Younanpatacongo2011-07-011-2/+13
* Fix possibly deadlock conditionpatacongo2011-05-131-16/+21
* Fix USB host error handling logicpatacongo2011-05-121-8/+4
* Fixes for kernel stub buildspatacongo2011-04-061-5/+6
* Warnings not errors would be more politepatacongo2011-01-181-1/+1
* More HID keyboard progresspatacongo2011-01-171-9/+22
* More HID keyboard supportpatacongo2011-01-161-44/+44
* Make space for int/isoc endpoint supportpatacongo2011-01-161-2/+7
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-1/+3
* Fleshing out keyboard driverpatacongo2011-01-141-6/+22
* Rename usb_storage.h to storage.hpatacongo2011-01-121-7/+6
* README updatespatacongo2011-01-111-2/+2
* Improve endpoint managementpatacongo2011-01-111-224/+287
* Remove some unnecessary testspatacongo2011-01-091-50/+10
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-125/+255
* Mostly debug stuffpatacongo2011-01-041-1/+4
* FunctionAddress no longer hard-codedpatacongo2011-01-021-6/+10
* Add debug instrumentationpatacongo2011-01-011-5/+112
* Misc debug fixespatacongo2011-01-011-0/+6
* Initial debug fixespatacongo2010-12-311-2/+2
* misc resource utilization fixespatacongo2010-12-211-57/+45
* Clean up commentspatacongo2010-12-211-24/+30
* Final cleanup before testingpatacongo2010-12-211-4/+5
* minorpatacongo2010-12-201-116/+1
* More descriptor stuffpatacongo2010-12-191-1/+1
* Finishes first cut at USB host MS classpatacongo2010-12-181-175/+452
* Working through initialization state machinepatacongo2010-12-181-28/+137
* Add CBW helperspatacongo2010-12-181-0/+175
* Add td allocation logicpatacongo2010-12-171-11/+157
* Add waitsempatacongo2010-12-161-38/+99
* Add pieces of a state machinepatacongo2010-12-161-13/+96
* Add a complete methodpatacongo2010-12-161-0/+38
* USB host MS class compilespatacongo2010-12-161-47/+151