Re: [PATCH 2/5] soc: qcom: smem: Use write-combine remap for SMEM

2016-03-31 Thread Andy Gross
On Mon, Mar 28, 2016 at 09:35:23PM -0700, Bjorn Andersson wrote: > Mapping the SMEM region as write combine makes the contiguous writes > in SMD perform better and also allows us to do unaligned read and writes > on ARM64. > > Signed-off-by: Bjorn Andersson Nice.

Re: [PATCH 2/5] soc: qcom: smem: Use write-combine remap for SMEM

2016-03-31 Thread Andy Gross
On Mon, Mar 28, 2016 at 09:35:23PM -0700, Bjorn Andersson wrote: > Mapping the SMEM region as write combine makes the contiguous writes > in SMD perform better and also allows us to do unaligned read and writes > on ARM64. > > Signed-off-by: Bjorn Andersson Nice. This should make things work

[PATCH 2/5] soc: qcom: smem: Use write-combine remap for SMEM

2016-03-28 Thread Bjorn Andersson
Mapping the SMEM region as write combine makes the contiguous writes in SMD perform better and also allows us to do unaligned read and writes on ARM64. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/smem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[PATCH 2/5] soc: qcom: smem: Use write-combine remap for SMEM

2016-03-28 Thread Bjorn Andersson
Mapping the SMEM region as write combine makes the contiguous writes in SMD perform better and also allows us to do unaligned read and writes on ARM64. Signed-off-by: Bjorn Andersson --- drivers/soc/qcom/smem.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git