1. 22 2月, 2012 4 次提交
  2. 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
  3. 27 10月, 2011 1 次提交
  4. 20 9月, 2011 1 次提交
  5. 25 5月, 2011 1 次提交
  6. 19 5月, 2011 1 次提交
  7. 13 5月, 2011 5 次提交
  8. 31 3月, 2011 1 次提交
  9. 07 3月, 2011 10 次提交
  10. 30 1月, 2011 3 次提交
  11. 18 5月, 2010 1 次提交
  12. 27 3月, 2010 3 次提交
    • D
      dmaengine: provide helper for setting txstate · bca34692
      Dan Williams 提交于
      Simple conditional struct filler to cut out some duplicated code.
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      bca34692
    • L
      DMAENGINE: generic channel status v2 · 07934481
      Linus Walleij 提交于
      Convert the device_is_tx_complete() operation on the
      DMA engine to a generic device_tx_status()operation which
      can return three states, DMA_TX_RUNNING, DMA_TX_COMPLETE,
      DMA_TX_PAUSED.
      
      [dan.j.williams@intel.com: update for timberdale]
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Maciej Sosnowski <maciej.sosnowski@intel.com>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Li Yang <leoli@freescale.com>
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Magnus Damm <damm@opensource.se>
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Cc: Joe Perches <joe@perches.com>
      Cc: Roland Dreier <rdreier@cisco.com>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      07934481
    • L
      DMAENGINE: generic slave control v2 · c3635c78
      Linus Walleij 提交于
      Convert the device_terminate_all() operation on the
      DMA engine to a generic device_control() operation
      which can now optionally support also pausing and
      resuming DMA on a certain channel. Implemented for the
      COH 901 318 DMAC as an example.
      
      [dan.j.williams@intel.com: update for timberdale]
      Signed-off-by: NLinus Walleij <linus.walleij@stericsson.com>
      Acked-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Maciej Sosnowski <maciej.sosnowski@intel.com>
      Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
      Cc: Pavel Machek <pavel@ucw.cz>
      Cc: Li Yang <leoli@freescale.com>
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Paul Mundt <lethal@linux-sh.org>
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Cc: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
      Cc: Magnus Damm <damm@opensource.se>
      Cc: Liam Girdwood <lrg@slimlogic.co.uk>
      Cc: Joe Perches <joe@perches.com>
      Cc: Roland Dreier <rdreier@cisco.com>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      c3635c78
  13. 23 12月, 2009 1 次提交
  14. 16 12月, 2009 1 次提交
  15. 09 9月, 2009 2 次提交
  16. 22 7月, 2009 1 次提交
  17. 02 4月, 2009 1 次提交
  18. 26 3月, 2009 1 次提交
  19. 25 3月, 2009 1 次提交