projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768db4e
)
[ARM] 5617/1: rename this spi device as w90p910-spi
author
wanzongshun
<mcuos.com@gmail.com>
Thu, 23 Jul 2009 07:50:20 +0000
(08:50 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 23 Jul 2009 09:24:30 +0000
(10:24 +0100)
When programming clock api, I named this spi device
as w90p910-usi, now, I think named it as w90p910-spi better
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-w90x900/w90p910.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-w90x900/w90p910.c
b/arch/arm/mach-w90x900/w90p910.c
index 1bde69eac3df933091241562d8d1f2ef6faa4dff..6ebf5cfc78daa3f1ff1fd7d69dc7f7e531ff8efb 100644
(file)
--- a/
arch/arm/mach-w90x900/w90p910.c
+++ b/
arch/arm/mach-w90x900/w90p910.c
@@
-93,7
+93,7
@@
static struct clk_lookup w90p910_clkregs[] = {
DEF_CLKLOOK(&clk_wdt, "w90p910-wdt", NULL),
DEF_CLKLOOK(&clk_gdma, "w90p910-gdma", NULL),
DEF_CLKLOOK(&clk_adc, "w90p910-adc", NULL),
- DEF_CLKLOOK(&clk_usi, "w90p910-
us
i", NULL),
+ DEF_CLKLOOK(&clk_usi, "w90p910-
sp
i", NULL),
};
/* Initial serial platform data */