]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP4+: hwmod code: remove clkdm requirement in _omap4_wait_target_*()
authorPaul Walmsley <paul@pwsan.com>
Sun, 23 Sep 2012 23:28:18 +0000 (17:28 -0600)
committerPaul Walmsley <paul@pwsan.com>
Sun, 23 Sep 2012 23:28:18 +0000 (17:28 -0600)
commitcc0d9bbff1feeb1f81cb2d60af9b69f0b4456eb9
treebd0dc7c3b4027a60abfc0f388b97355c87400af2
parent153978de0ff84d19ffa68b9563069c201733e3d0
ARM: OMAP4+: hwmod code: remove clkdm requirement in _omap4_wait_target_*()

We're no longer requiring struct omap_hwmod records to contain a
clockdomain.  So we shouldn't return -EINVAL any more from
_omap4_wait_target_disable() or _omap4_wait_target_ready() if there's
no clockdomain defined, since that just gets passed back to the
caller.  This can result in pointless warnings under the relaxed data
format.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: BenoƮt Cousson <b-cousson@ti.com>
arch/arm/mach-omap2/omap_hwmod.c