All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2013-12-19  8:33 ` Sachin Kamat
  0 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-12-19  8:33 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: linux-arm-kernel, t.figa, mturquette, sachin.kamat

Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
clock rate in the cpufreq driver.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/clk/samsung/clk-exynos5250.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 80f652053cb5..11178b1ad735 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -303,7 +303,8 @@ static struct samsung_mux_clock exynos5250_mux_clks[] __initdata = {
 	/*
 	 * CMU_CPU
 	 */
-	MUX_A(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1, "mout_apll"),
+	MUX_FA(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1,
+					CLK_SET_RATE_PARENT, 0, "mout_apll"),
 	MUX_A(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1, "mout_cpu"),
 
 	/*
-- 
1.7.9.5

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2013-12-19  8:33 ` Sachin Kamat
  0 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-12-19  8:33 UTC (permalink / raw)
  To: linux-arm-kernel

Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
clock rate in the cpufreq driver.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/clk/samsung/clk-exynos5250.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
index 80f652053cb5..11178b1ad735 100644
--- a/drivers/clk/samsung/clk-exynos5250.c
+++ b/drivers/clk/samsung/clk-exynos5250.c
@@ -303,7 +303,8 @@ static struct samsung_mux_clock exynos5250_mux_clks[] __initdata = {
 	/*
 	 * CMU_CPU
 	 */
-	MUX_A(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1, "mout_apll"),
+	MUX_FA(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1,
+					CLK_SET_RATE_PARENT, 0, "mout_apll"),
 	MUX_A(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1, "mout_cpu"),
 
 	/*
-- 
1.7.9.5

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

* Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
  2013-12-19  8:33 ` Sachin Kamat
@ 2013-12-19 19:37   ` Mike Turquette
  -1 siblings, 0 replies; 12+ messages in thread
From: Mike Turquette @ 2013-12-19 19:37 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: linux-arm-kernel, t.figa, sachin.kamat

Quoting Sachin Kamat (2013-12-19 00:33:39)
> Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> clock rate in the cpufreq driver.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Ack.

Regards,
Mike

> ---
>  drivers/clk/samsung/clk-exynos5250.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 80f652053cb5..11178b1ad735 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -303,7 +303,8 @@ static struct samsung_mux_clock exynos5250_mux_clks[] __initdata = {
>         /*
>          * CMU_CPU
>          */
> -       MUX_A(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1, "mout_apll"),
> +       MUX_FA(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1,
> +                                       CLK_SET_RATE_PARENT, 0, "mout_apll"),
>         MUX_A(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1, "mout_cpu"),
>  
>         /*
> -- 
> 1.7.9.5
> 

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2013-12-19 19:37   ` Mike Turquette
  0 siblings, 0 replies; 12+ messages in thread
From: Mike Turquette @ 2013-12-19 19:37 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Sachin Kamat (2013-12-19 00:33:39)
> Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> clock rate in the cpufreq driver.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>

Ack.

Regards,
Mike

> ---
>  drivers/clk/samsung/clk-exynos5250.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/clk/samsung/clk-exynos5250.c b/drivers/clk/samsung/clk-exynos5250.c
> index 80f652053cb5..11178b1ad735 100644
> --- a/drivers/clk/samsung/clk-exynos5250.c
> +++ b/drivers/clk/samsung/clk-exynos5250.c
> @@ -303,7 +303,8 @@ static struct samsung_mux_clock exynos5250_mux_clks[] __initdata = {
>         /*
>          * CMU_CPU
>          */
> -       MUX_A(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1, "mout_apll"),
> +       MUX_FA(none, "mout_apll", mout_apll_p, SRC_CPU, 0, 1,
> +                                       CLK_SET_RATE_PARENT, 0, "mout_apll"),
>         MUX_A(none, "mout_cpu", mout_cpu_p, SRC_CPU, 16, 1, "mout_cpu"),
>  
>         /*
> -- 
> 1.7.9.5
> 

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

* Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
  2013-12-19 19:37   ` Mike Turquette
@ 2013-12-30 17:51     ` Tomasz Figa
  -1 siblings, 0 replies; 12+ messages in thread
From: Tomasz Figa @ 2013-12-30 17:51 UTC (permalink / raw)
  To: Mike Turquette; +Cc: Sachin Kamat, linux-samsung-soc, linux-arm-kernel

On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
> Quoting Sachin Kamat (2013-12-19 00:33:39)
> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> > clock rate in the cpufreq driver.
> > 
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> 
> Ack.

Applied onto next branch.

Best regards,
Tomasz

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2013-12-30 17:51     ` Tomasz Figa
  0 siblings, 0 replies; 12+ messages in thread
From: Tomasz Figa @ 2013-12-30 17:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
> Quoting Sachin Kamat (2013-12-19 00:33:39)
> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> > clock rate in the cpufreq driver.
> > 
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> 
> Ack.

Applied onto next branch.

Best regards,
Tomasz

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

* Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
  2013-12-30 17:51     ` Tomasz Figa
@ 2013-12-31  2:54       ` Sachin Kamat
  -1 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-12-31  2:54 UTC (permalink / raw)
  To: Tomasz Figa; +Cc: Mike Turquette, linux-samsung-soc, linux-arm-kernel

On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
> On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
>> Quoting Sachin Kamat (2013-12-19 00:33:39)
>> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
>> > clock rate in the cpufreq driver.
>> >
>> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>>
>> Ack.
>
> Applied onto next branch.

Thanks Tomasz. But did not find this branch in your tree [1].
Also, please consider adding your tree to linux-next.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git

---
With warm regards,
Sachin

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2013-12-31  2:54       ` Sachin Kamat
  0 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-12-31  2:54 UTC (permalink / raw)
  To: linux-arm-kernel

On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
> On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
>> Quoting Sachin Kamat (2013-12-19 00:33:39)
>> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
>> > clock rate in the cpufreq driver.
>> >
>> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>>
>> Ack.
>
> Applied onto next branch.

Thanks Tomasz. But did not find this branch in your tree [1].
Also, please consider adding your tree to linux-next.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/tfiga/samsung-clk.git

---
With warm regards,
Sachin

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

* Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
  2013-12-31  2:54       ` Sachin Kamat
@ 2014-01-02 15:24         ` Tomasz Figa
  -1 siblings, 0 replies; 12+ messages in thread
From: Tomasz Figa @ 2014-01-02 15:24 UTC (permalink / raw)
  To: Sachin Kamat; +Cc: Mike Turquette, linux-samsung-soc, linux-arm-kernel

Hi Sachin,

On Tuesday 31 of December 2013 08:24:02 Sachin Kamat wrote:
> On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
> > On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
> >> Quoting Sachin Kamat (2013-12-19 00:33:39)
> >> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> >> > clock rate in the cpufreq driver.
> >> >
> >> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >>
> >> Ack.
> >
> > Applied onto next branch.
> 
> Thanks Tomasz. But did not find this branch in your tree [1].

I haven't pushed the branches yet, as I'm yet to collect some patches
and acks

> Also, please consider adding your tree to linux-next.

Hmm, I would consider this tree only as a staging to send pull requests
for Mike, so patches should be hitting clk-next tree quickly after getting
there. I don't think this makes a need to add this tree to linux-next.

Best regards,
Tomasz

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2014-01-02 15:24         ` Tomasz Figa
  0 siblings, 0 replies; 12+ messages in thread
From: Tomasz Figa @ 2014-01-02 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sachin,

On Tuesday 31 of December 2013 08:24:02 Sachin Kamat wrote:
> On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
> > On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
> >> Quoting Sachin Kamat (2013-12-19 00:33:39)
> >> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
> >> > clock rate in the cpufreq driver.
> >> >
> >> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> >>
> >> Ack.
> >
> > Applied onto next branch.
> 
> Thanks Tomasz. But did not find this branch in your tree [1].

I haven't pushed the branches yet, as I'm yet to collect some patches
and acks

> Also, please consider adding your tree to linux-next.

Hmm, I would consider this tree only as a staging to send pull requests
for Mike, so patches should be hitting clk-next tree quickly after getting
there. I don't think this makes a need to add this tree to linux-next.

Best regards,
Tomasz

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

* Re: [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
  2014-01-02 15:24         ` Tomasz Figa
@ 2014-01-03  3:25           ` Sachin Kamat
  -1 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2014-01-03  3:25 UTC (permalink / raw)
  To: Tomasz Figa; +Cc: Mike Turquette, linux-samsung-soc, linux-arm-kernel

Hi Tomasz,

On 2 January 2014 20:54, Tomasz Figa <t.figa@samsung.com> wrote:
> Hi Sachin,
>
> On Tuesday 31 of December 2013 08:24:02 Sachin Kamat wrote:
>> On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
>> > On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
>> >> Quoting Sachin Kamat (2013-12-19 00:33:39)
>> >> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
>> >> > clock rate in the cpufreq driver.
>> >> >
>> >> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >>
>> >> Ack.
>> >
>> > Applied onto next branch.
>>
>> Thanks Tomasz. But did not find this branch in your tree [1].
>
> I haven't pushed the branches yet, as I'm yet to collect some patches
> and acks
>
>> Also, please consider adding your tree to linux-next.
>
> Hmm, I would consider this tree only as a staging to send pull requests
> for Mike, so patches should be hitting clk-next tree quickly after getting
> there. I don't think this makes a need to add this tree to linux-next.

Yes, if the window period between the patches landing into your tree
and Mike's tree
is relatively small, then there is no need. Else it would be good to
avoid merge conflicts
and ease further development and testing.


-- 
With warm regards,
Sachin

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

* [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll
@ 2014-01-03  3:25           ` Sachin Kamat
  0 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2014-01-03  3:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tomasz,

On 2 January 2014 20:54, Tomasz Figa <t.figa@samsung.com> wrote:
> Hi Sachin,
>
> On Tuesday 31 of December 2013 08:24:02 Sachin Kamat wrote:
>> On 30 December 2013 23:21, Tomasz Figa <t.figa@samsung.com> wrote:
>> > On Thursday 19 of December 2013 11:37:08 Mike Turquette wrote:
>> >> Quoting Sachin Kamat (2013-12-19 00:33:39)
>> >> > Add CLK_SET_RATE_PARENT flag to mout_apll clock. This will let us set the
>> >> > clock rate in the cpufreq driver.
>> >> >
>> >> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> >>
>> >> Ack.
>> >
>> > Applied onto next branch.
>>
>> Thanks Tomasz. But did not find this branch in your tree [1].
>
> I haven't pushed the branches yet, as I'm yet to collect some patches
> and acks
>
>> Also, please consider adding your tree to linux-next.
>
> Hmm, I would consider this tree only as a staging to send pull requests
> for Mike, so patches should be hitting clk-next tree quickly after getting
> there. I don't think this makes a need to add this tree to linux-next.

Yes, if the window period between the patches landing into your tree
and Mike's tree
is relatively small, then there is no need. Else it would be good to
avoid merge conflicts
and ease further development and testing.


-- 
With warm regards,
Sachin

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

end of thread, other threads:[~2014-01-03  3:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-19  8:33 [PATCH Resend 1/1] clk: exynos5250: Add CLK_SET_RATE_PARENT flag to mout_apll Sachin Kamat
2013-12-19  8:33 ` Sachin Kamat
2013-12-19 19:37 ` Mike Turquette
2013-12-19 19:37   ` Mike Turquette
2013-12-30 17:51   ` Tomasz Figa
2013-12-30 17:51     ` Tomasz Figa
2013-12-31  2:54     ` Sachin Kamat
2013-12-31  2:54       ` Sachin Kamat
2014-01-02 15:24       ` Tomasz Figa
2014-01-02 15:24         ` Tomasz Figa
2014-01-03  3:25         ` Sachin Kamat
2014-01-03  3:25           ` Sachin Kamat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.