1. 10 Dec, 2015 1 commit
  2. 26 Aug, 2015 1 commit
  3. 02 Apr, 2015 1 commit
  4. 18 Mar, 2015 1 commit
  5. 23 Dec, 2014 1 commit
  6. 31 Jul, 2014 1 commit
  7. 01 Jun, 2014 1 commit
  8. 29 Mar, 2014 1 commit
  9. 02 Sep, 2013 1 commit
    • Max Filippov's avatar
      dma: add driver for R-Car HPB-DMAC · c4f6c41b
      Max Filippov authored
      
      Add support for HPB-DMAC found in Renesas R-Car SoCs, using 'shdma-base' DMA
      driver framework.
      
      Based on the original patch by Phil Edworthy <phil.edworthy@renesas.com>.
      Signed-off-by: default avatarMax Filippov <max.filippov@cogentembedded.com>
      [Sergei: removed useless #include, sorted #include's, fixed HPB_DMA_TCR_MAX,
      fixed formats and removed line breaks in the dev_dbg() calls, rephrased and
      added IRQ # to the shdma_request_irq() failure message, added MODULE_AUTHOR(),
      removed '__init'/'__exit' annotations from the probe()/remove() methods, removed
      '__initdata' annotation from 'hpb_dmae_driver', fixed guard macro name in the
      header file, fixed #define ASYNCRSTR_ASRST20, added #define ASYNCRSTR_ASRST24,
      added the necessary runtime PM calls to the probe() and remove() methods,
      handled errors returned by dma_async_device_register(), beautified comments
      and #define's.]
      Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
      Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
      c4f6c41b
  10. 27 Aug, 2013 1 commit
  11. 30 Apr, 2013 2 commits