[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180302145531.20463-1-srinivas.kandagatla@linaro.org>
Date: Fri, 2 Mar 2018 14:55:28 +0000
From: srinivas.kandagatla@...aro.org
To: will.deacon@....com, robin.murphy@....com,
bjorn.andersson@...aro.org
Cc: joro@...tes.org, ohad@...ery.com,
linux-arm-kernel@...ts.infradead.org,
iommu@...ts.linux-foundation.org, linux-kernel@...r.kernel.org,
linux-remoteproc@...r.kernel.org,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH 0/3] drivers: rpmsg: make rpmsg bus DMA capable
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
On Qualcomm SoCs, DSP exposes many functionalities like audio,
as these drivers are child of rpmsg bus. Any dma allocations
or iommu operations on these devices would fail as the rpmsg
bus is not marked as dma capable bus.
This patchset makes the rpmsg bus dma capable.
This patchset is tested on DB410c and DB820c boards.
Thanks,
srini
Srinivas Kandagatla (3):
rpmsg: core: export rpmsg bus type
rpmsg: core: make rpmsg bus DMA capable
iommu: armsmmu: set iommu ops for rpmsg bus
drivers/iommu/arm-smmu.c | 5 +++++
drivers/rpmsg/rpmsg_core.c | 4 +++-
include/linux/rpmsg.h | 2 +-
3 files changed, 9 insertions(+), 2 deletions(-)
--
2.15.1
Powered by blists - more mailing lists