summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-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-6/+6
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-311-2/+2
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-2/+2
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-311-4/+4
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* LM: Don't initialize .data if running in SRAM. Global missing intialize type...Gregory Nutt2013-12-051-1/+1
* LPC31 EHCI: Fix errors in DEBUGASSERT statementsGregory Nutt2013-12-041-2/+2
* LPC31 EHCI: Verified that driver works with keyboard (low-speed, interrupt e...Gregory Nutt2013-11-291-1/+1
* LPC31 EHCI: Fixes so that high- and low-speed devices work with the EHCI hostGregory Nutt2013-11-281-14/+60
* LPC31 EHCI: Make stream disable a configurable optionGregory Nutt2013-11-281-1/+1
* LPC31 EHCI: Seems to work after re-ordering some initialization logicGregory Nutt2013-11-271-1/+9
* SAMA5 NAND: Finish upper part of PMECC logic; add HSMC interrupt handlingGregory Nutt2013-11-241-2/+2
* Cosmetic changesGregory Nutt2013-11-221-3/+3
* LPC31xx EHCI: Power power changesGregory Nutt2013-11-211-2/+18
* LPC3131 EHCI: More fixesGregory Nutt2013-11-211-15/+22
* ARM9: More cache control functionsGregory Nutt2013-11-201-24/+25
* LPC3131 EHCI: Add USB host tracing supportGregory Nutt2013-11-191-0/+215
* EA3131: Framework for USB host supportGregory Nutt2013-11-151-1/+15
* LPC31 EHCI: First cut at an EHCI driver for the LPC31Gregory Nutt2013-11-141-0/+4344