upload tizen1.0 source
[kernel/linux-2.6.36.git] / drivers / mmc / host / dw_mmc-samsung.c
1 /* linux/drivers/mmc/host/dw_mmc_samsung.c
2  * 
3  * Copyright (c) 2011 Samsung Electronics
4  
5  * Mobile Storage Host Controller support for Samsung SoC
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
9  * published by the Free Software Foundation.
10  */
11
12 #include <linux/delay.h>
13 #include <linux/clk.h>
14
15 #include <linux/mmc/host.h>
16 #include <linux/mmc/mmc.h>
17 #include <linux/mmc/dw_mmc.h>
18 #include <linux/interrupt.h>
19 #include <linux/io.h>
20
21 #include <plat/dw_mmc.h>
22 #include <plat/gpio-cfg.h>
23 #include <linux/gpio.h>
24
25 struct dw_mmc_samsung {
26         struct dw_mci           *host;
27         struct platform_device  *pdev;
28         struct dw_mmc_samsung_platdata *pdata;
29 };