Skip to content
  1. May 03, 2015
    • Gregory Nutt's avatar
      LPC31 and SAMA5Dx EHCI drivers: Fix cache related problem. All buffers are... · 2cb53d19
      Gregory Nutt authored
      LPC31 and SAMA5Dx EHCI drivers: Fix cache related problem.  All buffers are now aligned with the cache line size in both starting address and in length.  This cause major problems in unlucky builds where the USB host buffers where unaligned and abbutting other data.  The cache flush and invalidate operations could be subverted by acceses to adjacent data or could have unexpected side effects.  This bug has been in the ECHI drivers forever, but was only revealed due to unlucky memory allocations during the integration of the hub feature.
      2cb53d19
    • Gregory Nutt's avatar
      Fix trivial typo · 6d6fdc41
      Gregory Nutt authored
      6d6fdc41
    • Gregory Nutt's avatar
      SAMA5 EHCI: Mostly cosmetic · 435d0881
      Gregory Nutt authored
      435d0881
  2. May 02, 2015
  3. May 01, 2015
  4. Apr 30, 2015