Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-msm / devices.h
CommitLineData
bcc0f6af
BS
1/* linux/arch/arm/mach-msm/devices.h
2 *
3 * Copyright (C) 2008 Google, Inc.
4 *
5 * This software is licensed under the terms of the GNU General Public
6 * License version 2, as published by the Free Software Foundation, and
7 * may be copied, distributed, and modified under those terms.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 */
15
16#ifndef __ARCH_ARM_MACH_MSM_DEVICES_H
17#define __ARCH_ARM_MACH_MSM_DEVICES_H
18
5e96da5d
DW
19#include "clock.h"
20
bcc0f6af
BS
21extern struct platform_device msm_device_uart1;
22extern struct platform_device msm_device_uart2;
23extern struct platform_device msm_device_uart3;
24
25extern struct platform_device msm_device_sdc1;
26extern struct platform_device msm_device_sdc2;
27extern struct platform_device msm_device_sdc3;
28extern struct platform_device msm_device_sdc4;
29
30extern struct platform_device msm_device_hsusb;
7032d512
PK
31extern struct platform_device msm_device_otg;
32extern struct platform_device msm_device_hsusb_host;
bcc0f6af
BS
33
34extern struct platform_device msm_device_i2c;
35
36extern struct platform_device msm_device_smd;
37
38extern struct platform_device msm_device_nand;
39
50bc0ef4
DW
40extern struct platform_device msm_device_mddi0;
41extern struct platform_device msm_device_mddi1;
42extern struct platform_device msm_device_mdp;
43
5e96da5d
DW
44extern struct clk msm_clocks_7x01a[];
45extern unsigned msm_num_clocks_7x01a;
46
1ed8d58f
DW
47extern struct clk msm_clocks_7x30[];
48extern unsigned msm_num_clocks_7x30;
49
acb241cb
DW
50extern struct clk msm_clocks_8x50[];
51extern unsigned msm_num_clocks_8x50;
52
bcc0f6af 53#endif