summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-24 11:51:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-24 11:51:30 -0600
commita13a84cef58bad6c9df8991949fd7afc08479877 (patch)
treebe3ba8ae5670c08327c72cb5932b6383ee1f6fba /nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
parentdb2fbbd924f010bce8980b2b8e9eafce79323839 (diff)
downloadnuttx-a13a84cef58bad6c9df8991949fd7afc08479877.tar.gz
nuttx-a13a84cef58bad6c9df8991949fd7afc08479877.tar.bz2
nuttx-a13a84cef58bad6c9df8991949fd7afc08479877.zip
SAMA5 NAND: Finish upper part of PMECC logic; add HSMC interrupt handling
Diffstat (limited to 'nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c')
-rwxr-xr-xnuttx/arch/arm/src/lpc31xx/lpc31_ehci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c b/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
index ae96c4115..22c105c33 100755
--- a/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
+++ b/nuttx/arch/arm/src/lpc31xx/lpc31_ehci.c
@@ -3055,7 +3055,7 @@ static void lpc31_ehci_bottomhalf(FAR void *arg)
lpc31_givesem(&g_ehci.exclsem);
/* Re-enable relevant EHCI interrupts. Interrupts should still be enabled
- * at the level of the AIC.
+ * at the level of the interrupt controller.
*/
lpc31_putreg(EHCI_HANDLED_INTS, &HCOR->usbintr);
@@ -4497,7 +4497,7 @@ FAR struct usbhost_connection_s *lpc31_ehci_initialize(int controller)
}
/* Enable EHCI interrupts. Interrupts are still disabled at the level of
- * the AIC.
+ * the interrupt controller.
*/
lpc31_putreg(EHCI_HANDLED_INTS, &HCOR->usbintr);