pm34xx.c (e05dacd71db0a5da7c1a44bcaab2a8a240b9c233) pm34xx.c (139563ad27e7baad7935b8113940f0d804cf513b)
1/*
2 * OMAP3 Power Management Routines
3 *
4 * Copyright (C) 2006-2008 Nokia Corporation
5 * Tony Lindgren <tony@atomide.com>
6 * Jouni Hogander
7 *
8 * Copyright (C) 2007 Texas Instruments, Inc.

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

43#include <plat/gpmc.h>
44#include <plat/dma.h>
45
46#include "common.h"
47#include "cm2xxx_3xxx.h"
48#include "cm-regbits-34xx.h"
49#include "prm-regbits-34xx.h"
50
1/*
2 * OMAP3 Power Management Routines
3 *
4 * Copyright (C) 2006-2008 Nokia Corporation
5 * Tony Lindgren <tony@atomide.com>
6 * Jouni Hogander
7 *
8 * Copyright (C) 2007 Texas Instruments, Inc.

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

43#include <plat/gpmc.h>
44#include <plat/dma.h>
45
46#include "common.h"
47#include "cm2xxx_3xxx.h"
48#include "cm-regbits-34xx.h"
49#include "prm-regbits-34xx.h"
50
51#include "prm2xxx_3xxx.h"
51#include "prm3xxx.h"
52#include "pm.h"
53#include "sdrc.h"
54#include "control.h"
55
56/* pm34xx errata defined in pm.h */
57u16 pm34xx_errata;
58
59struct power_state {

--- 702 unchanged lines hidden ---
52#include "pm.h"
53#include "sdrc.h"
54#include "control.h"
55
56/* pm34xx errata defined in pm.h */
57u16 pm34xx_errata;
58
59struct power_state {

--- 702 unchanged lines hidden ---