commit | 8accb8fdf6ea6e1e4eb513e88e06d629ed01103b | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Wed Nov 16 07:04:53 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 30 09:17:18 2016 -0200 |
tree | 2aabd54382480045982af46640d5e18ddf15a489 | |
parent | 2e4e084465dd21f8a76c9fc5da496009d5803ada [diff] |
[media] s5p-mfc: Ensure that clock is disabled before turning power off Move clock disabling before turning power off. This will enable later to add calls to clk_prepare/unprepare in the s5p_mfc_power_off() function to avoid keeping clocks prepared all the time when driver is bound. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>