
Hi Stephen,
From: Stephen Warren [mailto:swarren@wwwdotorg.org] Subject: Re: [U-Boot] [PATCH 3/6] tegra: psci: save context id in cpu_on command Importance: High
On 04/16/2018 02:15 AM, Patrick Delaunay wrote:
Replace the psci_save_target_pc call by the new function psci_save(cpu, pc,context_id)
So this function doesn't actually exist since it's added in a different patch series that isn't mentioned as a dependency. Luckily I managed to find it in the list archives I have, and assuming the dependency is applied first,
Thanks for the review and sorry for the dependency with http://patchwork.ozlabs.org/patch/898507/ Not indicated in the patchset.
For information, I plan this development after Mark Rutland remarks on v1 in http://patchwork.ozlabs.org/patch/888210/
I decide to send the serie in 2 separate patches as the second part is more a cleanup patch and need to be review tested by each maintainers.
Do you think I need to RESEND this serie with a cover letter to indicate the dependency ?
Reviewed-by: Stephen Warren swarren@nvidia.com
Patrick