projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ffaeff
)
mod sdmmc
author
柯飞雄
<kfx@rock-chips.com>
Thu, 27 May 2010 09:53:41 +0000
(09:53 +0000)
committer
黄涛
<huangtao@rock-chips.com>
Mon, 21 Jun 2010 05:35:18 +0000
(13:35 +0800)
arch/arm/mach-rk2818/include/mach/board.h
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk2818/include/mach/board.h
b/arch/arm/mach-rk2818/include/mach/board.h
index 0f0f666246b691446af880c5d1de1e7261683b55..ed9651f27cf7d4def852bcd14d8a2429264bdfa7 100644
(file)
--- a/
arch/arm/mach-rk2818/include/mach/board.h
+++ b/
arch/arm/mach-rk2818/include/mach/board.h
@@
-22,7
+22,7
@@
/* platform device data structures */
struct platform_device;
-
+struct i2c_client;
struct RK2818_mddi_platform_data
{
void (*panel_power)(int on);
@@
-33,6
+33,7
@@
struct rk2818_sdmmc_platform_data {
unsigned int host_ocr_avail;
unsigned int use_dma:1;
unsigned int no_detect:1;
+ char dma_name[8];
void (*cfg_gpio)(struct platform_device *dev);
};