summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorOmar Ramirez Luna <omar.luna@linaro.org>2012-11-20 01:05:49 (GMT)
committerJoerg Roedel <joro@8bytes.org>2012-12-03 17:48:01 (GMT)
commit87f8e57327bd8d85fb5b46cad29ac281430cc50d (patch)
treed1e3461eaf1e326adb83fde7afd85a710a258a3d /arch
parenta33977206cd167cb7541cf9044828552d9cae540 (diff)
downloadlinux-fsl-qoriq-87f8e57327bd8d85fb5b46cad29ac281430cc50d.tar.xz
iommu/omap: Keep mmu enabled when requested
The purpose of the mmu is to handle the memory accesses requested by its users. Typically, the mmu is bundled with the processing unit in a single IP block, which makes them to share the same clock to be functional. Currently, iommu code assumes that its user will be indirectly clocking it, but being a separate mmu driver, it should handle its own clocks, so as long as the mmu is requested it will be powered ON and once detached it will be powered OFF. The remaining clock handling out of iommu_enable and iommu_disable corresponds to paths that can be accessed through debugfs, some of them doesn't work if the module is not enabled first, but in future if the mmu is idled withouth freeing, these are needed to debug. Signed-off-by: Omar Ramirez Luna <omar.luna@linaro.org> Tested-by: Ohad Ben-Cohen <ohad@wizery.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions