linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: BCMRING: Fix UART declaration and clk dev name mismatch
@ 2012-05-07 19:34 Jiandong Zheng
  2012-05-07 21:39 ` Paul Gortmaker
  0 siblings, 1 reply; 8+ messages in thread
From: Jiandong Zheng @ 2012-05-07 19:34 UTC (permalink / raw)
  To: linux-arm-kernel

Fix bcmring UART declaration and clk dev name mismatch

With 888073d41680e8244232f3d850e0424a4e9de60f (ARM:
bcmring: fix UART declarations), it introduced clk dev name
mismatch and leads to UART initialization failure during boot.

Signed-off-by: Jiandong Zheng<jdzheng@broadcom.com  <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>>
---
   arch/arm/mach-bcmring/core.c |    4 ++--
   1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-bcmring/core.c b/arch/arm/mach-bcmring/core.c
index adbfb19..5559857 100644
--- a/arch/arm/mach-bcmring/core.c
+++ b/arch/arm/mach-bcmring/core.c
@@ -110,10 +110,10 @@ static struct clk_lookup lookups[] = {
           .con_id = "apb_pclk",
           .clk =&dummy_apb_pclk,
       }, {            /* UART0 */
-        .dev_id = "uarta",
+        .dev_id = "uartA",
           .clk =&uart_clk,
       }, {            /* UART1 */
-        .dev_id = "uartb",
+        .dev_id = "uartB",
           .clk =&uart_clk,
       }, {            /* SP804 timer 0 */
           .dev_id = "sp804",
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] ARM: BCMRING: Fix UART declaration and clk dev name mismatch
@ 2012-05-01 19:44 Jiandong Zheng
  2012-05-02 11:48 ` Sergei Shtylyov
  0 siblings, 1 reply; 8+ messages in thread
From: Jiandong Zheng @ 2012-05-01 19:44 UTC (permalink / raw)
  To: linux-arm-kernel

Fix bcmring UART declaration and clk dev name mismatch

In 888073d41680e8244232f3d850e0424a4e9de60f, bcmring UART declaration
was fixed but introduced clk dev name mismatch which leads to UART 
initialization
failure during boot.

Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com>
---
  arch/arm/mach-bcmring/core.c |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-bcmring/core.c b/arch/arm/mach-bcmring/core.c
index adbfb19..5559857 100644
--- a/arch/arm/mach-bcmring/core.c
+++ b/arch/arm/mach-bcmring/core.c
@@ -110,10 +110,10 @@ static struct clk_lookup lookups[] = {
          .con_id = "apb_pclk",
          .clk = &dummy_apb_pclk,
      }, {            /* UART0 */
-        .dev_id = "uarta",
+        .dev_id = "uartA",
          .clk = &uart_clk,
      }, {            /* UART1 */
-        .dev_id = "uartb",
+        .dev_id = "uartB",
          .clk = &uart_clk,
      }, {            /* SP804 timer 0 */
          .dev_id = "sp804",
-- 
1.7.9.5

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

end of thread, other threads:[~2012-05-07 23:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 19:34 [PATCH] ARM: BCMRING: Fix UART declaration and clk dev name mismatch Jiandong Zheng
2012-05-07 21:39 ` Paul Gortmaker
2012-05-07 21:50   ` Jiandong Zheng
2012-05-07 23:00     ` Paul Gortmaker
2012-05-07 23:14       ` Jiandong Zheng
  -- strict thread matches above, loose matches on Subject: below --
2012-05-01 19:44 Jiandong Zheng
2012-05-02 11:48 ` Sergei Shtylyov
2012-05-02 16:22   ` Jiandong Zheng

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).