]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: at91: fix programmable clk irq handling
authorJean-Jacques Hiblot <jjhiblot@traphandler.com>
Tue, 11 Mar 2014 09:00:34 +0000 (10:00 +0100)
committerMike Turquette <mturquette@linaro.org>
Wed, 19 Mar 2014 22:21:56 +0000 (15:21 -0700)
commitcce6db80a049b23f867f4afded70ca8027876a08
tree89533d08d02e7209c5f1f37cd9b7777fe1c298b8
parent693bb3d99d06e174c31471b58c8f0b97e1479b08
clk: at91: fix programmable clk irq handling

The PCKRDY bit is not set until the system clock is enabled.
This patch moves the management of the ready status in the system clock
driver.

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/at91/clk-programmable.c
drivers/clk/at91/clk-system.c