mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Qualcomm Shared Memory Driver
@ 2015-04-11  0:16 Bjorn Andersson
  2015-04-11  0:16 ` [PATCH 1/2] soc: qcom: Add device tree binding for Shared Memory Device Bjorn Andersson
  2015-04-11  0:16 ` [PATCH 2/2] soc: qcom: Add Shared Memory Driver Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Bjorn Andersson @ 2015-04-11  0:16 UTC (permalink / raw)
  To: Kumar Gala, agross
  Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell,
	linux-kernel-msm, devicetree, linux-kernel, linux-soc

This patch implements the shared memory based communication system found on all
Qualcomm platforms. SMD was originally used to communicate with the modem but
has grown to be part of power management as well as the various DSPs etc found
in Qualcomm platforms.

The code depends on the SMEM implementation found here:
https://patchwork.kernel.org/patch/6160431/

Bjorn Andersson (2):
  soc: qcom: Add device tree binding for Shared Memory Device
  soc: qcom: Add Shared Memory Driver

 .../devicetree/bindings/soc/qcom/qcom,smd.txt      |   78 ++
 drivers/soc/qcom/Kconfig                           |    8 +
 drivers/soc/qcom/Makefile                          |    1 +
 drivers/soc/qcom/smd.c                             | 1263 ++++++++++++++++++++
 include/linux/soc/qcom/smd.h                       |   47 +
 5 files changed, 1397 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd.txt
 create mode 100644 drivers/soc/qcom/smd.c
 create mode 100644 include/linux/soc/qcom/smd.h

-- 
1.8.2.2


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

end of thread, other threads:[~2015-04-11  0:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-11  0:16 [PATCH 0/2] Qualcomm Shared Memory Driver Bjorn Andersson
2015-04-11  0:16 ` [PATCH 1/2] soc: qcom: Add device tree binding for Shared Memory Device Bjorn Andersson
2015-04-11  0:41   ` Bjorn Andersson
2015-04-11  0:16 ` [PATCH 2/2] soc: qcom: Add Shared Memory Driver Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome