Skip to content
  1. Aug 11, 2014
  2. Aug 10, 2014
  3. Aug 09, 2014
  4. Aug 08, 2014
  5. Aug 07, 2014
  6. Aug 06, 2014
  7. Aug 05, 2014
  8. Aug 03, 2014
  9. Aug 02, 2014
  10. Aug 01, 2014
  11. Jul 31, 2014
  12. Jul 30, 2014
    • Gregory Nutt's avatar
      SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are... · c0c4cda7
      Gregory Nutt authored
      SAMA5 HSMCI: e-enable TX DMA and verify that DMA writes to the SD card are functional.  They are so now TX DMA is re-enabled in the driver.  This might affect the SAMA5D3 platforms where the TX DMA problem was found.  The SAMA4D3 and 4 use the same HSMCI driver.  Much has change since then and it is not surprising that DMA is now functional.  However, the has not be re-verified on the SAMA5D3 which has a different DMA controller.
      c0c4cda7
    • Gregory Nutt's avatar
      SAMA5D HSMCI: Fix a problem on card insertion/removal callback handling. ... · 611ea42d
      Gregory Nutt authored
      SAMA5D HSMCI: Fix a problem on card insertion/removal callback handling.  Interrupts were being disable so that the callbacks occurred with interrupts disabled.  This resulted in loss of some interrupts and some not-so-good behaviors.  The solution is to perform all callbacks on the work thread unconditionally (2014-7-29).
      611ea42d