clockdomain.h (a135eaae524acba1509a3b19c97fae556e4da7cd) clockdomain.h (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * OMAP2/3 clockdomain framework functions
3 *
4 * Copyright (C) 2008, 2012 Texas Instruments, Inc.
5 * Copyright (C) 2008-2011 Nokia Corporation
6 *
7 * Paul Walmsley
8 *

--- 6 unchanged lines hidden (view full) ---

15#define __ARCH_ARM_MACH_OMAP2_CLOCKDOMAIN_H
16
17#include <linux/init.h>
18#include <linux/spinlock.h>
19
20#include "powerdomain.h"
21#include "clock.h"
22#include "omap_hwmod.h"
1/*
2 * OMAP2/3 clockdomain framework functions
3 *
4 * Copyright (C) 2008, 2012 Texas Instruments, Inc.
5 * Copyright (C) 2008-2011 Nokia Corporation
6 *
7 * Paul Walmsley
8 *

--- 6 unchanged lines hidden (view full) ---

15#define __ARCH_ARM_MACH_OMAP2_CLOCKDOMAIN_H
16
17#include <linux/init.h>
18#include <linux/spinlock.h>
19
20#include "powerdomain.h"
21#include "clock.h"
22#include "omap_hwmod.h"
23#include <plat/cpu.h>
24
25/*
26 * Clockdomain flags
27 *
28 * XXX Document CLKDM_CAN_* flags
29 *
30 * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this
31 * clockdomain. (Currently, this applies to OMAP3 clockdomains only.)

--- 199 unchanged lines hidden ---
23
24/*
25 * Clockdomain flags
26 *
27 * XXX Document CLKDM_CAN_* flags
28 *
29 * CLKDM_NO_AUTODEPS: Prevent "autodeps" from being added/removed from this
30 * clockdomain. (Currently, this applies to OMAP3 clockdomains only.)

--- 199 unchanged lines hidden ---