1. 08 7月, 2016 2 次提交
  2. 13 5月, 2016 1 次提交
  3. 12 5月, 2016 2 次提交
  4. 06 4月, 2016 1 次提交
    • K
      dmaengine: vdma: Add 64 bit addressing support to the driver · b72db400
      Kedareswara rao Appana 提交于
      This VDMA  is a soft ip, which can be programmed to support
      32 bit addressing or greater than 32 bit addressing.
      
      When the VDMA ip is configured for 32 bit address space
      the buffer address is specified by a single register
      (0x5C for MM2S and 0xAC for S2MM channel).
      
      When the  VDMA core is configured for an address space greater
      than 32 then each buffer address is specified by a combination of
      two registers.
      
      The first register specifies the LSB 32 bits of address,
      while the next register specifies the MSB 32 bits of address.
      
      For example, 5Ch will specify the LSB 32 bits while 60h will
      specify the MSB 32 bits of the first start address.
      So we need to program two registers at a time.
      
      This patch adds the 64 bit addressing support to the vdma driver.
      Signed-off-by: NAnurag Kumar Vulisha <anuragku@xilinx.com>
      Signed-off-by: NKedareswara rao Appana <appanad@xilinx.com>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      b72db400
  5. 06 12月, 2014 1 次提交
  6. 01 12月, 2014 1 次提交
  7. 30 4月, 2014 1 次提交