#include <linux/init.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <linux/dmaengine.h>
#include <linux/delay.h>
#include <linux/dma-mapping.h>
#include <linux/dmapool.h>
#include <linux/of_platform.h>
#include "dmaengine.h"
#include "fsldma.h"
Go to the source code of this file.
|
#define | chan_dbg(chan, fmt, arg...) dev_dbg(chan->dev, "%s: " fmt, chan->name, ##arg) |
|
#define | chan_err(chan, fmt, arg...) dev_err(chan->dev, "%s: " fmt, chan->name, ##arg) |
|
MODULE_DESCRIPTION |
( |
"Freescale Elo / Elo Plus DMA driver" |
| ) |
|
module_exit |
( |
fsldma_exit |
| ) |
|
subsys_initcall |
( |
fsldma_init |
| ) |
|