clock.c (e05dacd71db0a5da7c1a44bcaab2a8a240b9c233) clock.c (ff4ae5d9319b86f940e410e92659c50f9879ff46)
1/*
2 * linux/arch/arm/mach-omap2/clock.c
3 *
4 * Copyright (C) 2005-2008 Texas Instruments, Inc.
5 * Copyright (C) 2004-2010 Nokia Corporation
6 *
7 * Contacts:
8 * Richard Woodruff <r-woodruff2@ti.com>

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

28#include <plat/clock.h>
29#include <plat/prcm.h>
30
31#include <trace/events/power.h>
32
33#include "soc.h"
34#include "clockdomain.h"
35#include "clock.h"
1/*
2 * linux/arch/arm/mach-omap2/clock.c
3 *
4 * Copyright (C) 2005-2008 Texas Instruments, Inc.
5 * Copyright (C) 2004-2010 Nokia Corporation
6 *
7 * Contacts:
8 * Richard Woodruff <r-woodruff2@ti.com>

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

28#include <plat/clock.h>
29#include <plat/prcm.h>
30
31#include <trace/events/power.h>
32
33#include "soc.h"
34#include "clockdomain.h"
35#include "clock.h"
36#include "cm2xxx_3xxx.h"
36#include "cm2xxx.h"
37#include "cm3xxx.h"
37#include "cm-regbits-24xx.h"
38#include "cm-regbits-34xx.h"
39
40u16 cpu_mask;
41
42/*
43 * clkdm_control: if true, then when a clock is enabled in the
44 * hardware, its clockdomain will first be enabled; and when a clock

--- 479 unchanged lines hidden ---
38#include "cm-regbits-24xx.h"
39#include "cm-regbits-34xx.h"
40
41u16 cpu_mask;
42
43/*
44 * clkdm_control: if true, then when a clock is enabled in the
45 * hardware, its clockdomain will first be enabled; and when a clock

--- 479 unchanged lines hidden ---