]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
ARM: AM33xx: fix module_wait_ready without clkctrl register
authorTero Kristo <t-kristo@ti.com>
Thu, 30 Jun 2016 13:15:03 +0000 (16:15 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Jul 2016 14:15:47 +0000 (07:15 -0700)
commit183e2077d007aa4b697efba095ecfea7244a6107
tree791f9f6bcbc4ee0ff9657c37a2cf1cc1d1afd39e
parent1d9a5425654de6bb141c7ca1d5dde120ee8c5430
ARM: AM33xx: fix module_wait_ready without clkctrl register

If the module has no clkctrl register defined, module_wait_ready should
not try to access this. This can potentially cause an illegal register
access, and result in bad idle reporting also.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cm33xx.c