summaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/smp2p.c
Commit message (Collapse)AuthorAgeFilesLines
* soc: qcom: smp2p: Drop io-accessorsBjorn Andersson2016-06-241-2/+2
| | | | | | | | SMEM is now mapped write-combine and we can use memcpy to access the name of the entires. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* soc: qcom: smp2p: Correct addressing of outgoing valueBjorn Andersson2016-06-241-1/+2
| | | | | | | | | | | The valid_entries index should not be incremented until after we have acquired the pointer to the value, or we will read and write data one item off. Fixes: 50e99641413e ("soc: qcom: smp2p: Qualcomm Shared Memory Point to Point") Cc: stable@vger.kernel.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* soc: qcom: smp2p: Qualcomm Shared Memory Point to PointBjorn Andersson2015-12-081-0/+578
Introduce the Qualcomm Shard Memory Point to Point driver. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <agross@codeaurora.org>
OpenPOWER on IntegriCloud