Re: [PATCH 1/3] clk: at91: fix programmable clk irq handling

2014-02-04 Thread Nicolas Ferre
On 03/02/2014 12:25, Boris BREZILLON : > The prog irq is a level irq reflecting the prog clk status. As a result the > irq line will stay high when the prog clk is ready and the system will > hang. > Disable the irq when it is handled to avoid this problem. > > Signed-off-by: Boris BREZILLON Ack

[PATCH 1/3] clk: at91: fix programmable clk irq handling

2014-02-03 Thread Boris BREZILLON
The prog irq is a level irq reflecting the prog clk status. As a result the irq line will stay high when the prog clk is ready and the system will hang. Disable the irq when it is handled to avoid this problem. Signed-off-by: Boris BREZILLON --- drivers/clk/at91/clk-programmable.c |5 -