* [PATCH] rename spi device in clock api for w90p910
@ 2009-07-22 10:28 Wan ZongShun
[not found] ` <4A66E9BB.4060007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Wan ZongShun @ 2009-07-22 10:28 UTC (permalink / raw)
To: David Brownell-sourceforge, linux-arm-kernel, linux-spi, Russel
Dear Russell,
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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
arch/arm/mach-w90x900/w90p910.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-w90x900/w90p910.c b/arch/arm/mach-w90x900/w90p910.c
index 1bde69e..6ebf5cf 100644
--- 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-usi", NULL),
+ DEF_CLKLOOK(&clk_usi, "w90p910-spi", NULL),
};
/* Initial serial platform data */
--
1.5.6.3
------------------------------------------------------------------------------
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rename spi device in clock api for w90p910
[not found] ` <4A66E9BB.4060007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2009-07-22 11:40 ` Russell King - ARM Linux
0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2009-07-22 11:40 UTC (permalink / raw)
To: Wan ZongShun; +Cc: linux-spi, David Brownell-sourceforge, linux-arm-kernel
On Wed, Jul 22, 2009 at 06:28:11PM +0800, Wan ZongShun wrote:
> When programming clock api, I named this spi device
> as w90p910-usi, now, I think named it as w90p910-spi better
Ok.
In terms of patch ordering, I think this patch should be applied
before the patch adding the spi device.
------------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-22 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-22 10:28 [PATCH] rename spi device in clock api for w90p910 Wan ZongShun
[not found] ` <4A66E9BB.4060007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-07-22 11:40 ` Russell King - ARM Linux
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.