clockdomain.c (1540f214065982e6cbc6b8da1fe65a15e358f7c5) | clockdomain.c (72e06d087204f3bc9acf281717b90ebf0b9731f7) |
---|---|
1/* 2 * OMAP2/3/4 clockdomain framework functions 3 * 4 * Copyright (C) 2008-2010 Texas Instruments, Inc. 5 * Copyright (C) 2008-2010 Nokia Corporation 6 * 7 * Written by Paul Walmsley and Jouni Högander 8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> --- 20 unchanged lines hidden (view full) --- 29#include "prm2xxx_3xxx.h" 30#include "prm-regbits-24xx.h" 31#include "cm2xxx_3xxx.h" 32#include "cm-regbits-24xx.h" 33#include "cminst44xx.h" 34#include "prcm44xx.h" 35 36#include <plat/clock.h> | 1/* 2 * OMAP2/3/4 clockdomain framework functions 3 * 4 * Copyright (C) 2008-2010 Texas Instruments, Inc. 5 * Copyright (C) 2008-2010 Nokia Corporation 6 * 7 * Written by Paul Walmsley and Jouni Högander 8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> --- 20 unchanged lines hidden (view full) --- 29#include "prm2xxx_3xxx.h" 30#include "prm-regbits-24xx.h" 31#include "cm2xxx_3xxx.h" 32#include "cm-regbits-24xx.h" 33#include "cminst44xx.h" 34#include "prcm44xx.h" 35 36#include <plat/clock.h> |
37#include <plat/powerdomain.h> | 37#include "powerdomain.h" |
38#include "clockdomain.h" 39#include <plat/prcm.h> 40 41/* clkdm_list contains all registered struct clockdomains */ 42static LIST_HEAD(clkdm_list); 43 44/* array of clockdomain deps to be added/removed when clkdm in hwsup mode */ 45static struct clkdm_autodep *autodeps; --- 976 unchanged lines hidden --- | 38#include "clockdomain.h" 39#include <plat/prcm.h> 40 41/* clkdm_list contains all registered struct clockdomains */ 42static LIST_HEAD(clkdm_list); 43 44/* array of clockdomain deps to be added/removed when clkdm in hwsup mode */ 45static struct clkdm_autodep *autodeps; --- 976 unchanged lines hidden --- |