ARM: OMAP2: Add common register access for 24xx and 34xx
authorPaul Walmsley <paul@pwsan.com>
Tue, 18 Mar 2008 08:02:50 +0000 (10:02 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 14 Apr 2008 17:27:25 +0000 (10:27 -0700)
commit69d88a00a240fbed07fb6943c862ea3188e9097d
tree7656c3266f5e0b2ce6f92f5f0bb843126989a9bb
parent9330899e0f878ff3b7a23b856de8bbb52c9c04fd
ARM: OMAP2: Add common register access for 24xx and 34xx

This patch adds common register access for 24xx and 34xx power
and clock management in order to share code between 24xx and 34xx.

Only change USB platform init code to use new register access, other
access will be changed in later patches.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
12 files changed:
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/cm-regbits-24xx.h [new file with mode: 0644]
arch/arm/mach-omap2/cm.h [new file with mode: 0644]
arch/arm/mach-omap2/control.c [new file with mode: 0644]
arch/arm/mach-omap2/prcm-common.h [new file with mode: 0644]
arch/arm/mach-omap2/prm-regbits-24xx.h [new file with mode: 0644]
arch/arm/mach-omap2/prm.h [new file with mode: 0644]
arch/arm/mach-omap2/sdrc.h [new file with mode: 0644]
arch/arm/plat-omap/usb.c
include/asm-arm/arch-omap/control.h [new file with mode: 0644]
include/asm-arm/arch-omap/sdrc.h [new file with mode: 0644]
include/asm-arm/arch-omap/usb.h