summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc17xx/lpc17_usbhost.c
Commit message (Expand)AuthorAgeFilesLines
* More bugs/warnings found by cppcheckGregory Nutt2014-11-241-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* More trailing whilespace removalGregory Nutt2014-04-131-26/+26
* LPC17 USB Host: Minor clean-up after performing some regressin testingGregory Nutt2014-03-191-3/+4
* USB HID mouse: Fixes the basic data transfer model. Returned position data i...Gregory Nutt2014-02-091-1/+1
* LPC17 USB Host: Fix a compile error when USB debug is enabledGregory Nutt2014-02-091-1/+1
* Fix a compile error that crept into the LPC17xx USB host driverGregory Nutt2014-02-091-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* Make naming consistent for USB host initialiation functionsGregory Nutt2013-11-291-2/+2
* USB MSC host class driver: Don't bother retrying to initialize the FLASH if t...Gregory Nutt2013-09-091-1/+1
* Add a new method to the USB host driver interface: getdevinfo. This method ...Gregory Nutt2013-08-261-6/+40
* Clean up some LP17xx and STM32 USB host configuration compilation errors due ...Gregory Nutt2013-08-131-3/+9
* SAMA5: Major restructuring of the the OHCI driver drivers to better handle t...Gregory Nutt2013-08-131-1/+1
* Separate wait() and enumerate() methods from struct usbhost_driver_s and move...Gregory Nutt2013-08-131-14/+21
* Back out most of the changes of 3b04d08043742b9e65cf38d45988b35bff91daedGregory Nutt2013-08-131-4/+3
* More changes to USB host interface to support multiple downstream portsGregory Nutt2013-08-121-2/+5
* First of several changes needed to support multiple USB host root hubsGregory Nutt2013-08-121-7/+10
* Refactor all lpc17xx header files (more like STM32 header file structure now)patacongo2013-01-181-4/+4
* Update STM32 USB OTG FS host driver -- the driver is now marginally functionalpatacongo2012-08-241-1/+7
* Several more bug fixes for STM32 OTG FS host driverpatacongo2012-08-211-6/+6
* Add PIC32 SPI driverpatacongo2012-03-071-0/+0
* Clean kernel-/user-mode module buildpatacongo2011-04-051-1/+1
* Updates from Urospatacongo2011-03-271-1/+1
* Add RTL8187 TX logicpatacongo2011-03-251-10/+103
* Correct a crash when keyboard removedpatacongo2011-01-201-1/+1
* Add logic to map keyboard scancodespatacongo2011-01-181-2/+2
* More HID keyboard progresspatacongo2011-01-171-1/+11
* More HID keyboard supportpatacongo2011-01-161-21/+307
* Make space for int/isoc endpoint supportpatacongo2011-01-161-60/+240
* Many changes in preparation for HID keyboardpatacongo2011-01-151-125/+307
* TD's no longer hard allocatedpatacongo2011-01-151-151/+305
* Extend the ED and get the transfer type into the EDpatacongo2011-01-141-71/+60
* Add support for lowspeed devicespatacongo2011-01-121-2/+36
* Improve endpoint managementpatacongo2011-01-111-111/+133
* Basic USB host functionality in placepatacongo2011-01-091-3/+26
* Remove some unnecessary testspatacongo2011-01-091-1/+1
* Fix misc race conditions and use of stale pointerpatacongo2011-01-091-17/+108
* Mostly debug stuffpatacongo2011-01-041-12/+49
* FunctionAddress no longer hard-codedpatacongo2011-01-021-3/+5
* Handle case where USB device inserted at power uppatacongo2011-01-011-19/+39
* Don't duplicate structures in ohci.hpatacongo2011-01-011-68/+37
* Misc debug fixespatacongo2011-01-011-13/+23
* Initial debug fixespatacongo2010-12-311-0/+11
* Address should not be shifted in SET_ADDRESSpatacongo2010-12-311-4/+32
* Correct logic that turns on USB host powerpatacongo2010-12-311-30/+33
* Handling missing RHSC interruptpatacongo2010-12-301-5/+25
* mostly cosmeticpatacongo2010-12-301-2/+2
* cosmeticpatacongo2010-12-301-1/+2
* Remove some garbage left in the filepatacongo2010-12-281-17/+1