Re: [PATCH v2 2/5] soc: qcom: smem: Read version by using the smem header

2017-09-14 Thread Bjorn Andersson
On Thu 14 Sep 14:24 PDT 2017, Chris Lew wrote: > 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 Reviewed-by: Bjorn Andersson Regards, Bjorn > --- > > Chan

[PATCH v2 2/5] soc: qcom: smem: Read version by using the smem header

2017-09-14 Thread 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 separate commit driver