From: sricharan@codeaurora.org (Sricharan R)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/4] iommu/arm-smmu: Add support for adding masters/clocks using generic bindings
Date: Fri, 17 Jul 2015 22:23:21 +0530 [thread overview]
Message-ID: <1437152005-25092-1-git-send-email-sricharan@codeaurora.org> (raw)
This series adds support for xlate callback to add master
devices configs using generic bindings and clocks/regulators
required to access smmu.
OF_IOMMU_DECLARE is used to register and probe the smmu controller
devices before the masters are added in of_platform_populate.
Here, we are registering only the smmu driver and iommu_ops. The
smmu device registration is not done in OF_IOMMU_DECLARE to avoid
early smmu probe, because the clocks if any required for the controller
are not yet ready.
So the idea here is to get the right direction in adding this support.
Mitchel Humpherys (2):
iommu/arm-smmu: add support for specifying clocks
iommu/arm-smmu: Add support for specifying regulators
Sricharan R (2):
iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE
iommu/arm-smmu: Add xlate callback for initializing master devices
from dt
.../devicetree/bindings/iommu/arm,smmu.txt | 14 ++
drivers/iommu/arm-smmu.c | 210 +++++++++++++++++++--
2 files changed, 208 insertions(+), 16 deletions(-)
--
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
next reply other threads:[~2015-07-17 16:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-17 16:53 Sricharan R [this message]
2015-07-17 16:53 ` [RFC PATCH 1/4] iommu/arm-smmu: Init driver using IOMMU_OF_DECLARE Sricharan R
2015-07-21 15:03 ` Will Deacon
2015-07-22 11:08 ` Sricharan
2015-07-17 16:53 ` [RFC PATCH 2/4] iommu/arm-smmu: Add xlate callback for initializing master devices from dt Sricharan R
2015-07-17 16:53 ` [RFC PATCH 3/4] iommu/arm-smmu: Add support for specifying clocks Sricharan R
2015-07-21 15:01 ` Will Deacon
2015-07-24 12:26 ` Sricharan
2015-07-17 16:53 ` [RFC PATCH 4/4] iommu/arm-smmu: Add support for specifying regulators Sricharan R
2015-07-21 18:17 ` Stephen Boyd
2015-07-24 12:28 ` Sricharan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1437152005-25092-1-git-send-email-sricharan@codeaurora.org \
--to=sricharan@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).