Re: [PATCH v3 4/5] soc: qcom: smem: Support dynamic item limit

2017-10-11 Thread Bjorn Andersson
On Wed 11 Oct 14:29 PDT 2017, Chris Lew wrote: > From: Chris Lew > > In V12 SMEM, SBL writes SMEM parameter information after the TOC. Use > the SBL provided item count as the max item number. > Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Chris Lew > --- > > Changes since v1

[PATCH v3 4/5] soc: qcom: smem: Support dynamic item limit

2017-10-11 Thread Chris Lew
From: 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 --- Changes since v1: - Change num_items to __le16 from __le32 - Move max smem item warning to generic get/alloc functions - Use ge