]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ARM] OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx code
authorPaul Walmsley <paul@pwsan.com>
Wed, 28 Jan 2009 19:27:37 +0000 (12:27 -0700)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 8 Feb 2009 17:50:39 +0000 (17:50 +0000)
commitf2ab99778a1a04ddbae38f4de4ef40f2edb92080
treecb2e52c92d22393c5d3784013f4cd9f8897c2bd4
parent96609ef4009515f0667a52b7776c21418df19bd8
[ARM] 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.

linux-omap source commit is bf1612b9d8d29379558500cd5de9ae0367c41fc4.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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
arch/arm/plat-omap/include/mach/common.h
arch/arm/plat-omap/include/mach/sdrc.h