dma.c (68fb31706d50dd5d337cd7928aeb780358b910a5) | dma.c (45c3eb7d3a07eb08d1b5b0f5983a996d41610b84) |
---|---|
1/* 2 * OMAP1/OMAP7xx - specific DMA driver 3 * 4 * Copyright (C) 2003 - 2008 Nokia Corporation 5 * Author: Juha Yrjölä <juha.yrjola@nokia.com> 6 * DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com> 7 * Graphics DMA and LCD DMA graphics tranformations 8 * by Imre Deak <imre.deak@nokia.com> --- 11 unchanged lines hidden (view full) --- 20 21#include <linux/err.h> 22#include <linux/slab.h> 23#include <linux/module.h> 24#include <linux/init.h> 25#include <linux/device.h> 26#include <linux/io.h> 27 | 1/* 2 * OMAP1/OMAP7xx - specific DMA driver 3 * 4 * Copyright (C) 2003 - 2008 Nokia Corporation 5 * Author: Juha Yrjölä <juha.yrjola@nokia.com> 6 * DMA channel linking for 1610 by Samuel Ortiz <samuel.ortiz@nokia.com> 7 * Graphics DMA and LCD DMA graphics tranformations 8 * by Imre Deak <imre.deak@nokia.com> --- 11 unchanged lines hidden (view full) --- 20 21#include <linux/err.h> 22#include <linux/slab.h> 23#include <linux/module.h> 24#include <linux/init.h> 25#include <linux/device.h> 26#include <linux/io.h> 27 |
28#include <plat-omap/dma-omap.h> | 28#include <linux/omap-dma.h> |
29#include <mach/tc.h> 30 31#include <mach/irqs.h> 32 33#include "dma.h" 34 35#define OMAP1_DMA_BASE (0xfffed800) 36#define OMAP1_LOGICAL_DMA_CH_COUNT 17 --- 362 unchanged lines hidden --- | 29#include <mach/tc.h> 30 31#include <mach/irqs.h> 32 33#include "dma.h" 34 35#define OMAP1_DMA_BASE (0xfffed800) 36#define OMAP1_LOGICAL_DMA_CH_COUNT 17 --- 362 unchanged lines hidden --- |