1. 28 8月, 2017 1 次提交
    • A
      dmaengine: add DMA_PREP_CMD for non-Data descriptors. · 3e00ab4a
      Abhishek Sahu 提交于
      Some of the DMA controllers are capable of issuing the commands
      to peripheral by the DMA. These commands can be list of register
      reads/writes and its different from normal data reads/writes.
      This patch adds new flag DMA_PREP_CMD in DMA API which tells
      the driver that the data passed to DMA API is command data
      and DMA controller driver will form descriptor in the required
      format.
      
      This flag can be used by any DMA controller driver which requires
      the descriptor in different format for non-Data descriptors.
      Signed-off-by: NAbhishek Sahu <absahu@codeaurora.org>
      Signed-off-by: NVinod Koul <vinod.koul@intel.com>
      3e00ab4a
  2. 15 7月, 2017 2 次提交
  3. 14 7月, 2017 20 次提交
  4. 13 7月, 2017 17 次提交