pm.c (1540f214065982e6cbc6b8da1fe65a15e358f7c5) | pm.c (72e06d087204f3bc9acf281717b90ebf0b9731f7) |
---|---|
1/* 2 * pm.c - Common OMAP2+ power management-related code 3 * 4 * Copyright (C) 2010 Texas Instruments, Inc. 5 * Copyright (C) 2010 Nokia Corporation 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 4 unchanged lines hidden (view full) --- 13#include <linux/init.h> 14#include <linux/io.h> 15#include <linux/err.h> 16 17#include <plat/omap-pm.h> 18#include <plat/omap_device.h> 19#include <plat/common.h> 20 | 1/* 2 * pm.c - Common OMAP2+ power management-related code 3 * 4 * Copyright (C) 2010 Texas Instruments, Inc. 5 * Copyright (C) 2010 Nokia Corporation 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License version 2 as --- 4 unchanged lines hidden (view full) --- 13#include <linux/init.h> 14#include <linux/io.h> 15#include <linux/err.h> 16 17#include <plat/omap-pm.h> 18#include <plat/omap_device.h> 19#include <plat/common.h> 20 |
21#include <plat/powerdomain.h> | 21#include "powerdomain.h" |
22#include "clockdomain.h" 23 24static struct omap_device_pm_latency *pm_lats; 25 26static struct device *mpu_dev; 27static struct device *iva_dev; 28static struct device *l3_dev; 29static struct device *dsp_dev; --- 118 unchanged lines hidden --- | 22#include "clockdomain.h" 23 24static struct omap_device_pm_latency *pm_lats; 25 26static struct device *mpu_dev; 27static struct device *iva_dev; 28static struct device *l3_dev; 29static struct device *dsp_dev; --- 118 unchanged lines hidden --- |