Revert "MLK-16224-1: dmaengine: add src_fifo_num and dst_fifo_num in dma_slave_config"
authorShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 21 Apr 2021 03:19:21 +0000 (11:19 +0800)
committerShengjiu Wang <shengjiu.wang@nxp.com>
Wed, 21 Apr 2021 08:00:08 +0000 (16:00 +0800)
This reverts commit 54311ce5f603cdf36ba00c7101e0dbb7599bf497.

include/linux/dmaengine.h

index 2e8a0a2..dd357a7 100644 (file)
@@ -412,8 +412,6 @@ enum dma_slave_buswidth {
  * loops in this area in order to transfer the data.
  * @dst_port_window_size: same as src_port_window_size but for the destination
  * port.
- * @src_fifo_num: bit 0-7 is the fifo number, bit:8-11 is the fifo offset;
- * @dst_fifo_num: same as src_fifo_num
  * @device_fc: Flow Controller Settings. Only valid for slave channels. Fill
  * with 'true' if peripheral should be flow controller. Direction will be
  * selected at Runtime.
@@ -443,8 +441,6 @@ struct dma_slave_config {
        u32 dst_maxburst;
        u32 src_port_window_size;
        u32 dst_port_window_size;
-       u32 src_fifo_num;
-       u32 dst_fifo_num;
        bool device_fc;
        unsigned int slave_id;
 };