sdrc2xxx.c (6832c95599e1a04f4b56b533718d1cda4689aec2) sdrc2xxx.c (622297fdec22310d57cc3222a8fc337993c7cd23)
1/*
2 * linux/arch/arm/mach-omap2/sdrc2xxx.c
3 *
4 * SDRAM timing related functions for OMAP2xxx
5 *
6 * Copyright (C) 2005, 2008 Texas Instruments Inc.
7 * Copyright (C) 2005, 2008 Nokia Corporation
8 *

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

20#include <linux/device.h>
21#include <linux/list.h>
22#include <linux/errno.h>
23#include <linux/delay.h>
24#include <linux/clk.h>
25#include <linux/io.h>
26
27#include <plat/clock.h>
1/*
2 * linux/arch/arm/mach-omap2/sdrc2xxx.c
3 *
4 * SDRAM timing related functions for OMAP2xxx
5 *
6 * Copyright (C) 2005, 2008 Texas Instruments Inc.
7 * Copyright (C) 2005, 2008 Nokia Corporation
8 *

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

20#include <linux/device.h>
21#include <linux/list.h>
22#include <linux/errno.h>
23#include <linux/delay.h>
24#include <linux/clk.h>
25#include <linux/io.h>
26
27#include <plat/clock.h>
28#include <plat/sram.h>
29
28
29#include "../plat-omap/sram.h"
30
30#include "soc.h"
31#include "iomap.h"
32#include "common.h"
33#include "prm2xxx_3xxx.h"
34#include "clock.h"
35#include "sdrc.h"
36
37/* Memory timing, DLL mode flags */

--- 134 unchanged lines hidden ---
31#include "soc.h"
32#include "iomap.h"
33#include "common.h"
34#include "prm2xxx_3xxx.h"
35#include "clock.h"
36#include "sdrc.h"
37
38/* Memory timing, DLL mode flags */

--- 134 unchanged lines hidden ---