diff options
author | Lukas Wunner <[email protected]> | 2019-01-23 09:26:00 +0100 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2019-02-04 12:41:36 +0530 |
commit | 37c22cabf225e89de3e98a6ed02a6c55fcb53fde (patch) | |
tree | d1f50e2370e9b42265cff8fae3fe622cf5b07023 | |
parent | efdffc1aaf1a6710f350d9c4e2573fcc8d43f8f1 (diff) |
dmaengine: bcm2835: Drop outdated comment on supported transactions
Remove an outdated comment claiming the driver only supports cyclic
transactions. The driver has been supporting other transaction types
for more than two years.
Signed-off-by: Lukas Wunner <[email protected]>
Cc: Frank Pavlic <[email protected]>
Cc: Martin Sperl <[email protected]>
Cc: Florian Meier <[email protected]>
Tested-by: Stefan Wahren <[email protected]>
Acked-by: Florian Kauer <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/dma/bcm2835-dma.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/dma/bcm2835-dma.c b/drivers/dma/bcm2835-dma.c index 138bda32b266..ceae46858419 100644 --- a/drivers/dma/bcm2835-dma.c +++ b/drivers/dma/bcm2835-dma.c @@ -2,9 +2,6 @@ /* * BCM2835 DMA engine support * - * This driver only supports cyclic DMA transfers - * as needed for the I2S module. - * * Author: Florian Meier <[email protected]> * Copyright 2013 * |