dma.c (2a296c8f89bc6aaf91b255c7d631fcbbfaf840ec) dma.c (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * OMAP2+ 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>

--- 16 unchanged lines hidden (view full) ---

25#include <linux/io.h>
26#include <linux/slab.h>
27#include <linux/module.h>
28#include <linux/init.h>
29#include <linux/device.h>
30
31#include <plat-omap/dma-omap.h>
32
1/*
2 * OMAP2+ 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>

--- 16 unchanged lines hidden (view full) ---

25#include <linux/io.h>
26#include <linux/slab.h>
27#include <linux/module.h>
28#include <linux/init.h>
29#include <linux/device.h>
30
31#include <plat-omap/dma-omap.h>
32
33#include "soc.h"
33#include "omap_hwmod.h"
34#include "omap_device.h"
35
36#define OMAP2_DMA_STRIDE 0x60
37
38static u32 errata;
39static u8 dma_stride;
40

--- 252 unchanged lines hidden ---
34#include "omap_hwmod.h"
35#include "omap_device.h"
36
37#define OMAP2_DMA_STRIDE 0x60
38
39static u32 errata;
40static u8 dma_stride;
41

--- 252 unchanged lines hidden ---