Home
last modified time | relevance | path

Searched hist:"4 afc89d66c60a372ec15e99eee93621f650b5d17" (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/remoteproc/
H A Dremoteproc_elf_loader.cdiff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> 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 <sjur.brandeland@stericsson.com>
[ohad: namespace fixes, whitespace fixes, style fixes]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
H A Dremoteproc_core.cdiff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> 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 <sjur.brandeland@stericsson.com>
[ohad: namespace fixes, whitespace fixes, style fixes]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
/linux/include/linux/
H A Dremoteproc.hdiff 4afc89d66c60a372ec15e99eee93621f650b5d17 Tue Jun 19 09:08:18 CEST 2012 Sjur Brændeland <sjur.brandeland@stericsson.com> 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 <sjur.brandeland@stericsson.com>
[ohad: namespace fixes, whitespace fixes, style fixes]
Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>