io.c (1540f214065982e6cbc6b8da1fe65a15e358f7c5) io.c (72e06d087204f3bc9acf281717b90ebf0b9731f7)
1/*
2 * linux/arch/arm/mach-omap2/io.c
3 *
4 * OMAP2 I/O mapping code
5 *
6 * Copyright (C) 2005 Nokia Corporation
7 * Copyright (C) 2007-2009 Texas Instruments
8 *

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

34#include <plat/serial.h>
35
36#include "clock2xxx.h"
37#include "clock3xxx.h"
38#include "clock44xx.h"
39#include "io.h"
40
41#include <plat/omap-pm.h>
1/*
2 * linux/arch/arm/mach-omap2/io.c
3 *
4 * OMAP2 I/O mapping code
5 *
6 * Copyright (C) 2005 Nokia Corporation
7 * Copyright (C) 2007-2009 Texas Instruments
8 *

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

34#include <plat/serial.h>
35
36#include "clock2xxx.h"
37#include "clock3xxx.h"
38#include "clock44xx.h"
39#include "io.h"
40
41#include <plat/omap-pm.h>
42#include <plat/powerdomain.h>
42#include "powerdomain.h"
43
44#include "clockdomain.h"
45#include <plat/omap_hwmod.h>
46#include <plat/multi.h>
47
48/*
49 * The machine specific code may provide the extra mapping besides the
50 * default mapping provided here.

--- 404 unchanged lines hidden ---
43
44#include "clockdomain.h"
45#include <plat/omap_hwmod.h>
46#include <plat/multi.h>
47
48/*
49 * The machine specific code may provide the extra mapping besides the
50 * default mapping provided here.

--- 404 unchanged lines hidden ---