Re: [PATCH v3 2/5] soc: qcom: smem: Read version from the smem header

2017-10-11 Thread Bjorn Andersson
On Wed 11 Oct 14:29 PDT 2017, Chris Lew wrote: > From: Chris Lew > > The SMEM header structure includes the version information. Read the > version directly from the header instead of getting an item from the > global heap. > Acked-by: Bjorn Andersson Regards, Bjorn > Signed-off-by: Chris L

[PATCH v3 2/5] soc: qcom: smem: Read version from the smem header

2017-10-11 Thread Chris Lew
From: Chris Lew The SMEM header structure includes the version information. Read the version directly from the header instead of getting an item from the global heap. Signed-off-by: Chris Lew --- Changes since v1: - Remove unused smem item version macro - Move smem get version change to separa