]> git.baikalelectronics.ru Git - kernel.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)
commitd72833b74ab1b05c356ddff6ebea1b778361ff32
tree89533d08d02e7209c5f1f37cd9b7777fe1c298b8
parentf295cc3908963cb912eabfe92df144e3c1cd0f4c
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