* Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
2012-11-26 6:01 [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Kuninori Morimoto
@ 2012-11-26 6:23 ` Paul Mundt
2012-11-27 0:45 ` Kuninori Morimoto
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Paul Mundt @ 2012-11-26 6:23 UTC (permalink / raw)
To: linux-sh
On Sun, Nov 25, 2012 at 10:01:46PM -0800, Kuninori Morimoto wrote:
> 764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b
> (sh: clkfwk: Use shared sh_clk_div_enable/disable())
> shared enable/disable funcions for div4/div6.
> But new sh_clk_div_enable() didn't care sh_clk_div_set_rate()
> which is required on div6 clock.
> This patch fixes it.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Looks better, I'll queue it up, thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
2012-11-26 6:01 [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Kuninori Morimoto
2012-11-26 6:23 ` Paul Mundt
@ 2012-11-27 0:45 ` Kuninori Morimoto
2012-11-27 1:33 ` Paul Mundt
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2012-11-27 0:45 UTC (permalink / raw)
To: linux-sh
Hi Paul
> > 764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b
> > (sh: clkfwk: Use shared sh_clk_div_enable/disable())
> > shared enable/disable funcions for div4/div6.
> > But new sh_clk_div_enable() didn't care sh_clk_div_set_rate()
> > which is required on div6 clock.
> > This patch fixes it.
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Looks better, I'll queue it up, thanks.
Thanks.
Is it possible to go to v3.7-rcX ?
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
2012-11-26 6:01 [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Kuninori Morimoto
2012-11-26 6:23 ` Paul Mundt
2012-11-27 0:45 ` Kuninori Morimoto
@ 2012-11-27 1:33 ` Paul Mundt
2013-01-11 1:30 ` Kuninori Morimoto
2013-01-11 11:59 ` Paul Mundt
4 siblings, 0 replies; 6+ messages in thread
From: Paul Mundt @ 2012-11-27 1:33 UTC (permalink / raw)
To: linux-sh
On Mon, Nov 26, 2012 at 04:45:45PM -0800, Kuninori Morimoto wrote:
>
> Hi Paul
>
> > > 764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b
> > > (sh: clkfwk: Use shared sh_clk_div_enable/disable())
> > > shared enable/disable funcions for div4/div6.
> > > But new sh_clk_div_enable() didn't care sh_clk_div_set_rate()
> > > which is required on div6 clock.
> > > This patch fixes it.
> > >
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > Looks better, I'll queue it up, thanks.
>
> Thanks.
> Is it possible to go to v3.7-rcX ?
>
Yes, should be fine.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
2012-11-26 6:01 [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Kuninori Morimoto
` (2 preceding siblings ...)
2012-11-27 1:33 ` Paul Mundt
@ 2013-01-11 1:30 ` Kuninori Morimoto
2013-01-11 11:59 ` Paul Mundt
4 siblings, 0 replies; 6+ messages in thread
From: Kuninori Morimoto @ 2013-01-11 1:30 UTC (permalink / raw)
To: linux-sh
Hi Paul
I still couldn't find this patch on linus/master branch.
What is current status of this ?
At Tue, 27 Nov 2012 10:33:38 +0900,
Paul Mundt wrote:
>
> On Mon, Nov 26, 2012 at 04:45:45PM -0800, Kuninori Morimoto wrote:
> >
> > Hi Paul
> >
> > > > 764f4e4e33d18cde4dcaf8a0d860b749c6d6d08b
> > > > (sh: clkfwk: Use shared sh_clk_div_enable/disable())
> > > > shared enable/disable funcions for div4/div6.
> > > > But new sh_clk_div_enable() didn't care sh_clk_div_set_rate()
> > > > which is required on div6 clock.
> > > > This patch fixes it.
> > > >
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > >
> > > Looks better, I'll queue it up, thanks.
> >
> > Thanks.
> > Is it possible to go to v3.7-rcX ?
> >
> Yes, should be fine.
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6
2012-11-26 6:01 [PATCH v2] sh: clkfwk: bugfix: sh_clk_div_enable() care sh_clk_div_set_rate() if div6 Kuninori Morimoto
` (3 preceding siblings ...)
2013-01-11 1:30 ` Kuninori Morimoto
@ 2013-01-11 11:59 ` Paul Mundt
4 siblings, 0 replies; 6+ messages in thread
From: Paul Mundt @ 2013-01-11 11:59 UTC (permalink / raw)
To: linux-sh
On Thu, Jan 10, 2013 at 05:30:25PM -0800, Kuninori Morimoto wrote:
>
> Hi Paul
>
> I still couldn't find this patch on linus/master branch.
> What is current status of this ?
>
Looks like it got missed, possibly when I was shuffling trees and
machines around. I've queued it up now.
^ permalink raw reply [flat|nested] 6+ messages in thread