• R
    dmaengine: pl330: add DMA_PAUSE feature · 88987d2c
    Robert Baldyga 提交于
    DMA_PAUSE command is used for halting DMA transfer on chosen channel.
    It can be useful when we want to safely read residue before terminating
    all requests on channel. Otherwise there can be situation when some data
    is transferred before channel termination but after reading residue,
    which obviously results with data loss. To avoid this situation we can
    pause channel, read residue and then terminate all requests.
    This scenario is common, for example, in serial port drivers.
    Signed-off-by: NRobert Baldyga <r.baldyga@samsung.com>
    Signed-off-by: NVinod Koul <vinod.koul@intel.com>
    88987d2c
pl330.c 66.1 KB