control.c (9edd576d89a5b6d3e136d7dcab654d887c0d25b7) | control.c (ee0839c22cdda7f2e5f06e2d0351e2b49e0975ff) |
---|---|
1/* 2 * OMAP2/3 System Control Module register access 3 * 4 * Copyright (C) 2007 Texas Instruments, Inc. 5 * Copyright (C) 2007 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13#undef DEBUG 14 15#include <linux/kernel.h> 16#include <linux/io.h> 17 | 1/* 2 * OMAP2/3 System Control Module register access 3 * 4 * Copyright (C) 2007 Texas Instruments, Inc. 5 * Copyright (C) 2007 Nokia Corporation 6 * 7 * Written by Paul Walmsley 8 * 9 * This program is free software; you can redistribute it and/or modify 10 * it under the terms of the GNU General Public License version 2 as 11 * published by the Free Software Foundation. 12 */ 13#undef DEBUG 14 15#include <linux/kernel.h> 16#include <linux/io.h> 17 |
18#include "common.h" | |
19#include <plat/sdrc.h> 20 | 18#include <plat/sdrc.h> 19 |
20#include "iomap.h" 21#include "common.h" |
|
21#include "cm-regbits-34xx.h" 22#include "prm-regbits-34xx.h" 23#include "prm2xxx_3xxx.h" 24#include "cm2xxx_3xxx.h" 25#include "sdrc.h" 26#include "pm.h" 27#include "control.h" 28 --- 537 unchanged lines hidden --- | 22#include "cm-regbits-34xx.h" 23#include "prm-regbits-34xx.h" 24#include "prm2xxx_3xxx.h" 25#include "cm2xxx_3xxx.h" 26#include "sdrc.h" 27#include "pm.h" 28#include "control.h" 29 --- 537 unchanged lines hidden --- |