From: Sjur Brændeland Date: Tue, 19 Jun 2012 07:08:18 +0000 (+0300) Subject: remoteproc: Support custom firmware handlers X-Git-Tag: v3.6-rc1~80^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4afc89d66c60a372ec15e99eee93621f650b5d17;p=pandora-kernel.git remoteproc: Support custom firmware handlers Firmware handling is made customizable. This is done by creating a separate ops structure for the firmware functions that depends on a particular firmware format (such as ELF). The ELF functions are default used unless the HW driver explicitly injects another firmware handler by updating rproc->fw_ops. The function rproc_da_to_va() is exported, as custom firmware handlers may need to use this function. Signed-off-by: Sjur Brændeland [ohad: namespace fixes, whitespace fixes, style fixes] Signed-off-by: Ohad Ben-Cohen --- Reading git-diff-tree failed