[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1428711414-17079-1-git-send-email-bjorn.andersson@sonymobile.com>
Date: Fri, 10 Apr 2015 17:16:52 -0700
From: Bjorn Andersson <bjorn.andersson@...ymobile.com>
To: Kumar Gala <galak@...eaurora.org>, <agross@...eaurora.org>
CC: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
<linux-kernel-msm@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-soc@...r.kernel.org>
Subject: [PATCH 0/2] Qualcomm Shared Memory Driver
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists