sleep34xx.S (d4bbf7e7759afc172e2bfbc5c416324590049cdd) | sleep34xx.S (ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff) |
---|---|
1/* 2 * (C) Copyright 2007 3 * Texas Instruments 4 * Karthik Dasu <karthik-dp@ti.com> 5 * 6 * (C) Copyright 2004 7 * Texas Instruments, <www.ti.com> 8 * Richard Woodruff <r-woodruff2@ti.com> --- 9 unchanged lines hidden (view full) --- 18 * GNU General Public License for more details. 19 * 20 * You should have received a copy of the GNU General Public License 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23 * MA 02111-1307 USA 24 */ 25#include <linux/linkage.h> | 1/* 2 * (C) Copyright 2007 3 * Texas Instruments 4 * Karthik Dasu <karthik-dp@ti.com> 5 * 6 * (C) Copyright 2004 7 * Texas Instruments, <www.ti.com> 8 * Richard Woodruff <r-woodruff2@ti.com> --- 9 unchanged lines hidden (view full) --- 18 * GNU General Public License for more details. 19 * 20 * You should have received a copy of the GNU General Public License 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23 * MA 02111-1307 USA 24 */ 25#include <linux/linkage.h> |
26 |
|
26#include <asm/assembler.h> | 27#include <asm/assembler.h> |
28 |
|
27#include <plat/sram.h> | 29#include <plat/sram.h> |
28#include <mach/io.h> | |
29 | 30 |
31#include "iomap.h" |
|
30#include "cm2xxx_3xxx.h" 31#include "prm2xxx_3xxx.h" 32#include "sdrc.h" 33#include "control.h" 34 35/* 36 * Registers access definitions 37 */ --- 577 unchanged lines hidden --- | 32#include "cm2xxx_3xxx.h" 33#include "prm2xxx_3xxx.h" 34#include "sdrc.h" 35#include "control.h" 36 37/* 38 * Registers access definitions 39 */ --- 577 unchanged lines hidden --- |