]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[media] s5p-mfc: Fix selective sclk_mfc init
authorJacek Anaszewski <j.anaszewski@samsung.com>
Thu, 10 Jul 2014 09:00:39 +0000 (06:00 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 21 Jul 2014 18:35:15 +0000 (15:35 -0300)
commitd19f405a5a8d2ed942b40f8cf7929a5a50d0cc59
tree3b894f992f93397200629fe6a63efeb0640c84b4
parent69b9fe22b19b31d9de96d4a181f7206fd29ab743
[media] s5p-mfc: Fix selective sclk_mfc init

fc906b6d "Remove special clock usage in driver" removed
initialization of MFC special clock, arguing that there's
no need to do it explicitly, since it's one of MFC gate clock's
dependencies and gets enabled along with it. However, there's
no promise of keeping this hierarchy across Exynos SoC
releases, therefore this approach fails to provide a stable,
portable solution.

Out of all MFC versions, only v6 doesn't use special clock at all.
For other versions log a message only in case clk_get fails,
as not all the devices with the same MFC version require
initializing the clock explicitly.

Signed-off-by: Mateusz Zalega <m.zalega@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/s5p-mfc/s5p_mfc_pm.c