Re: [PATCH] arm: omap3: Only access IVA if one exists

2012-04-27 Thread Kevin Hilman
"Mark A. Greer" writes: > From: "Mark A. Greer" > > prcm_setup_regs() blindly accesses IVA bits > in the PRM and calls omap3_iva_idle() which > does more IVA related register accesses. > Only do this if the IVA hardware actually > exists. > > Signed-off-by: Mark A. Greer Thanks, queuing for v3

[PATCH] arm: omap3: Only access IVA if one exists

2012-04-19 Thread Mark A. Greer
From: "Mark A. Greer" prcm_setup_regs() blindly accesses IVA bits in the PRM and calls omap3_iva_idle() which does more IVA related register accesses. Only do this if the IVA hardware actually exists. Signed-off-by: Mark A. Greer --- arch/arm/mach-omap2/pm34xx.c | 15 ++- 1 file