linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Qualcomm SMEM cached item support
@ 2017-08-10 19:37 Bjorn Andersson
  2017-08-10 19:37 ` [PATCH 1/2] soc: qcom: smem: Rename "uncached" accessors Bjorn Andersson
  2017-08-10 19:37 ` [PATCH 2/2] soc: qcom: smem: Support getting cached entries Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Bjorn Andersson @ 2017-08-10 19:37 UTC (permalink / raw)
  To: Andy Gross, David Brown
  Cc: Stephen Boyd, Arun Kumar Neelakantam, linux-arm-msm, linux-soc,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-11 23:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-10 19:37 [PATCH 0/2] Qualcomm SMEM cached item support Bjorn Andersson
2017-08-10 19:37 ` [PATCH 1/2] soc: qcom: smem: Rename "uncached" accessors Bjorn Andersson
2017-08-10 19:37 ` [PATCH 2/2] soc: qcom: smem: Support getting cached entries Bjorn Andersson
2017-08-11 23:36   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).