]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: correct misc 15xx and non-15xx platform code
authorAndrzej Zaborowski <balrog@zabor.org>
Thu, 7 Dec 2006 01:13:48 +0000 (17:13 -0800)
committerTony Lindgren <tony@atomide.com>
Fri, 2 Mar 2007 09:47:24 +0000 (01:47 -0800)
commitda93622a451819b39131af0a6a6e2e49c89389ce
tree0b6bf892c1ab79938cc46227817e5849d9cad764
parent1f4d1774133f596a3c4f520859890ad93769e523
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