]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx code
authorPaul Walmsley <paul@pwsan.com>
Tue, 8 Jul 2008 02:54:45 +0000 (20:54 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 5 Aug 2008 12:04:58 +0000 (15:04 +0300)
commitbf1612b9d8d29379558500cd5de9ae0367c41fc4
treedb7f870ee16b6c7ce5d5cc445fc9ef1f09f3a55b
parentfe212f797e2efef9dc88bcb5db7cf9db3f9f562e
OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx code

Separate SDRC code common to OMAP2/3 from mach-omap2/sdrc2xxx.c to
mach-omap2/sdrc.c.  Rename the OMAP2xxx-specific functions to use an
'omap2xxx' prefix rather than an 'omap2' prefix, and use "sdrc" in the
function names rather than "memory."  Mark several functions
as static that should not be used outside the sdrc2xxx.c file.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/clock24xx.c
arch/arm/mach-omap2/io.c
arch/arm/mach-omap2/sdrc.c [new file with mode: 0644]
arch/arm/mach-omap2/sdrc2xxx.c
arch/arm/plat-omap/common.c
include/asm-arm/arch-omap/common.h
include/asm-arm/arch-omap/sdrc.h