powerdomain.c (1540f214065982e6cbc6b8da1fe65a15e358f7c5) | powerdomain.c (72e06d087204f3bc9acf281717b90ebf0b9731f7) |
---|---|
1/* 2 * OMAP powerdomain control 3 * 4 * Copyright (C) 2007-2008 Texas Instruments, Inc. 5 * Copyright (C) 2007-2009 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> --- 12 unchanged lines hidden (view full) --- 21#include <linux/string.h> 22#include "cm2xxx_3xxx.h" 23#include "prcm44xx.h" 24#include "cm44xx.h" 25#include "prm2xxx_3xxx.h" 26#include "prm44xx.h" 27 28#include <plat/cpu.h> | 1/* 2 * OMAP powerdomain control 3 * 4 * Copyright (C) 2007-2008 Texas Instruments, Inc. 5 * Copyright (C) 2007-2009 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * Added OMAP4 specific support by Abhijit Pagare <abhijitpagare@ti.com> --- 12 unchanged lines hidden (view full) --- 21#include <linux/string.h> 22#include "cm2xxx_3xxx.h" 23#include "prcm44xx.h" 24#include "cm44xx.h" 25#include "prm2xxx_3xxx.h" 26#include "prm44xx.h" 27 28#include <plat/cpu.h> |
29#include <plat/powerdomain.h> | 29#include "powerdomain.h" |
30#include "clockdomain.h" 31#include <plat/prcm.h> 32 33#include "pm.h" 34 35enum { 36 PWRDM_STATE_NOW = 0, 37 PWRDM_STATE_PREV, --- 874 unchanged lines hidden --- | 30#include "clockdomain.h" 31#include <plat/prcm.h> 32 33#include "pm.h" 34 35enum { 36 PWRDM_STATE_NOW = 0, 37 PWRDM_STATE_PREV, --- 874 unchanged lines hidden --- |