1. 20 1月, 2013 1 次提交
    • M
      dma: edma: fix slave config dependency on direction · 661f7cb5
      Matt Porter 提交于
      The edma_slave_config() implementation depends on the
      direction field such that it will not properly configure
      a slave channel when called without direction set.
      
      This fixes the implementation so that the slave config
      is copied as is and prep_slave_sg() handles the
      direction dependent handling. spi-omap2-mcspi and
      omap_hsmmc both expose this bug as they configure the
      slave channel config from a common path with an unconfigured
      direction field.
      Signed-off-by: NMatt Porter <mporter@ti.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      661f7cb5
  2. 29 11月, 2012 2 次提交
  3. 01 9月, 2012 1 次提交