From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick DELAUNAY Date: Wed, 18 Apr 2018 13:58:14 +0000 Subject: [U-Boot] [PATCH 3/6] tegra: psci: save context id in cpu_on command In-Reply-To: <33390960-0d5a-163b-a390-fc8f9a2c8507@wwwdotorg.org> References: <1523866512-11112-1-git-send-email-patrick.delaunay@st.com> <1523866512-11112-3-git-send-email-patrick.delaunay@st.com> <33390960-0d5a-163b-a390-fc8f9a2c8507@wwwdotorg.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, > From: Stephen Warren [mailto:swarren at 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 Patrick