Re: [PATCH 8/8] at91/avr32/atmel_lcdfb: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:22, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON Acked-by: Nicolas Ferre --- drivers/video/atmel_lcdfb.c |8 1 file changed, 4 insertions(+), 4

Re: [PATCH 8/8] at91/avr32/atmel_lcdfb: prepare clk before calling enable

2013-06-20 Thread Nicolas Ferre
On 19/06/2013 13:22, Boris BREZILLON : Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com Acked-by: Nicolas Ferre nicolas.fe...@atmel.com --- drivers/video/atmel_lcdfb.c |8

[PATCH 8/8] at91/avr32/atmel_lcdfb: prepare clk before calling enable

2013-06-19 Thread Boris BREZILLON
Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON --- drivers/video/atmel_lcdfb.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/video/atmel_lcdfb.c

[PATCH 8/8] at91/avr32/atmel_lcdfb: prepare clk before calling enable

2013-06-19 Thread Boris BREZILLON
Replace clk_enable/disable with clk_prepare_enable/disable_unprepare to avoid common clk framework warnings. Signed-off-by: Boris BREZILLON b.brezil...@overkiz.com --- drivers/video/atmel_lcdfb.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git