[PATCH] ARM: OMAP3: Add missing enable/disable for EMU clock

2012-12-20 Thread Jon Hunter
The ETM/ETB drivers for OMAP3, enable the emu_src_ck clock in order to access the ETM/ETB hardware. The emu_src_ck should enable the EMU clock domain so that the ETM/ETB hardware is accessible. However, currently when enabling the emu_src_ck the EMU clock domain is not being enabled and so the

Re: [PATCH] ARM: OMAP3: Add missing enable/disable for EMU clock

2012-12-20 Thread Paul Walmsley
On Thu, 20 Dec 2012, Jon Hunter wrote: The ETM/ETB drivers for OMAP3, enable the emu_src_ck clock in order to access the ETM/ETB hardware. The emu_src_ck should enable the EMU clock domain so that the ETM/ETB hardware is accessible. However, currently when enabling the emu_src_ck the EMU