All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
@ 2013-02-07  5:07 ` Joseph Lo
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Lo @ 2013-02-07  5:07 UTC (permalink / raw)
  To: Stephen Warren
  Cc: Peter De Schrijver, Prashant Gaikwad, Mike Turquette,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Joseph Lo

The index of se should be 127. And the previous clock index was 125. So
we need to set up the index for se to get the correct index between se
to sata_cold.

Signed-off-by: Joseph Lo <josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
 drivers/clk/tegra/clk-tegra30.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/tegra/clk-tegra30.c b/drivers/clk/tegra/clk-tegra30.c
index a163812..1d41b35 100644
--- a/drivers/clk/tegra/clk-tegra30.c
+++ b/drivers/clk/tegra/clk-tegra30.c
@@ -332,9 +332,9 @@ enum tegra30_clk {
 	cdev1, cdev2, cpu_g = 96, cpu_lp, gr3d2, mselect, tsensor, i2s3, i2s4,
 	i2c4, sbc5, sbc6, d_audio, apbif, dam0, dam1, dam2, hda2codec_2x,
 	atomics, audio0_2x, audio1_2x, audio2_2x, audio3_2x, audio4_2x,
-	spdif_2x, actmon, extern1, extern2, extern3, sata_oob, sata, hda, se,
-	hda2hdmi, sata_cold, uartb = 160, vfir, spdif_out, spdif_in, vi,
-	vi_sensor, fuse, fuse_burn, cve, tvo, clk_32k, clk_m, clk_m_div2,
+	spdif_2x, actmon, extern1, extern2, extern3, sata_oob, sata, hda,
+	se = 127, hda2hdmi, sata_cold, uartb = 160, vfir, spdif_out, spdif_in,
+	vi, vi_sensor, fuse, fuse_burn, cve, tvo, clk_32k, clk_m, clk_m_div2,
 	clk_m_div4, pll_ref, pll_c, pll_c_out1, pll_m, pll_m_out1, pll_p,
 	pll_p_out1, pll_p_out2, pll_p_out3, pll_p_out4, pll_a, pll_a_out0,
 	pll_d, pll_d_out0, pll_d2, pll_d2_out0, pll_u, pll_x, pll_x_out0, pll_e,
-- 
1.8.1.1

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

* [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
@ 2013-02-07  5:07 ` Joseph Lo
  0 siblings, 0 replies; 6+ messages in thread
From: Joseph Lo @ 2013-02-07  5:07 UTC (permalink / raw)
  To: linux-arm-kernel

The index of se should be 127. And the previous clock index was 125. So
we need to set up the index for se to get the correct index between se
to sata_cold.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
---
 drivers/clk/tegra/clk-tegra30.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/clk/tegra/clk-tegra30.c b/drivers/clk/tegra/clk-tegra30.c
index a163812..1d41b35 100644
--- a/drivers/clk/tegra/clk-tegra30.c
+++ b/drivers/clk/tegra/clk-tegra30.c
@@ -332,9 +332,9 @@ enum tegra30_clk {
 	cdev1, cdev2, cpu_g = 96, cpu_lp, gr3d2, mselect, tsensor, i2s3, i2s4,
 	i2c4, sbc5, sbc6, d_audio, apbif, dam0, dam1, dam2, hda2codec_2x,
 	atomics, audio0_2x, audio1_2x, audio2_2x, audio3_2x, audio4_2x,
-	spdif_2x, actmon, extern1, extern2, extern3, sata_oob, sata, hda, se,
-	hda2hdmi, sata_cold, uartb = 160, vfir, spdif_out, spdif_in, vi,
-	vi_sensor, fuse, fuse_burn, cve, tvo, clk_32k, clk_m, clk_m_div2,
+	spdif_2x, actmon, extern1, extern2, extern3, sata_oob, sata, hda,
+	se = 127, hda2hdmi, sata_cold, uartb = 160, vfir, spdif_out, spdif_in,
+	vi, vi_sensor, fuse, fuse_burn, cve, tvo, clk_32k, clk_m, clk_m_div2,
 	clk_m_div4, pll_ref, pll_c, pll_c_out1, pll_m, pll_m_out1, pll_p,
 	pll_p_out1, pll_p_out2, pll_p_out3, pll_p_out4, pll_a, pll_a_out0,
 	pll_d, pll_d_out0, pll_d2, pll_d2_out0, pll_u, pll_x, pll_x_out0, pll_e,
-- 
1.8.1.1

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

* Re: [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
  2013-02-07  5:07 ` Joseph Lo
@ 2013-02-07 19:14     ` Stephen Warren
  -1 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-02-07 19:14 UTC (permalink / raw)
  To: Joseph Lo
  Cc: Peter De Schrijver, Prashant Gaikwad, Mike Turquette,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

On 02/06/2013 10:07 PM, Joseph Lo wrote:
> The index of se should be 127. And the previous clock index was 125. So
> we need to set up the index for se to get the correct index between se
> to sata_cold.

I've applied this to Tegra's for-3.9/soc-ccf-fixes branch, on the
assumption Mike is OK with it. I'll hold a pull request for his ack, and
probably for a day or too in case any more clk-related fixes show up.

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

* [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
@ 2013-02-07 19:14     ` Stephen Warren
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Warren @ 2013-02-07 19:14 UTC (permalink / raw)
  To: linux-arm-kernel

On 02/06/2013 10:07 PM, Joseph Lo wrote:
> The index of se should be 127. And the previous clock index was 125. So
> we need to set up the index for se to get the correct index between se
> to sata_cold.

I've applied this to Tegra's for-3.9/soc-ccf-fixes branch, on the
assumption Mike is OK with it. I'll hold a pull request for his ack, and
probably for a day or too in case any more clk-related fixes show up.

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

* Re: [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
  2013-02-07 19:14     ` Stephen Warren
@ 2013-02-07 21:29         ` Mike Turquette
  -1 siblings, 0 replies; 6+ messages in thread
From: Mike Turquette @ 2013-02-07 21:29 UTC (permalink / raw)
  To: Stephen Warren, Joseph Lo
  Cc: Peter De Schrijver, Prashant Gaikwad,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r

Quoting Stephen Warren (2013-02-07 11:14:38)
> On 02/06/2013 10:07 PM, Joseph Lo wrote:
> > The index of se should be 127. And the previous clock index was 125. So
> > we need to set up the index for se to get the correct index between se
> > to sata_cold.
> 
> I've applied this to Tegra's for-3.9/soc-ccf-fixes branch, on the
> assumption Mike is OK with it. I'll hold a pull request for his ack, and
> probably for a day or too in case any more clk-related fixes show up.

Acked-by: Mike Turquette <mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

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

* [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold
@ 2013-02-07 21:29         ` Mike Turquette
  0 siblings, 0 replies; 6+ messages in thread
From: Mike Turquette @ 2013-02-07 21:29 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Stephen Warren (2013-02-07 11:14:38)
> On 02/06/2013 10:07 PM, Joseph Lo wrote:
> > The index of se should be 127. And the previous clock index was 125. So
> > we need to set up the index for se to get the correct index between se
> > to sata_cold.
> 
> I've applied this to Tegra's for-3.9/soc-ccf-fixes branch, on the
> assumption Mike is OK with it. I'll hold a pull request for his ack, and
> probably for a day or too in case any more clk-related fixes show up.

Acked-by: Mike Turquette <mturquette@linaro.org>

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

end of thread, other threads:[~2013-02-07 21:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07  5:07 [PATCH] clk: tegra30: fix wrong clock index between se to sata_cold Joseph Lo
2013-02-07  5:07 ` Joseph Lo
     [not found] ` <1360213631-16893-1-git-send-email-josephl-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-07 19:14   ` Stephen Warren
2013-02-07 19:14     ` Stephen Warren
     [not found]     ` <5113FD1E.9020801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-02-07 21:29       ` Mike Turquette
2013-02-07 21:29         ` Mike Turquette

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.