linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
@ 2012-10-22 13:57 Ulf Hansson
  2012-10-22 13:57 ` [PATCH 1/5] clk: ux500: Register i2c " Ulf Hansson
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:57 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

Step by step, clock lookups for u8500 are being added in this set
of patches.

These patches will require additional patches for sound/soc/ux500/
driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
the boot for ux500 from break. Those patches are being merged through
separate trees.

Ulf Hansson (5):
  clk: ux500: Register i2c clock lookups for u8500
  clk: ux500: Register ssp clock lookups for u8500
  clk: ux500: Register msp clock lookups for u8500
  clk: ux500: Update rtc clock lookup for u8500
  clk: ux500: Register slimbus clock lookups for u8500

 drivers/clk/ux500/u8500_clk.c |   50 +++++++++++++++++++++++++++++++++++++----
 1 file changed, 46 insertions(+), 4 deletions(-)

-- 
1.7.10

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

* [PATCH 1/5] clk: ux500: Register i2c clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
@ 2012-10-22 13:57 ` Ulf Hansson
  2012-10-22 13:57 ` [PATCH 2/5] clk: ux500: Register ssp " Ulf Hansson
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:57 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

Cc: Ben Dooks <ben-linux@fluff.org>
Cc: Wolfram Sang <w.sang@pengutronix.de>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/clk/ux500/u8500_clk.c |   19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index ca4a25e..7ad01aa 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -228,6 +228,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk2", "per1clk", U8500_CLKRST1_BASE,
 				BIT(2), 0);
+	clk_register_clkdev(clk, "apb_pclk", "nmk-i2c.1");
+
 	clk = clk_reg_prcc_pclk("p1_pclk3", "per1clk", U8500_CLKRST1_BASE,
 				BIT(3), 0);
 	clk = clk_reg_prcc_pclk("p1_pclk4", "per1clk", U8500_CLKRST1_BASE,
@@ -239,6 +241,7 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk6", "per1clk", U8500_CLKRST1_BASE,
 				BIT(6), 0);
+	clk_register_clkdev(clk, "apb_pclk", "nmk-i2c.2");
 
 	clk = clk_reg_prcc_pclk("p1_pclk7", "per1clk", U8500_CLKRST1_BASE,
 				BIT(7), 0);
@@ -255,11 +258,14 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk10", "per1clk", U8500_CLKRST1_BASE,
 				BIT(10), 0);
+	clk_register_clkdev(clk, "apb_pclk", "nmk-i2c.4");
+
 	clk = clk_reg_prcc_pclk("p1_pclk11", "per1clk", U8500_CLKRST1_BASE,
 				BIT(11), 0);
 
 	clk = clk_reg_prcc_pclk("p2_pclk0", "per2clk", U8500_CLKRST2_BASE,
 				BIT(0), 0);
+	clk_register_clkdev(clk, "apb_pclk", "nmk-i2c.3");
 
 	clk = clk_reg_prcc_pclk("p2_pclk1", "per2clk", U8500_CLKRST2_BASE,
 				BIT(1), 0);
@@ -284,7 +290,6 @@ void u8500_clk_init(void)
 				BIT(6), 0);
 	clk_register_clkdev(clk, "apb_pclk", "sdi1");
 
-
 	clk = clk_reg_prcc_pclk("p2_pclk7", "per2clk", U8500_CLKRST2_BASE,
 				BIT(7), 0);
 	clk_register_clkdev(clk, "apb_pclk", "sdi3");
@@ -318,8 +323,10 @@ void u8500_clk_init(void)
 				BIT(1), 0);
 	clk = clk_reg_prcc_pclk("p3_pclk2", "per3clk", U8500_CLKRST3_BASE,
 				BIT(2), 0);
+
 	clk = clk_reg_prcc_pclk("p3_pclk3", "per3clk", U8500_CLKRST3_BASE,
 				BIT(3), 0);
+	clk_register_clkdev(clk, "apb_pclk", "nmk-i2c.0");
 
 	clk = clk_reg_prcc_pclk("p3_pclk4", "per3clk", U8500_CLKRST3_BASE,
 				BIT(4), 0);
@@ -401,6 +408,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_kclk("p1_i2c1_kclk", "i2cclk",
 			U8500_CLKRST1_BASE, BIT(2), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "nmk-i2c.1");
+
 	clk = clk_reg_prcc_kclk("p1_msp0_kclk", "msp02clk",
 			U8500_CLKRST1_BASE, BIT(3), CLK_SET_RATE_GATE);
 	clk = clk_reg_prcc_kclk("p1_msp1_kclk", "msp1clk",
@@ -412,17 +421,23 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_kclk("p1_i2c2_kclk", "i2cclk",
 			U8500_CLKRST1_BASE, BIT(6), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "nmk-i2c.2");
+
 	clk = clk_reg_prcc_kclk("p1_slimbus0_kclk", "slimclk",
 			U8500_CLKRST1_BASE, BIT(3), CLK_SET_RATE_GATE);
 	/* FIXME: Redefinition of BIT(3). */
+
 	clk = clk_reg_prcc_kclk("p1_i2c4_kclk", "i2cclk",
 			U8500_CLKRST1_BASE, BIT(9), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "nmk-i2c.4");
+
 	clk = clk_reg_prcc_kclk("p1_msp3_kclk", "msp1clk",
 			U8500_CLKRST1_BASE, BIT(10), CLK_SET_RATE_GATE);
 
 	/* Periph2 */
 	clk = clk_reg_prcc_kclk("p2_i2c3_kclk", "i2cclk",
 			U8500_CLKRST2_BASE, BIT(0), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "nmk-i2c.3");
 
 	clk = clk_reg_prcc_kclk("p2_sdi4_kclk", "sdmmcclk",
 			U8500_CLKRST2_BASE, BIT(2), CLK_SET_RATE_GATE);
@@ -452,8 +467,10 @@ void u8500_clk_init(void)
 			U8500_CLKRST3_BASE, BIT(1), CLK_SET_RATE_GATE);
 	clk = clk_reg_prcc_kclk("p3_ssp1_kclk", "sspclk",
 			U8500_CLKRST3_BASE, BIT(2), CLK_SET_RATE_GATE);
+
 	clk = clk_reg_prcc_kclk("p3_i2c0_kclk", "i2cclk",
 			U8500_CLKRST3_BASE, BIT(3), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "nmk-i2c.0");
 
 	clk = clk_reg_prcc_kclk("p3_sdi2_kclk", "sdmmcclk",
 			U8500_CLKRST3_BASE, BIT(4), CLK_SET_RATE_GATE);
-- 
1.7.10

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

* [PATCH 2/5] clk: ux500: Register ssp clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
  2012-10-22 13:57 ` [PATCH 1/5] clk: ux500: Register i2c " Ulf Hansson
@ 2012-10-22 13:57 ` Ulf Hansson
  2012-10-22 13:57 ` [PATCH 3/5] clk: ux500: Register msp " Ulf Hansson
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:57 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/clk/ux500/u8500_clk.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index 7ad01aa..36ef41d 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -321,8 +321,11 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p3_pclk1", "per3clk", U8500_CLKRST3_BASE,
 				BIT(1), 0);
+	clk_register_clkdev(clk, "apb_pclk", "ssp0");
+
 	clk = clk_reg_prcc_pclk("p3_pclk2", "per3clk", U8500_CLKRST3_BASE,
 				BIT(2), 0);
+	clk_register_clkdev(clk, "apb_pclk", "ssp1");
 
 	clk = clk_reg_prcc_pclk("p3_pclk3", "per3clk", U8500_CLKRST3_BASE,
 				BIT(3), 0);
@@ -465,8 +468,11 @@ void u8500_clk_init(void)
 	/* Periph3 */
 	clk = clk_reg_prcc_kclk("p3_ssp0_kclk", "sspclk",
 			U8500_CLKRST3_BASE, BIT(1), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "ssp0");
+
 	clk = clk_reg_prcc_kclk("p3_ssp1_kclk", "sspclk",
 			U8500_CLKRST3_BASE, BIT(2), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "ssp1");
 
 	clk = clk_reg_prcc_kclk("p3_i2c0_kclk", "i2cclk",
 			U8500_CLKRST3_BASE, BIT(3), CLK_SET_RATE_GATE);
-- 
1.7.10

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

* [PATCH 3/5] clk: ux500: Register msp clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
  2012-10-22 13:57 ` [PATCH 1/5] clk: ux500: Register i2c " Ulf Hansson
  2012-10-22 13:57 ` [PATCH 2/5] clk: ux500: Register ssp " Ulf Hansson
@ 2012-10-22 13:57 ` Ulf Hansson
  2012-10-22 13:58 ` [PATCH 4/5] clk: ux500: Update rtc clock lookup " Ulf Hansson
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:57 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/clk/ux500/u8500_clk.c |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index 36ef41d..be843ba 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -232,8 +232,13 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk3", "per1clk", U8500_CLKRST1_BASE,
 				BIT(3), 0);
+	clk_register_clkdev(clk, "apb_pclk", "msp0");
+	clk_register_clkdev(clk, "apb_pclk", "ux500-msp-i2s.0");
+
 	clk = clk_reg_prcc_pclk("p1_pclk4", "per1clk", U8500_CLKRST1_BASE,
 				BIT(4), 0);
+	clk_register_clkdev(clk, "apb_pclk", "msp1");
+	clk_register_clkdev(clk, "apb_pclk", "ux500-msp-i2s.1");
 
 	clk = clk_reg_prcc_pclk("p1_pclk5", "per1clk", U8500_CLKRST1_BASE,
 				BIT(5), 0);
@@ -262,6 +267,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk11", "per1clk", U8500_CLKRST1_BASE,
 				BIT(11), 0);
+	clk_register_clkdev(clk, "apb_pclk", "msp3");
+	clk_register_clkdev(clk, "apb_pclk", "ux500-msp-i2s.3");
 
 	clk = clk_reg_prcc_pclk("p2_pclk0", "per2clk", U8500_CLKRST2_BASE,
 				BIT(0), 0);
@@ -285,6 +292,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p2_pclk5", "per2clk", U8500_CLKRST2_BASE,
 				BIT(5), 0);
+	clk_register_clkdev(clk, "apb_pclk", "msp2");
+	clk_register_clkdev(clk, "apb_pclk", "ux500-msp-i2s.2");
 
 	clk = clk_reg_prcc_pclk("p2_pclk6", "per2clk", U8500_CLKRST2_BASE,
 				BIT(6), 0);
@@ -415,8 +424,13 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_kclk("p1_msp0_kclk", "msp02clk",
 			U8500_CLKRST1_BASE, BIT(3), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "msp0");
+	clk_register_clkdev(clk, NULL, "ux500-msp-i2s.0");
+
 	clk = clk_reg_prcc_kclk("p1_msp1_kclk", "msp1clk",
 			U8500_CLKRST1_BASE, BIT(4), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "msp1");
+	clk_register_clkdev(clk, NULL, "ux500-msp-i2s.1");
 
 	clk = clk_reg_prcc_kclk("p1_sdi0_kclk", "sdmmcclk",
 			U8500_CLKRST1_BASE, BIT(5), CLK_SET_RATE_GATE);
@@ -436,6 +450,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_kclk("p1_msp3_kclk", "msp1clk",
 			U8500_CLKRST1_BASE, BIT(10), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "msp3");
+	clk_register_clkdev(clk, NULL, "ux500-msp-i2s.3");
 
 	/* Periph2 */
 	clk = clk_reg_prcc_kclk("p2_i2c3_kclk", "i2cclk",
@@ -448,6 +464,8 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_kclk("p2_msp2_kclk", "msp02clk",
 			U8500_CLKRST2_BASE, BIT(3), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "msp2");
+	clk_register_clkdev(clk, NULL, "ux500-msp-i2s.2");
 
 	clk = clk_reg_prcc_kclk("p2_sdi1_kclk", "sdmmcclk",
 			U8500_CLKRST2_BASE, BIT(4), CLK_SET_RATE_GATE);
-- 
1.7.10

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

* [PATCH 4/5] clk: ux500: Update rtc clock lookup for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
                   ` (2 preceding siblings ...)
  2012-10-22 13:57 ` [PATCH 3/5] clk: ux500: Register msp " Ulf Hansson
@ 2012-10-22 13:58 ` Ulf Hansson
  2012-10-22 13:58 ` [PATCH 5/5] clk: ux500: Register slimbus clock lookups " Ulf Hansson
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/clk/ux500/u8500_clk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index be843ba..0aae929 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -40,7 +40,7 @@ void u8500_clk_init(void)
 				CLK_IS_ROOT|CLK_IGNORE_UNUSED,
 				32768);
 	clk_register_clkdev(clk, "clk32k", NULL);
-	clk_register_clkdev(clk, NULL, "rtc-pl031");
+	clk_register_clkdev(clk, "apb_pclk", "rtc-pl031");
 
 	/* PRCMU clocks */
 	fw_version = prcmu_get_fw_version();
-- 
1.7.10

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

* [PATCH 5/5] clk: ux500: Register slimbus clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
                   ` (3 preceding siblings ...)
  2012-10-22 13:58 ` [PATCH 4/5] clk: ux500: Update rtc clock lookup " Ulf Hansson
@ 2012-10-22 13:58 ` Ulf Hansson
  2012-10-23  9:00 ` [PATCH 0/5] clk: ux500: Add " Linus Walleij
  2012-10-25  7:51 ` Lee Jones
  6 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2012-10-22 13:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulf Hansson <ulf.hansson@linaro.org>

At the same time the prcc bit for the kclk is corrected to
bit 8 instead of 3.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
---
 drivers/clk/ux500/u8500_clk.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/drivers/clk/ux500/u8500_clk.c b/drivers/clk/ux500/u8500_clk.c
index 0aae929..e2c17d1 100644
--- a/drivers/clk/ux500/u8500_clk.c
+++ b/drivers/clk/ux500/u8500_clk.c
@@ -254,6 +254,7 @@ void u8500_clk_init(void)
 
 	clk = clk_reg_prcc_pclk("p1_pclk8", "per1clk", U8500_CLKRST1_BASE,
 				BIT(8), 0);
+	clk_register_clkdev(clk, "apb_pclk", "slimbus0");
 
 	clk = clk_reg_prcc_pclk("p1_pclk9", "per1clk", U8500_CLKRST1_BASE,
 				BIT(9), 0);
@@ -441,8 +442,8 @@ void u8500_clk_init(void)
 	clk_register_clkdev(clk, NULL, "nmk-i2c.2");
 
 	clk = clk_reg_prcc_kclk("p1_slimbus0_kclk", "slimclk",
-			U8500_CLKRST1_BASE, BIT(3), CLK_SET_RATE_GATE);
-	/* FIXME: Redefinition of BIT(3). */
+			U8500_CLKRST1_BASE, BIT(8), CLK_SET_RATE_GATE);
+	clk_register_clkdev(clk, NULL, "slimbus0");
 
 	clk = clk_reg_prcc_kclk("p1_i2c4_kclk", "i2cclk",
 			U8500_CLKRST1_BASE, BIT(9), CLK_SET_RATE_GATE);
-- 
1.7.10

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

* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
                   ` (4 preceding siblings ...)
  2012-10-22 13:58 ` [PATCH 5/5] clk: ux500: Register slimbus clock lookups " Ulf Hansson
@ 2012-10-23  9:00 ` Linus Walleij
  2012-10-25  7:51 ` Lee Jones
  6 siblings, 0 replies; 11+ messages in thread
From: Linus Walleij @ 2012-10-23  9:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 22, 2012 at 3:57 PM, Ulf Hansson <ulf.hansson@stericsson.com> wrote:

> From: Ulf Hansson <ulf.hansson@linaro.org>
>
> Step by step, clock lookups for u8500 are being added in this set
> of patches.
>
> These patches will require additional patches for sound/soc/ux500/
> driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
> the boot for ux500 from break. Those patches are being merged through
> separate trees.

All of these look good to me.
Acked-by: Linus Walleij <linus.walleij@linaro.org> for all.

Yours,
Linus Walleij

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

* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
  2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
                   ` (5 preceding siblings ...)
  2012-10-23  9:00 ` [PATCH 0/5] clk: ux500: Add " Linus Walleij
@ 2012-10-25  7:51 ` Lee Jones
  2012-11-10  1:07   ` Mike Turquette
  6 siblings, 1 reply; 11+ messages in thread
From: Lee Jones @ 2012-10-25  7:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 22 Oct 2012, Ulf Hansson wrote:

> From: Ulf Hansson <ulf.hansson@linaro.org>
> 
> Step by step, clock lookups for u8500 are being added in this set
> of patches.
> 
> These patches will require additional patches for sound/soc/ux500/
> driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
> the boot for ux500 from break. Those patches are being merged through
> separate trees.
> 
> Ulf Hansson (5):
>   clk: ux500: Register i2c clock lookups for u8500
>   clk: ux500: Register ssp clock lookups for u8500
>   clk: ux500: Register msp clock lookups for u8500
>   clk: ux500: Update rtc clock lookup for u8500
>   clk: ux500: Register slimbus clock lookups for u8500

Acked-by: Lee Jones <lee.jones@linaro.org>

Can I also mention that these need to go into the -rcs at the
earliest opportunity please, as it is preventing ~50% of the
devices from functioning on all of the ST-Ericsson development
boards. 

This is a massive blocker for us!

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
  2012-10-25  7:51 ` Lee Jones
@ 2012-11-10  1:07   ` Mike Turquette
  2012-11-11 18:42     ` Linus Walleij
  0 siblings, 1 reply; 11+ messages in thread
From: Mike Turquette @ 2012-11-10  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Lee Jones (2012-10-25 00:51:38)
> On Mon, 22 Oct 2012, Ulf Hansson wrote:
> 
> > From: Ulf Hansson <ulf.hansson@linaro.org>
> > 
> > Step by step, clock lookups for u8500 are being added in this set
> > of patches.
> > 
> > These patches will require additional patches for sound/soc/ux500/
> > driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
> > the boot for ux500 from break. Those patches are being merged through
> > separate trees.
> > 
> > Ulf Hansson (5):
> >   clk: ux500: Register i2c clock lookups for u8500
> >   clk: ux500: Register ssp clock lookups for u8500
> >   clk: ux500: Register msp clock lookups for u8500
> >   clk: ux500: Update rtc clock lookup for u8500
> >   clk: ux500: Register slimbus clock lookups for u8500
> 
> Acked-by: Lee Jones <lee.jones@linaro.org>
> 
> Can I also mention that these need to go into the -rcs at the
> earliest opportunity please, as it is preventing ~50% of the
> devices from functioning on all of the ST-Ericsson development
> boards. 
> 
> This is a massive blocker for us!
> 

I've taken these patches into clk-next.  Do you need them in as a late
fix in the 3.7 cycle or is your urgent need only for 3.8 development?

Regards,
Mike

> -- 
> Lee Jones
> Linaro ST-Ericsson Landing Team Lead
> Linaro.org ? Open source software for ARM SoCs
> Follow Linaro: Facebook | Twitter | Blog

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

* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
  2012-11-10  1:07   ` Mike Turquette
@ 2012-11-11 18:42     ` Linus Walleij
  2012-11-12 18:35       ` Mike Turquette
  0 siblings, 1 reply; 11+ messages in thread
From: Linus Walleij @ 2012-11-11 18:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 10, 2012 at 2:07 AM, Mike Turquette <mturquette@ti.com> wrote:
> Quoting Lee Jones (2012-10-25 00:51:38)
>> On Mon, 22 Oct 2012, Ulf Hansson wrote:
>>
>> > From: Ulf Hansson <ulf.hansson@linaro.org>
>> >
>> > Step by step, clock lookups for u8500 are being added in this set
>> > of patches.
>> >
>> > These patches will require additional patches for sound/soc/ux500/
>> > driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
>> > the boot for ux500 from break. Those patches are being merged through
>> > separate trees.
>> >
>> > Ulf Hansson (5):
>> >   clk: ux500: Register i2c clock lookups for u8500
>> >   clk: ux500: Register ssp clock lookups for u8500
>> >   clk: ux500: Register msp clock lookups for u8500
>> >   clk: ux500: Update rtc clock lookup for u8500
>> >   clk: ux500: Register slimbus clock lookups for u8500
>>
>> Acked-by: Lee Jones <lee.jones@linaro.org>
>>
>> Can I also mention that these need to go into the -rcs at the
>> earliest opportunity please, as it is preventing ~50% of the
>> devices from functioning on all of the ST-Ericsson development
>> boards.
>>
>> This is a massive blocker for us!
>>
>
> I've taken these patches into clk-next.  Do you need them in as a late
> fix in the 3.7 cycle or is your urgent need only for 3.8 development?

It is regressing the above drivers (i2c, ssp, etc) so they need to
go into v3.7-rc:s...

Yours,
Linus Walleij

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

* [PATCH 0/5] clk: ux500: Add clock lookups for u8500
  2012-11-11 18:42     ` Linus Walleij
@ 2012-11-12 18:35       ` Mike Turquette
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Turquette @ 2012-11-12 18:35 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Linus Walleij (2012-11-11 10:42:59)
> On Sat, Nov 10, 2012 at 2:07 AM, Mike Turquette <mturquette@ti.com> wrote:
> > Quoting Lee Jones (2012-10-25 00:51:38)
> >> On Mon, 22 Oct 2012, Ulf Hansson wrote:
> >>
> >> > From: Ulf Hansson <ulf.hansson@linaro.org>
> >> >
> >> > Step by step, clock lookups for u8500 are being added in this set
> >> > of patches.
> >> >
> >> > These patches will require additional patches for sound/soc/ux500/
> >> > driver as well as drivers/i2c/busses/i2c-nomadik driver to prevent
> >> > the boot for ux500 from break. Those patches are being merged through
> >> > separate trees.
> >> >
> >> > Ulf Hansson (5):
> >> >   clk: ux500: Register i2c clock lookups for u8500
> >> >   clk: ux500: Register ssp clock lookups for u8500
> >> >   clk: ux500: Register msp clock lookups for u8500
> >> >   clk: ux500: Update rtc clock lookup for u8500
> >> >   clk: ux500: Register slimbus clock lookups for u8500
> >>
> >> Acked-by: Lee Jones <lee.jones@linaro.org>
> >>
> >> Can I also mention that these need to go into the -rcs at the
> >> earliest opportunity please, as it is preventing ~50% of the
> >> devices from functioning on all of the ST-Ericsson development
> >> boards.
> >>
> >> This is a massive blocker for us!
> >>
> >
> > I've taken these patches into clk-next.  Do you need them in as a late
> > fix in the 3.7 cycle or is your urgent need only for 3.8 development?
> 
> It is regressing the above drivers (i2c, ssp, etc) so they need to
> go into v3.7-rc:s...
> 

Pull request sent for the fixes.  I'll remove these from clk-next once
they are merged into 3.7-rc6.

Regards,
Mike

> Yours,
> Linus Walleij

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

end of thread, other threads:[~2012-11-12 18:35 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-22 13:57 [PATCH 0/5] clk: ux500: Add clock lookups for u8500 Ulf Hansson
2012-10-22 13:57 ` [PATCH 1/5] clk: ux500: Register i2c " Ulf Hansson
2012-10-22 13:57 ` [PATCH 2/5] clk: ux500: Register ssp " Ulf Hansson
2012-10-22 13:57 ` [PATCH 3/5] clk: ux500: Register msp " Ulf Hansson
2012-10-22 13:58 ` [PATCH 4/5] clk: ux500: Update rtc clock lookup " Ulf Hansson
2012-10-22 13:58 ` [PATCH 5/5] clk: ux500: Register slimbus clock lookups " Ulf Hansson
2012-10-23  9:00 ` [PATCH 0/5] clk: ux500: Add " Linus Walleij
2012-10-25  7:51 ` Lee Jones
2012-11-10  1:07   ` Mike Turquette
2012-11-11 18:42     ` Linus Walleij
2012-11-12 18:35       ` Mike Turquette

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).