]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: correct misc 15xx and non-15xx platform code
authorandrzej zaborowski <balrog@zabor.org>
Thu, 28 Sep 2006 13:58:34 +0000 (16:58 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 28 Sep 2006 13:58:34 +0000 (16:58 +0300)
commit67755f3e4200e940a2da512ac46a260f4fe4255a
treed3793d0f65c63d220c0ce073f78388f3763a5cb9
parentcd12de1f66a7b15d995c74dfc943017f8d38629a
[PATCH] ARM: OMAP: correct misc 15xx and non-15xx platform code

Disable accesses to SOFT_REQ_REG2 and ULPD_SOFT_DISABLE_REQ_REG
registers for 15xx processors that don't have these registers. Enable
level 2 interrupt handler for processors that identify as OMAP 15xx
(e.g 310) and not 1510 specifically. Also fix the following compiler
warning (only visible with CONFIG_OMAP_RESET_CLOCKS):

arch/arm/mach-omap1/clock.c: In function 'omap1_clk_disable_unused':
arch/arm/mach-omap1/clock.c:634: warning: 'return' with a value, in
function returning void

Signed-off-by: Andrzej Zaborowski <balrog@zabor.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap1/clock.c
arch/arm/mach-omap1/irq.c
arch/arm/mach-omap1/pm.c