pm34xx.c (6832c95599e1a04f4b56b533718d1cda4689aec2) pm34xx.c (622297fdec22310d57cc3222a8fc337993c7cd23)
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.

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

30#include <linux/slab.h>
31#include <linux/platform_data/gpio-omap.h>
32
33#include <trace/events/power.h>
34
35#include <asm/suspend.h>
36#include <asm/system_misc.h>
37
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.

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

30#include <linux/slab.h>
31#include <linux/platform_data/gpio-omap.h>
32
33#include <trace/events/power.h>
34
35#include <asm/suspend.h>
36#include <asm/system_misc.h>
37
38#include <plat/sram.h>
39#include "clockdomain.h"
40#include "powerdomain.h"
41#include <plat/prcm.h>
42#include <plat-omap/dma-omap.h>
43
38#include "clockdomain.h"
39#include "powerdomain.h"
40#include <plat/prcm.h>
41#include <plat-omap/dma-omap.h>
42
43#include "../plat-omap/sram.h"
44
44#include "common.h"
45#include "cm2xxx_3xxx.h"
46#include "cm-regbits-34xx.h"
47#include "gpmc.h"
48#include "prm-regbits-34xx.h"
49
50#include "prm2xxx_3xxx.h"
51#include "pm.h"

--- 709 unchanged lines hidden ---
45#include "common.h"
46#include "cm2xxx_3xxx.h"
47#include "cm-regbits-34xx.h"
48#include "gpmc.h"
49#include "prm-regbits-34xx.h"
50
51#include "prm2xxx_3xxx.h"
52#include "pm.h"

--- 709 unchanged lines hidden ---