]> git.karo-electronics.de Git - karo-tx-linux.git/commit
remoteproc: Pass struct fw to load_segments and find_rsc_table.
authorSjur Brændeland <sjur.brandeland@stericsson.com>
Tue, 19 Jun 2012 06:55:34 +0000 (09:55 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Sun, 15 Jul 2012 08:14:26 +0000 (11:14 +0300)
commitbd48498487735a01abc68edb76e3d86393e096e1
treebed1e6eb65cf1890d220e2f2087c5364579447db
parent160e7c840fe85836040c43e0058d5afced470c85
remoteproc: Pass struct fw to load_segments and find_rsc_table.

Prepare for introduction of custom firmware loaders by changing
the functions rproc_find_rcs_table() and rproc_load_segments()
to use struct firmware as parameter.

When the custom loader framework is introduced all calls into
the firmware specific function must use struct firmware as
parameter.

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/remoteproc/remoteproc_core.c