Mark each interface clock with a corresponding CM_AUTOIDLE bit with a clkops that has the allow_idle/deny_idle function pointers populated. This allows the OMAP clock framework to enable and disable autoidle for these clocks. Signed-off-by: Paul Walmsley <paul@pwsan.com> Tested-by: Rajendra Nayak <rnayak@ti.com> Reviewed-by: Kevin Hilman <khilman@ti.com>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			626 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			626 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * OMAP34xx clock function prototypes and macros
 | 
						|
 *
 | 
						|
 * Copyright (C) 2007-2010 Texas Instruments, Inc.
 | 
						|
 * Copyright (C) 2007-2011 Nokia Corporation
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
 | 
						|
#define __ARCH_ARM_MACH_OMAP2_CLOCK34XX_H
 | 
						|
 | 
						|
extern const struct clkops clkops_omap3430es2_ssi_wait;
 | 
						|
extern const struct clkops clkops_omap3430es2_iclk_ssi_wait;
 | 
						|
extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
 | 
						|
extern const struct clkops clkops_omap3430es2_iclk_hsotgusb_wait;
 | 
						|
extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
 | 
						|
extern const struct clkops clkops_omap3430es2_iclk_dss_usbhost_wait;
 | 
						|
 | 
						|
#endif
 |