From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Andersson Subject: [PATCH v3 0/2] Qualcomm SMEM cached item support Date: Wed, 4 Oct 2017 20:11:26 -0700 Message-ID: <20171005031128.11658-1-bjorn.andersson@linaro.org> Return-path: Received: from mail-pg0-f41.google.com ([74.125.83.41]:54246 "EHLO mail-pg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751267AbdJEDLc (ORCPT ); Wed, 4 Oct 2017 23:11:32 -0400 Received: by mail-pg0-f41.google.com with SMTP id y192so229543pgd.10 for ; Wed, 04 Oct 2017 20:11:32 -0700 (PDT) Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Andy Gross , David Brown Cc: Stephen Boyd , Arun Kumar Neelakantam , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org When writing the SMEM implementation no public kernel had a consumer specifying the "cached" flag, so I ommitted this part of the implementation. On MSM8996 this has changed, where we have one user of this - namely the GLINK RX FIFO. The remote is supposedly scanning both lists for the GLINK descriptors and TX FIFO, so we don't need to support allocating from this list at this point. This has been confirmed in initial testing (by booting the ADSP) Bjorn Andersson (2): soc: qcom: smem: Rename "uncached" accessors soc: qcom: smem: Support getting cached entries drivers/soc/qcom/smem.c | 93 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 73 insertions(+), 20 deletions(-) -- 2.12.0