Re: Branch for fbdriver (Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate())

2008-12-08 Thread Tony Lindgren
* Tomi Valkeinen <[EMAIL PROTECTED]> [081208 06:55]: > Hi, > > On Fri, 2008-12-05 at 18:12 -0800, ext Tony Lindgren wrote: > > * Måns Rullgård <[EMAIL PROTECTED]> [081205 17:40]: > > > Tony Lindgren <[EMAIL PROTECTED]> writes: > > > > > > > Måns, I heard you have some display patches? How about q

Re: Branch for fbdriver (Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate())

2008-12-08 Thread Tomi Valkeinen
Hi, On Fri, 2008-12-05 at 18:12 -0800, ext Tony Lindgren wrote: > * Måns Rullgård <[EMAIL PROTECTED]> [081205 17:40]: > > Tony Lindgren <[EMAIL PROTECTED]> writes: > > > > > Måns, I heard you have some display patches? How about queuing up > > > those on the fbdev list? > > > > It looks like Tom

Branch for fbdriver (Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate())

2008-12-05 Thread Tony Lindgren
* Måns Rullgård <[EMAIL PROTECTED]> [081205 17:40]: > Tony Lindgren <[EMAIL PROTECTED]> writes: > > > * Paul Walmsley <[EMAIL PROTECTED]> [081205 15:52]: > >> On Tue, 21 Oct 2008, Mans Rullgard wrote: > >> > >> > Filling the set_rate and round_rate fields of dpll4_m4_ck makes > >> > this clock pr

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Måns Rullgård
Tony Lindgren <[EMAIL PROTECTED]> writes: > * Paul Walmsley <[EMAIL PROTECTED]> [081205 15:52]: >> On Tue, 21 Oct 2008, Mans Rullgard wrote: >> >> > 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 om

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Tony Lindgren
* Paul Walmsley <[EMAIL PROTECTED]> [081205 17:04]: > On Fri, 5 Dec 2008, Tony Lindgren wrote: > > > Pushing both to l-o tree today. Paul, I take it you will queue these > > up for mainline via your clock series? > > Yes, and that will go for any other clock patches that you push into l-o > betw

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Paul Walmsley
On Fri, 5 Dec 2008, Tony Lindgren wrote: > Pushing both to l-o tree today. Paul, I take it you will queue these > up for mainline via your clock series? Yes, and that will go for any other clock patches that you push into l-o between now and the time that I send that series to Russell. - Paul -

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Tony Lindgren
* Paul Walmsley <[EMAIL PROTECTED]> [081205 15:52]: > On Tue, 21 Oct 2008, Mans Rullgard wrote: > > > 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. > > >

Re: [PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-12-05 Thread Paul Walmsley
On Tue, 21 Oct 2008, Mans Rullgard wrote: > 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 <[EMAIL PROTECTED]> Acked-by: Paul

[PATCH 1/2] OMAP: Make dpll4_m4_ck programmable with clk_set_rate()

2008-10-20 Thread Mans Rullgard
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 <[EMAIL PROTECTED]> --- arch/arm/mach-omap2/clock34xx.h |2 ++ 1 files changed, 2 i