1. 21 6月, 2012 6 次提交
  2. 11 5月, 2012 3 次提交
  3. 21 3月, 2012 1 次提交
  4. 13 3月, 2012 6 次提交
  5. 22 2月, 2012 6 次提交
  6. 28 11月, 2011 1 次提交
    • V
      dmaengine/dw_dmac: Reconfigure interrupt and chan_cfg register on resume · 61e183f8
      Viresh Kumar 提交于
      In S2R all DMA registers are reset by hardware and thus they are required to be
      reprogrammed. The channels which aren't reprogrammed are channel configuration
      and interrupt enable registers, which are currently programmed at chan_alloc
      time.
      
      This patch creates another routine to initialize a channel. It will try to
      initialize channel on every dwc_dostart() call. If channel is already
      initialised then it simply returns, otherwise it configures registers.
      
      This routine will also initialize registers on wakeup from S2R, as we mark
      channels as uninitialized on suspend.
      Signed-off-by: NViresh Kumar <viresh.kumar@st.com>
      Signed-off-by: NVinod Koul <vinod.koul@linux.intel.com>
      61e183f8
  7. 27 10月, 2011 1 次提交
  8. 20 9月, 2011 1 次提交
  9. 25 5月, 2011 1 次提交
  10. 19 5月, 2011 1 次提交
  11. 13 5月, 2011 5 次提交
  12. 31 3月, 2011 1 次提交
  13. 07 3月, 2011 7 次提交