Ben Levinsky <ben.levinsky@xxxxxxxxxx> writes: > R5 is included in Xilinx Zynq UltraScale MPSoC so by adding this > remotproc driver, we can boot the R5 sub-system in different 2 > configurations: split or lock-step. > > The Xilinx R5 Remoteproc Driver boots the R5's via calls to the Xilinx > Platform Management Unit that handles the R5 configuration, memory access > and R5 lifecycle management. The interface to this manager is done in this > driver via zynqmp_pm_* function calls. > > Signed-off-by: Ben Levinsky <ben.levinsky@xxxxxxxxxx> > Signed-off-by: Wendy Liang <wendy.liang@xxxxxxxxxx> > Signed-off-by: Michal Simek <michal.simek@xxxxxxxxxx> > Signed-off-by: Ed Mooring <ed.mooring@xxxxxxxxxx> > Signed-off-by: Jason Wu <j.wu@xxxxxxxxxx> The Signed-off-by chain looks wrong here. As the submitter, your tag should be last in the chain. See Documentation/process/submitting-patches.rst for more details. Thanks, Punit [...]