pm44xx.c (214e2ca2b82d335935a861c253fe94c61ad77aad) | pm44xx.c (e4c060db2c13f10de09101afc564763f9fd0019a) |
---|---|
1/* 2 * OMAP4 Power Management Routines 3 * 4 * Copyright (C) 2010-2011 Texas Instruments, Inc. 5 * Rajendra Nayak <rnayak@ti.com> 6 * Santosh Shilimkar <santosh.shilimkar@ti.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 4 unchanged lines hidden (view full) --- 13#include <linux/pm.h> 14#include <linux/suspend.h> 15#include <linux/module.h> 16#include <linux/list.h> 17#include <linux/err.h> 18#include <linux/slab.h> 19#include <asm/system_misc.h> 20 | 1/* 2 * OMAP4 Power Management Routines 3 * 4 * Copyright (C) 2010-2011 Texas Instruments, Inc. 5 * Rajendra Nayak <rnayak@ti.com> 6 * Santosh Shilimkar <santosh.shilimkar@ti.com> 7 * 8 * This program is free software; you can redistribute it and/or modify --- 4 unchanged lines hidden (view full) --- 13#include <linux/pm.h> 14#include <linux/suspend.h> 15#include <linux/module.h> 16#include <linux/list.h> 17#include <linux/err.h> 18#include <linux/slab.h> 19#include <asm/system_misc.h> 20 |
21#include "soc.h" |
|
21#include "common.h" 22#include "clockdomain.h" 23#include "powerdomain.h" 24#include "pm.h" 25 26struct power_state { 27 struct powerdomain *pwrdm; 28 u32 next_state; --- 186 unchanged lines hidden --- | 22#include "common.h" 23#include "clockdomain.h" 24#include "powerdomain.h" 25#include "pm.h" 26 27struct power_state { 28 struct powerdomain *pwrdm; 29 u32 next_state; --- 186 unchanged lines hidden --- |