From: Thara Gopinath Date: Wed, 1 Sep 2010 08:14:53 +0000 (+0530) Subject: OMAP4: pm.c extensions for OMAP4 support X-Git-Tag: v2.6.37-rc1~121^2~55^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3294e2327718e9487e662d1392b36b39f07d70b;p=pandora-kernel.git OMAP4: pm.c extensions for OMAP4 support OMAP4 has an iva device and a dsp devcice where as OMAP2/3 has only an iva device. In this file the iva device in the system is registered under the name dsp_dev and the API to retrieve the iva device is omap2_get_dsp_device. This patch renames the dsp_dev to iva_dev, renames omap2_get_dsp_device to omap2_get_iva_device, registers dsp_dev for OMAP4 and adds a new API omap4_get_dsp_device to retrieve the dep_dev. Signed-off-by: Thara Gopinath Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed