mcbsp.c (94c657853bd228ebbc2c590b7f81efcc1dde3329) | mcbsp.c (e4c060db2c13f10de09101afc564763f9fd0019a) |
---|---|
1/* 2 * linux/arch/arm/mach-omap1/mcbsp.c 3 * 4 * Copyright (C) 2008 Instituto Nokia de Tecnologia 5 * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 7 unchanged lines hidden (view full) --- 16#include <linux/clk.h> 17#include <linux/err.h> 18#include <linux/io.h> 19#include <linux/platform_device.h> 20#include <linux/slab.h> 21 22#include <plat-omap/dma-omap.h> 23#include <mach/mux.h> | 1/* 2 * linux/arch/arm/mach-omap1/mcbsp.c 3 * 4 * Copyright (C) 2008 Instituto Nokia de Tecnologia 5 * Contact: Eduardo Valentin <eduardo.valentin@indt.org.br> 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 7 unchanged lines hidden (view full) --- 16#include <linux/clk.h> 17#include <linux/err.h> 18#include <linux/io.h> 19#include <linux/platform_device.h> 20#include <linux/slab.h> 21 22#include <plat-omap/dma-omap.h> 23#include <mach/mux.h> |
24#include <plat/cpu.h> | 24#include "soc.h" |
25#include <linux/platform_data/asoc-ti-mcbsp.h> 26 27#include <mach/irqs.h> 28 29#include "iomap.h" 30#include "dma.h" 31 32#define DPS_RSTCT2_PER_EN (1 << 0) --- 415 unchanged lines hidden --- | 25#include <linux/platform_data/asoc-ti-mcbsp.h> 26 27#include <mach/irqs.h> 28 29#include "iomap.h" 30#include "dma.h" 31 32#define DPS_RSTCT2_PER_EN (1 << 0) --- 415 unchanged lines hidden --- |