Re: [PATCH 04/33] ARM: at91: prepare common clk transition for rm9200

2014-07-02 Thread Boris BREZILLON
On Tue, 1 Jul 2014 16:12:13 +0200 Alexandre Belloni wrote: > Enclose the rm9200 old clk registration in "#if > defined(CONFIG_OLD_CLK_AT91) #endif" > Acked-by: Boris BREZILLON > Signed-off-by: Alexandre Belloni > --- > arch/arm/mach-at91/at91rm9200.c | 6 +- > 1 file changed, 5

Re: [PATCH 04/33] ARM: at91: prepare common clk transition for rm9200

2014-07-02 Thread Boris BREZILLON
On Tue, 1 Jul 2014 16:12:13 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: Enclose the rm9200 old clk registration in #if defined(CONFIG_OLD_CLK_AT91) #endif Acked-by: Boris BREZILLON boris.brezil...@free-electrons.com Signed-off-by: Alexandre Belloni

[PATCH 04/33] ARM: at91: prepare common clk transition for rm9200

2014-07-01 Thread Alexandre Belloni
Enclose the rm9200 old clk registration in "#if defined(CONFIG_OLD_CLK_AT91) #endif" Signed-off-by: Alexandre Belloni --- arch/arm/mach-at91/at91rm9200.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91rm9200.c b/arch/arm/mach-at91/at91rm9200.c

[PATCH 04/33] ARM: at91: prepare common clk transition for rm9200

2014-07-01 Thread Alexandre Belloni
Enclose the rm9200 old clk registration in #if defined(CONFIG_OLD_CLK_AT91) #endif Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- arch/arm/mach-at91/at91rm9200.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-at91/at91rm9200.c