Message ID | 1617082235-15923-1-git-send-email-peng.fan@oss.nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | remoteproc: imx: support remote cores booted early | expand |
Hello: This series was applied to andersson/remoteproc.git (refs/heads/for-next): On Tue, 30 Mar 2021 13:30:31 +0800 you wrote: > From: Peng Fan <peng.fan@nxp.com> > > V2: > Patch [1,3]/4 is new > Patch 4/4: Update commit message, drop unneeded code that already implemented by core > > This patchset is to support booted remote cores could be attached to linux. > - Add missing of_node_put to decrease device node refcount > - Enlarge IMX7D_RPROC_MEM_MAX because need more imx_rproc_mem, such as resource table. > - Following stm32 remoteproc practice, move memory parsing to rproc_ops > - Support attaching booted cores, by adding attach, get loaded resource table and etc. > > [...] Here is the summary with links: - [V2,1/4] remoteproc: imx: add missing of_node_put https://git.kernel.org/andersson/remoteproc/c/6e962bfe56b9 - [V2,2/4] remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX https://git.kernel.org/andersson/remoteproc/c/f638a19775ae - [V2,3/4] remoteproc: imx: move memory parsing to rproc_ops https://git.kernel.org/andersson/remoteproc/c/10a3d4079eae - [V2,4/4] remoteproc: imx_rproc: support remote cores booted before Linux Kernel https://git.kernel.org/andersson/remoteproc/c/5e4c1243071d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
From: Peng Fan <peng.fan@nxp.com> V2: Patch [1,3]/4 is new Patch 4/4: Update commit message, drop unneeded code that already implemented by core This patchset is to support booted remote cores could be attached to linux. - Add missing of_node_put to decrease device node refcount - Enlarge IMX7D_RPROC_MEM_MAX because need more imx_rproc_mem, such as resource table. - Following stm32 remoteproc practice, move memory parsing to rproc_ops - Support attaching booted cores, by adding attach, get loaded resource table and etc. Peng Fan (4): remoteproc: imx: add missing of_node_put remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAX remoteproc: imx: move memory parsing to rproc_ops remoteproc: imx_rproc: support remote cores booted before Linux Kernel drivers/remoteproc/imx_rproc.c | 65 ++++++++++++++++++++++++++++------ 1 file changed, 55 insertions(+), 10 deletions(-)