public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck
@ 2008-09-09 16:58 Paul Walmsley
  2008-09-10 23:47 ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Walmsley @ 2008-09-09 16:58 UTC (permalink / raw)
  To: linux-omap


csi2_96m_fck no longer should attempt to init its clockdomain pointer; the 
clock framework now does this by default.  Applies on top of the "Update 
powerdomains and clockdomains" series sent earlier.

Verified on 3430SDP ES2.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
---
 arch/arm/mach-omap2/clock34xx.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
index 65568c3..56ae83f 100644
--- a/arch/arm/mach-omap2/clock34xx.h
+++ b/arch/arm/mach-omap2/clock34xx.h
@@ -2298,7 +2298,6 @@ static struct clk cam_ick = {
 static struct clk csi2_96m_fck = {
 	.name		= "csi2_96m_fck",
 	.parent		= &core_96m_fck,
-	.init		= &omap2_init_clk_clkdm,
 	.enable_reg	= _OMAP34XX_CM_REGADDR(OMAP3430_CAM_MOD, CM_FCLKEN),
 	.enable_bit	= OMAP3430_EN_CSI2_SHIFT,
 	.flags		= CLOCK_IN_OMAP343X,

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

* Re: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck
  2008-09-09 16:58 [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck Paul Walmsley
@ 2008-09-10 23:47 ` Tony Lindgren
  2008-09-12 16:30   ` Aguirre Rodriguez, Sergio Alberto
  0 siblings, 1 reply; 4+ messages in thread
From: Tony Lindgren @ 2008-09-10 23:47 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: linux-omap

* Paul Walmsley <paul@pwsan.com> [080909 09:59]:
> 
> csi2_96m_fck no longer should attempt to init its clockdomain pointer; the 
> clock framework now does this by default.  Applies on top of the "Update 
> powerdomains and clockdomains" series sent earlier.
> 
> Verified on 3430SDP ES2.

Pushing today.

Tony

> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> ---
>  arch/arm/mach-omap2/clock34xx.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
> index 65568c3..56ae83f 100644
> --- a/arch/arm/mach-omap2/clock34xx.h
> +++ b/arch/arm/mach-omap2/clock34xx.h
> @@ -2298,7 +2298,6 @@ static struct clk cam_ick = {
>  static struct clk csi2_96m_fck = {
>  	.name		= "csi2_96m_fck",
>  	.parent		= &core_96m_fck,
> -	.init		= &omap2_init_clk_clkdm,
>  	.enable_reg	= _OMAP34XX_CM_REGADDR(OMAP3430_CAM_MOD, CM_FCLKEN),
>  	.enable_bit	= OMAP3430_EN_CSI2_SHIFT,
>  	.flags		= CLOCK_IN_OMAP343X,
> --
> 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] 4+ messages in thread

* RE: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck
  2008-09-10 23:47 ` Tony Lindgren
@ 2008-09-12 16:30   ` Aguirre Rodriguez, Sergio Alberto
  2008-09-12 17:33     ` Tony Lindgren
  0 siblings, 1 reply; 4+ messages in thread
From: Aguirre Rodriguez, Sergio Alberto @ 2008-09-12 16:30 UTC (permalink / raw)
  To: Tony Lindgren, Paul Walmsley; +Cc: linux-omap@vger.kernel.org

Isn't this patch meant to be pushed after "Update powerdomains and clockdomains" series from Paul?

I don't see that yet.

Regards,
Sergio

-----Original Message-----
From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony Lindgren
Sent: Wednesday, September 10, 2008 6:48 PM
To: Paul Walmsley
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck

* Paul Walmsley <paul@pwsan.com> [080909 09:59]:
> 
> csi2_96m_fck no longer should attempt to init its clockdomain pointer; the 
> clock framework now does this by default.  Applies on top of the "Update 
> powerdomains and clockdomains" series sent earlier.
> 
> Verified on 3430SDP ES2.

Pushing today.

Tony

> 
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> ---
>  arch/arm/mach-omap2/clock34xx.h |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
> index 65568c3..56ae83f 100644
> --- a/arch/arm/mach-omap2/clock34xx.h
> +++ b/arch/arm/mach-omap2/clock34xx.h
> @@ -2298,7 +2298,6 @@ static struct clk cam_ick = {
>  static struct clk csi2_96m_fck = {
>  	.name		= "csi2_96m_fck",
>  	.parent		= &core_96m_fck,
> -	.init		= &omap2_init_clk_clkdm,
>  	.enable_reg	= _OMAP34XX_CM_REGADDR(OMAP3430_CAM_MOD, CM_FCLKEN),
>  	.enable_bit	= OMAP3430_EN_CSI2_SHIFT,
>  	.flags		= CLOCK_IN_OMAP343X,
> --
> 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
--
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] 4+ messages in thread

* Re: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck
  2008-09-12 16:30   ` Aguirre Rodriguez, Sergio Alberto
@ 2008-09-12 17:33     ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2008-09-12 17:33 UTC (permalink / raw)
  To: Aguirre Rodriguez, Sergio Alberto
  Cc: Paul Walmsley, linux-omap@vger.kernel.org

* Aguirre Rodriguez, Sergio Alberto <saaguirre@ti.com> [080912 09:30]:
> Isn't this patch meant to be pushed after "Update powerdomains and clockdomains" series from Paul?
> 
> I don't see that yet.

Sorry, will push that series today.

Tony

> 
> Regards,
> Sergio
> 
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony Lindgren
> Sent: Wednesday, September 10, 2008 6:48 PM
> To: Paul Walmsley
> Cc: linux-omap@vger.kernel.org
> Subject: Re: [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck
> 
> * Paul Walmsley <paul@pwsan.com> [080909 09:59]:
> > 
> > csi2_96m_fck no longer should attempt to init its clockdomain pointer; the 
> > clock framework now does this by default.  Applies on top of the "Update 
> > powerdomains and clockdomains" series sent earlier.
> > 
> > Verified on 3430SDP ES2.
> 
> Pushing today.
> 
> Tony
> 
> > 
> > Signed-off-by: Paul Walmsley <paul@pwsan.com>
> > ---
> >  arch/arm/mach-omap2/clock34xx.h |    1 -
> >  1 files changed, 0 insertions(+), 1 deletions(-)
> > 
> > diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
> > index 65568c3..56ae83f 100644
> > --- a/arch/arm/mach-omap2/clock34xx.h
> > +++ b/arch/arm/mach-omap2/clock34xx.h
> > @@ -2298,7 +2298,6 @@ static struct clk cam_ick = {
> >  static struct clk csi2_96m_fck = {
> >  	.name		= "csi2_96m_fck",
> >  	.parent		= &core_96m_fck,
> > -	.init		= &omap2_init_clk_clkdm,
> >  	.enable_reg	= _OMAP34XX_CM_REGADDR(OMAP3430_CAM_MOD, CM_FCLKEN),
> >  	.enable_bit	= OMAP3430_EN_CSI2_SHIFT,
> >  	.flags		= CLOCK_IN_OMAP343X,
> > --
> > 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
> --
> 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] 4+ messages in thread

end of thread, other threads:[~2008-09-12 17:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09 16:58 [PATCH] OMAP3 clock: remove extra init from csi2_96m_fck Paul Walmsley
2008-09-10 23:47 ` Tony Lindgren
2008-09-12 16:30   ` Aguirre Rodriguez, Sergio Alberto
2008-09-12 17:33     ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox