mcbsp.c (2589d056122f6dcb405d411eae872aac8cf9da1b) mcbsp.c (45c3eb7d3a07eb08d1b5b0f5983a996d41610b84)
1/*
2 * linux/arch/arm/mach-omap2/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/err.h>
17#include <linux/io.h>
18#include <linux/of.h>
19#include <linux/platform_device.h>
20#include <linux/slab.h>
21#include <linux/platform_data/asoc-ti-mcbsp.h>
22#include <linux/pm_runtime.h>
23
1/*
2 * linux/arch/arm/mach-omap2/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/err.h>
17#include <linux/io.h>
18#include <linux/of.h>
19#include <linux/platform_device.h>
20#include <linux/slab.h>
21#include <linux/platform_data/asoc-ti-mcbsp.h>
22#include <linux/pm_runtime.h>
23
24#include <plat-omap/dma-omap.h>
24#include <linux/omap-dma.h>
25
26#include "omap_device.h"
27
28/*
29 * FIXME: Find a mechanism to enable/disable runtime the McBSP ICLK autoidle.
30 * Sidetone needs non-gated ICLK and sidetone autoidle is broken.
31 */
32#include "cm3xxx.h"

--- 89 unchanged lines hidden ---
25
26#include "omap_device.h"
27
28/*
29 * FIXME: Find a mechanism to enable/disable runtime the McBSP ICLK autoidle.
30 * Sidetone needs non-gated ICLK and sidetone autoidle is broken.
31 */
32#include "cm3xxx.h"

--- 89 unchanged lines hidden ---