Re: [PATCH V2] OMAP4: Intialize IVA Device in addition to DSP device.

2011-03-16 Thread Kevin Hilman
Menon, Nishanth n...@ti.com writes: On Sat, Mar 12, 2011 at 16:09, Shweta Gulati shweta.gul...@ti.com wrote: OMAP4 has two different Devices IVA and DSP. DSP is bound with IVA for DVFS. The registration of IVA dev in API 'omap2_init_processor_devices' was missing. Init dev for 'iva_dev' is

Re: [PATCH V2] OMAP4: Intialize IVA Device in addition to DSP device.

2011-03-14 Thread Menon, Nishanth
On Sat, Mar 12, 2011 at 16:09, Shweta Gulati shweta.gul...@ti.com wrote: OMAP4 has two different Devices IVA and DSP. DSP is bound with IVA for DVFS. The registration of IVA dev in API 'omap2_init_processor_devices' was missing. Init dev for 'iva_dev' is added. This also fixes the following

[PATCH V2] OMAP4: Intialize IVA Device in addition to DSP device.

2011-03-12 Thread Shweta Gulati
OMAP4 has two different Devices IVA and DSP. DSP is bound with IVA for DVFS. The registration of IVA dev in API 'omap2_init_processor_devices' was missing. Init dev for 'iva_dev' is added. This also fixes the following error seen during boot as omap2_set_init_voltage can now find the iva device