linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck
@ 2010-12-01 14:01 Govindraj.R
  2010-12-02  1:01 ` Paul Walmsley
  0 siblings, 1 reply; 3+ messages in thread
From: Govindraj.R @ 2010-12-01 14:01 UTC (permalink / raw)
  To: linux-omap, spi-devel-general, linux-arm-kernel
  Cc: Paul Walmsley, Charulatha V

From: Charulatha V <charu@ti.com>

Update clock3xxx_data for mcspi1-4 with appropriate clock domain name.

Signed-off-by: Charulatha V <charu@ti.com>
---
 arch/arm/mach-omap2/clock3xxx_data.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c
index d85ecd5..5c02baa 100644
--- a/arch/arm/mach-omap2/clock3xxx_data.c
+++ b/arch/arm/mach-omap2/clock3xxx_data.c
@@ -1558,6 +1558,7 @@ static struct clk mcspi4_fck = {
 	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
 	.enable_bit	= OMAP3430_EN_MCSPI4_SHIFT,
 	.recalc		= &followparent_recalc,
+	.clkdm_name	= "core_l4_clkdm",
 };

 static struct clk mcspi3_fck = {
@@ -1567,6 +1568,7 @@ static struct clk mcspi3_fck = {
 	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
 	.enable_bit	= OMAP3430_EN_MCSPI3_SHIFT,
 	.recalc		= &followparent_recalc,
+	.clkdm_name	= "core_l4_clkdm",
 };

 static struct clk mcspi2_fck = {
@@ -1576,6 +1578,7 @@ static struct clk mcspi2_fck = {
 	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
 	.enable_bit	= OMAP3430_EN_MCSPI2_SHIFT,
 	.recalc		= &followparent_recalc,
+	.clkdm_name	= "core_l4_clkdm",
 };

 static struct clk mcspi1_fck = {
@@ -1585,6 +1588,7 @@ static struct clk mcspi1_fck = {
 	.enable_reg	= OMAP_CM_REGADDR(CORE_MOD, CM_FCLKEN1),
 	.enable_bit	= OMAP3430_EN_MCSPI1_SHIFT,
 	.recalc		= &followparent_recalc,
+	.clkdm_name	= "core_l4_clkdm",
 };

 static struct clk uart2_fck = {
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck
  2010-12-01 14:01 [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck Govindraj.R
@ 2010-12-02  1:01 ` Paul Walmsley
  2010-12-02  6:31   ` Govindraj
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Walmsley @ 2010-12-02  1:01 UTC (permalink / raw)
  To: Govindraj.R; +Cc: linux-omap, spi-devel-general, linux-arm-kernel, Charulatha V

Hello Govindraj

On Wed, 1 Dec 2010, Govindraj.R wrote:

> From: Charulatha V <charu@ti.com>
> 
> Update clock3xxx_data for mcspi1-4 with appropriate clock domain name.
> 
> Signed-off-by: Charulatha V <charu@ti.com>

Looks like this is missing your Signed-off-by:.

Also, please submit this patch separately and I will take it as part of 
the clock patches for 2.6.38.

regards

- Paul

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck
  2010-12-02  1:01 ` Paul Walmsley
@ 2010-12-02  6:31   ` Govindraj
  0 siblings, 0 replies; 3+ messages in thread
From: Govindraj @ 2010-12-02  6:31 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Govindraj.R, linux-omap, spi-devel-general, linux-arm-kernel,
	Charulatha V

On Thu, Dec 2, 2010 at 6:31 AM, Paul Walmsley <paul@pwsan.com> wrote:
> Hello Govindraj
>
> On Wed, 1 Dec 2010, Govindraj.R wrote:
>
>> From: Charulatha V <charu@ti.com>
>>
>> Update clock3xxx_data for mcspi1-4 with appropriate clock domain name.
>>
>> Signed-off-by: Charulatha V <charu@ti.com>
>
> Looks like this is missing your Signed-off-by:.

Yes, I will add it

>
> Also, please submit this patch separately and I will take it as part of
> the clock patches for 2.6.38.
>

Yes sure. Will send out as a separate patch

--
Thanks,
Govindraj.R


> regards
>
> - Paul
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
---
Regards,
Govindraj.R
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-12-02  6:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-01 14:01 [PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck Govindraj.R
2010-12-02  1:01 ` Paul Walmsley
2010-12-02  6:31   ` Govindraj

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).