Re: [PATCH 2/3] soc: qcom: smem: Support dynamic item limit

2017-08-21 Thread Bjorn Andersson
On Thu 17 Aug 18:15 PDT 2017, Chris Lew wrote: > In V12 SMEM, SBL writes SMEM parameter information > after the TOC. Use the SBL provided item count > as the max item number. > > Signed-off-by: Chris Lew > --- > drivers/soc/qcom/smem.c | 41 +++-- > 1 file ch

Re: [PATCH 2/3] soc: qcom: smem: Support dynamic item limit

2017-08-21 Thread Arun Kumar Neelakantam
On 8/18/2017 6:45 AM, Chris Lew wrote: In V12 SMEM, SBL writes SMEM parameter information after the TOC. Use the SBL provided item count as the max item number. Signed-off-by: Chris Lew --- drivers/soc/qcom/smem.c | 41 +++-- 1 file changed, 39 insertion

[PATCH 2/3] soc: qcom: smem: Support dynamic item limit

2017-08-17 Thread Chris Lew
In V12 SMEM, SBL writes SMEM parameter information after the TOC. Use the SBL provided item count as the max item number. Signed-off-by: Chris Lew --- drivers/soc/qcom/smem.c | 41 +++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/drivers/so