diff options
author | Liu Ying <Ying.liu@freescale.com> | 2013-01-18 16:30:40 +0800 |
---|---|---|
committer | Liu Ying <Ying.liu@freescale.com> | 2013-01-18 16:32:22 +0800 |
commit | 78f0495e79f3b18d3f56ac8bf6ca76a5cea91cf5 (patch) | |
tree | 4e0442e0f91d5c5c2aa2dfa85aa315fb37ee8e60 | |
parent | 06e5772151c3b8e060110fbb2b1ce83ef6be70dd (diff) |
ENGR00240740-2 ARM:IPUv3:Add an interface to disable IPU hsp clk
This patch adds an interface to disable IPU hsp clock so that it
can be called out of ipu common driver.
Signed-off-by: Liu Ying <Ying.Liu@freescale.com>
-rwxr-xr-x | arch/arm/plat-mxc/include/mach/ipu-v3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-mxc/include/mach/ipu-v3.h b/arch/arm/plat-mxc/include/mach/ipu-v3.h index ace1635c3b3a..bf4b27f533d9 100755 --- a/arch/arm/plat-mxc/include/mach/ipu-v3.h +++ b/arch/arm/plat-mxc/include/mach/ipu-v3.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Sascha Hauer <s.hauer@pengutronix.de> - * Copyright (C) 2011-2012 Freescale Semiconductor, Inc. + * Copyright (C) 2011-2013 Freescale Semiconductor, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -587,6 +587,7 @@ struct ipu_soc; struct ipu_soc *ipu_get_soc(int id); int32_t ipu_init_channel(struct ipu_soc *ipu, ipu_channel_t channel, ipu_channel_params_t *params); void ipu_uninit_channel(struct ipu_soc *ipu, ipu_channel_t channel); +void ipu_disable_hsp_clk(struct ipu_soc *ipu); static inline bool ipu_can_rotate_in_place(ipu_rotate_mode_t rot) { |