All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: add missing uart clocks DT entries
@ 2013-08-07 16:29 ` Boris BREZILLON
  0 siblings, 0 replies; 6+ messages in thread
From: Boris BREZILLON @ 2013-08-07 16:29 UTC (permalink / raw)
  To: Andrew Victor, Nicolas Ferre, Jean-Christophe Plagniol-Villard,
	Russell King, Douglas Gilbert
  Cc: linux-arm-kernel, linux-kernel, Boris BREZILLON

Add clocks to clock lookup table for uart DT entries.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 arch/arm/mach-at91/at91sam9x5.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c
index 2abee66..916e5a1 100644
--- a/arch/arm/mach-at91/at91sam9x5.c
+++ b/arch/arm/mach-at91/at91sam9x5.c
@@ -227,6 +227,8 @@ static struct clk_lookup periph_clocks_lookups[] = {
 	CLKDEV_CON_DEV_ID("usart", "f8020000.serial", &usart1_clk),
 	CLKDEV_CON_DEV_ID("usart", "f8024000.serial", &usart2_clk),
 	CLKDEV_CON_DEV_ID("usart", "f8028000.serial", &usart3_clk),
+	CLKDEV_CON_DEV_ID("usart", "f8040000.serial", &uart0_clk),
+	CLKDEV_CON_DEV_ID("usart", "f8044000.serial", &uart1_clk),
 	CLKDEV_CON_DEV_ID("t0_clk", "f8008000.timer", &tcb0_clk),
 	CLKDEV_CON_DEV_ID("t0_clk", "f800c000.timer", &tcb0_clk),
 	CLKDEV_CON_DEV_ID("mci_clk", "f0008000.mmc", &mmc0_clk),
-- 
1.7.9.5


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

* [PATCH] ARM: at91: add missing uart clocks DT entries
@ 2013-08-07 16:29 ` Boris BREZILLON
  0 siblings, 0 replies; 6+ messages in thread
From: Boris BREZILLON @ 2013-08-07 16:29 UTC (permalink / raw)
  To: linux-arm-kernel

Add clocks to clock lookup table for uart DT entries.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
---
 arch/arm/mach-at91/at91sam9x5.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-at91/at91sam9x5.c b/arch/arm/mach-at91/at91sam9x5.c
index 2abee66..916e5a1 100644
--- a/arch/arm/mach-at91/at91sam9x5.c
+++ b/arch/arm/mach-at91/at91sam9x5.c
@@ -227,6 +227,8 @@ static struct clk_lookup periph_clocks_lookups[] = {
 	CLKDEV_CON_DEV_ID("usart", "f8020000.serial", &usart1_clk),
 	CLKDEV_CON_DEV_ID("usart", "f8024000.serial", &usart2_clk),
 	CLKDEV_CON_DEV_ID("usart", "f8028000.serial", &usart3_clk),
+	CLKDEV_CON_DEV_ID("usart", "f8040000.serial", &uart0_clk),
+	CLKDEV_CON_DEV_ID("usart", "f8044000.serial", &uart1_clk),
 	CLKDEV_CON_DEV_ID("t0_clk", "f8008000.timer", &tcb0_clk),
 	CLKDEV_CON_DEV_ID("t0_clk", "f800c000.timer", &tcb0_clk),
 	CLKDEV_CON_DEV_ID("mci_clk", "f0008000.mmc", &mmc0_clk),
-- 
1.7.9.5

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

* Re: [PATCH] ARM: at91: add missing uart clocks DT entries
  2013-08-07 16:29 ` Boris BREZILLON
@ 2013-08-07 16:52   ` Douglas Gilbert
  -1 siblings, 0 replies; 6+ messages in thread
From: Douglas Gilbert @ 2013-08-07 16:52 UTC (permalink / raw)
  To: Boris BREZILLON
  Cc: Andrew Victor, Nicolas Ferre, Jean-Christophe Plagniol-Villard,
	Russell King, linux-arm-kernel, linux-kernel

On 13-08-07 12:29 PM, Boris BREZILLON wrote:
> Add clocks to clock lookup table for uart DT entries.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Tested-by: Douglas Gilbert <dgilbert@interlog.com>

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

* [PATCH] ARM: at91: add missing uart clocks DT entries
@ 2013-08-07 16:52   ` Douglas Gilbert
  0 siblings, 0 replies; 6+ messages in thread
From: Douglas Gilbert @ 2013-08-07 16:52 UTC (permalink / raw)
  To: linux-arm-kernel

On 13-08-07 12:29 PM, Boris BREZILLON wrote:
> Add clocks to clock lookup table for uart DT entries.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Tested-by: Douglas Gilbert <dgilbert@interlog.com>

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

* Re: [PATCH] ARM: at91: add missing uart clocks DT entries
  2013-08-07 16:52   ` Douglas Gilbert
@ 2013-08-14  7:38     ` Nicolas Ferre
  -1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2013-08-14  7:38 UTC (permalink / raw)
  To: dgilbert, Boris BREZILLON
  Cc: Andrew Victor, Jean-Christophe Plagniol-Villard, Russell King,
	linux-arm-kernel, linux-kernel

On 07/08/2013 18:52, Douglas Gilbert :
> On 13-08-07 12:29 PM, Boris BREZILLON wrote:
>> Add clocks to clock lookup table for uart DT entries.
>>
>> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
> Tested-by: Douglas Gilbert <dgilbert@interlog.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

And stacked on at91-3.11-fixes. I will send it upstream soon (we will 
see if it is accepted for 3.11...).

Thanks, bye,
-- 
Nicolas Ferre

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

* [PATCH] ARM: at91: add missing uart clocks DT entries
@ 2013-08-14  7:38     ` Nicolas Ferre
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2013-08-14  7:38 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/08/2013 18:52, Douglas Gilbert :
> On 13-08-07 12:29 PM, Boris BREZILLON wrote:
>> Add clocks to clock lookup table for uart DT entries.
>>
>> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
> Tested-by: Douglas Gilbert <dgilbert@interlog.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

And stacked on at91-3.11-fixes. I will send it upstream soon (we will 
see if it is accepted for 3.11...).

Thanks, bye,
-- 
Nicolas Ferre

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

end of thread, other threads:[~2013-08-14  7:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-07 16:29 [PATCH] ARM: at91: add missing uart clocks DT entries Boris BREZILLON
2013-08-07 16:29 ` Boris BREZILLON
2013-08-07 16:52 ` Douglas Gilbert
2013-08-07 16:52   ` Douglas Gilbert
2013-08-14  7:38   ` Nicolas Ferre
2013-08-14  7:38     ` Nicolas Ferre

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.