public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Setting dss1_alwon_fck rate
@ 2008-12-05  9:02 Tomi.Valkeinen
  2008-12-05 22:57 ` Steve Sakoman
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi.Valkeinen @ 2008-12-05  9:02 UTC (permalink / raw)
  To: linux-omap

Hi,

Any comments on these two patches from Mans, that enable setting
dss1_alwon_fck? I've been using them with the new DSS, works fine for
me.

http://marc.info/?l=linux-omap&m=122454507816731&w=2

Filling the set_rate and round_rate fields of dpll4_m4_ck makes
this clock programmable through clk_set_rate().  This is needed
to give omapfb control over the dss1_alwon_fck rate.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/mach-omap2/clock34xx.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


http://marc.info/?l=linux-omap&m=122454507816734&w=2

This makes clk_get_parent() work on OMAP2/3.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 arch/arm/mach-omap2/clock.c     |    5 +++++
 arch/arm/mach-omap2/clock.h     |    1 +
 arch/arm/mach-omap2/clock24xx.c |    1 +
 arch/arm/mach-omap2/clock34xx.c |    1 +
 4 files changed, 8 insertions(+), 0 deletions(-)

 Tomi

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

* Re: Setting dss1_alwon_fck rate
  2008-12-05  9:02 Setting dss1_alwon_fck rate Tomi.Valkeinen
@ 2008-12-05 22:57 ` Steve Sakoman
  2008-12-05 23:07   ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2008-12-05 22:57 UTC (permalink / raw)
  To: Tomi.Valkeinen; +Cc: linux-omap

On Fri, Dec 5, 2008 at 1:02 AM,  <Tomi.Valkeinen@nokia.com> wrote:
> Hi,
>
> Any comments on these two patches from Mans, that enable setting
> dss1_alwon_fck? I've been using them with the new DSS, works fine for
> me.

I've been using them on recent Overo builds (using current DSS) and
they work for me too.

Steve

>
> http://marc.info/?l=linux-omap&m=122454507816731&w=2
>
> Filling the set_rate and round_rate fields of dpll4_m4_ck makes
> this clock programmable through clk_set_rate().  This is needed
> to give omapfb control over the dss1_alwon_fck rate.
>
> Signed-off-by: Mans Rullgard <mans@mansr.com>
> ---
>  arch/arm/mach-omap2/clock34xx.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
>
> http://marc.info/?l=linux-omap&m=122454507816734&w=2
>
> This makes clk_get_parent() work on OMAP2/3.
>
> Signed-off-by: Mans Rullgard <mans@mansr.com>
> ---
>  arch/arm/mach-omap2/clock.c     |    5 +++++
>  arch/arm/mach-omap2/clock.h     |    1 +
>  arch/arm/mach-omap2/clock24xx.c |    1 +
>  arch/arm/mach-omap2/clock34xx.c |    1 +
>  4 files changed, 8 insertions(+), 0 deletions(-)
>
>  Tomi
> --
> 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

* Re: Setting dss1_alwon_fck rate
  2008-12-05 22:57 ` Steve Sakoman
@ 2008-12-05 23:07   ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2008-12-05 23:07 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: Tomi.Valkeinen, linux-omap, Steve Sakoman

* Steve Sakoman <sakoman@gmail.com> [081205 14:57]:
> On Fri, Dec 5, 2008 at 1:02 AM,  <Tomi.Valkeinen@nokia.com> wrote:
> > Hi,
> >
> > Any comments on these two patches from Mans, that enable setting
> > dss1_alwon_fck? I've been using them with the new DSS, works fine for
> > me.
> 
> I've been using them on recent Overo builds (using current DSS) and
> they work for me too.

Paul, have you had a chance to look at Mans' patches?

Tony


> 
> Steve
> 
> >
> > http://marc.info/?l=linux-omap&m=122454507816731&w=2
> >
> > Filling the set_rate and round_rate fields of dpll4_m4_ck makes
> > this clock programmable through clk_set_rate().  This is needed
> > to give omapfb control over the dss1_alwon_fck rate.
> >
> > Signed-off-by: Mans Rullgard <mans@mansr.com>
> > ---
> >  arch/arm/mach-omap2/clock34xx.h |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> >
> > http://marc.info/?l=linux-omap&m=122454507816734&w=2
> >
> > This makes clk_get_parent() work on OMAP2/3.
> >
> > Signed-off-by: Mans Rullgard <mans@mansr.com>
> > ---
> >  arch/arm/mach-omap2/clock.c     |    5 +++++
> >  arch/arm/mach-omap2/clock.h     |    1 +
> >  arch/arm/mach-omap2/clock24xx.c |    1 +
> >  arch/arm/mach-omap2/clock34xx.c |    1 +
> >  4 files changed, 8 insertions(+), 0 deletions(-)
> >
> >  Tomi
> > --
> > 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] 3+ messages in thread

end of thread, other threads:[~2008-12-05 23:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05  9:02 Setting dss1_alwon_fck rate Tomi.Valkeinen
2008-12-05 22:57 ` Steve Sakoman
2008-12-05 23:07   ` Tony Lindgren

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