]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP: hwmod: revise deassert sequence
authorOmar Ramirez Luna <omar.luna@linaro.org>
Sun, 23 Sep 2012 23:28:21 +0000 (17:28 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 23 Sep 2012 23:28:21 +0000 (17:28 -0600)
commit716607704305b8e26f27eada18f4c72ea9a8a8f0
treede621a0b58d670ca829baa76d90b4ab11b9d682b
parentde8c2fc805e4d3b6da24283adbbc6597fecec299
ARM: OMAP: hwmod: revise deassert sequence

For a reset sequence to complete cleanly, a module needs its
associated clocks to be enabled, otherwise the timeout check
in prcm code can print a false failure (failed to hardreset)
that occurs because the clocks aren't powered ON and the status
bit checked can't transition without them.

Signed-off-by: Omar Ramirez Luna <omar.luna@linaro.org>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/omap_hwmod.c