]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
platform: tegra: la: Use clk_get_sys()
authorAlex Waterman <alexw@nvidia.com>
Tue, 3 Mar 2015 20:42:53 +0000 (12:42 -0800)
committerKrishna Reddy <vdumpa@nvidia.com>
Mon, 9 Mar 2015 17:41:42 +0000 (10:41 -0700)
commitfa36af970765fa68d5df259b7f7f3e019a606764
treedcf72de35c0a3a008b8ab9ba3490c1b8437455bd
parent4a014df2148d617203661467d98242d2b5446621
platform: tegra: la: Use clk_get_sys()

Instead of using clk_get(), use clk_get_sys() so we avoid the "wildcard"
EMC clock matching.

This patch is part of a series of patches to fix a camera underflow due
to missing emc clocks in IsoMgr. To correctly fix that bug we need to
remove the EMC wildcard match. As a result all usages of the EMC wildcard
matching need to be removed.

Bug 200083696

Change-Id: I7549cb5a771c2c07f5ffb662d7686a9c9beea132
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/713418
Reviewed-by: Hoang Pham <hopham@nvidia.com>
Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
drivers/platform/tegra/mc/latency_allowance.c
drivers/platform/tegra/mc/tegra21x_la.c