]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: Add OMAP chip type structure; clean up mach-omap2/id.c
authorPaul Walmsley <paul@pwsan.com>
Thu, 3 Jul 2008 09:24:45 +0000 (12:24 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Jul 2008 09:24:45 +0000 (12:24 +0300)
commit097c584cd48844d9ef8402bdc6ab49e7e2135f31
tree119c301a4c811231e98918e6cb8e0c74cba68edd
parentff00fcc9ca8f18facbc3fcd779e85887e5a0d247
ARM: OMAP: Add OMAP chip type structure; clean up mach-omap2/id.c

Add a new OMAP chip identification interface, omap_chip_id.
omap_chip_id is a structure which contains one bit for each OMAP2/3
CPU type, and on 3430, ES level.  For example, the CHIP_IS_OMAP2420
bit is set in omap_chip at boot on an OMAP2420.  On OMAP3430ES2, both
CHIP_IS_OMAP3430 and CHIP_IS_OMAP3430ES2 bits are set.

omap_chip is set in mach-omap2/id.c by _set_omap_chip(). Other
code should use the omap_chip_is() function to test against omap_chip.

Also, clean up id.c by splitting some code out of
omap_check_revision() into its own function, _set_system_rev(); and
converting some debug printk()s into pr_debug().

Second revision.

Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/id.c
include/asm-arm/arch-omap/cpu.h