clockdomain.c (a135eaae524acba1509a3b19c97fae556e4da7cd) clockdomain.c (e4c060db2c13f10de09101afc564763f9fd0019a)
1/*
2 * OMAP2/3/4 clockdomain framework functions
3 *
4 * Copyright (C) 2008-2011 Texas Instruments, Inc.
5 * Copyright (C) 2008-2011 Nokia Corporation
6 *
7 * Written by Paul Walmsley and Jouni Högander
8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com>

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

22#include <linux/clk.h>
23#include <linux/limits.h>
24#include <linux/err.h>
25
26#include <linux/io.h>
27
28#include <linux/bitops.h>
29
1/*
2 * OMAP2/3/4 clockdomain framework functions
3 *
4 * Copyright (C) 2008-2011 Texas Instruments, Inc.
5 * Copyright (C) 2008-2011 Nokia Corporation
6 *
7 * Written by Paul Walmsley and Jouni Högander
8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com>

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

22#include <linux/clk.h>
23#include <linux/limits.h>
24#include <linux/err.h>
25
26#include <linux/io.h>
27
28#include <linux/bitops.h>
29
30#include "soc.h"
30#include "clock.h"
31#include "clockdomain.h"
32
33/* clkdm_list contains all registered struct clockdomains */
34static LIST_HEAD(clkdm_list);
35
36/* array of clockdomain deps to be added/removed when clkdm in hwsup mode */
37static struct clkdm_autodep *autodeps;

--- 1049 unchanged lines hidden ---
31#include "clock.h"
32#include "clockdomain.h"
33
34/* clkdm_list contains all registered struct clockdomains */
35static LIST_HEAD(clkdm_list);
36
37/* array of clockdomain deps to be added/removed when clkdm in hwsup mode */
38static struct clkdm_autodep *autodeps;

--- 1049 unchanged lines hidden ---