From: "Sricharan" <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: 'Laurent Pinchart'
<laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org,
Will.Deacon-5wv7dgnIgG8@public.gmane.org,
robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
stepanm-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
robin.murphy-5wv7dgnIgG8@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: RE: [PATCH V2 1/5] iommu/msm: Add DT adaptation
Date: Tue, 12 Apr 2016 20:57:11 +0530 [thread overview]
Message-ID: <009e01d194cf$cd101760$67304620$@codeaurora.org> (raw)
In-Reply-To: <6297087.btlKtGepct@avalon>
Hi Laurent,
Thanks for the review.
> + - #iommu-cells: This is the total number of stream ids that a
> > + master
> > would
> > + use during transactions which will be specified as a list
> > + as a part of iommus property below.
>
> That's not correct. #iommu-cells, as defined in the core IOMMU DT
bindings,
> is "the number of cells in an IOMMU specifier needed to encode an address"
> (address being a stream id here).
>
> Can the number of cells differ from instance to instance, or is it always
2 ?
Ah, you are right. For this and the below, this should be ideally '1'
as the
Stream ids for a master here are represented by a single cell. I should
change my xlate function to take care of this.
>
> > + - ncb: The total number of context banks in the IOMMU.
>
> Should this be qcom,ncb ?
>
Ya, will change this.
> > + - clocks : List of clocks to be used during SMMU register access. See
> > + Documentation/devicetree/bindings/clock/clock-
> bindings.txt
> > + for information about the format. For each clock specified
> > + here, there must be a corresponding entry in clock-names
> > + (see below).
> > +
> > + - clock-names : List of clock names corresponding to the clocks
> specified
> > in
> > + the "clocks" property (above). See
> > + Documentation/devicetree/bindings/clock/clock-
> bindings.txt
> > + for more info.
> > +
> > +Each bus master connected to an IOMMU must reference the IOMMU in
> its
> > device
> > +node with the following property:
> > +
> > + - iommus: A reference to the IOMMU in multiple cells. The first cell
is a
> > + phandle to the IOMMU and the second cell is the list of the
> > + stream ids used by the device.
>
> You mention in your cover letter that a master device can be connected to
> multiple iommus, shouldn't that be stated here ? On the same topic, do
your
> masters need to selectively enable/disable memory ports to IOMMUs, or can
> they all be enabled/disabled together ?
>
They are connected to all iommus and ports and enabled/disabled together.
I will add little more description here for this here.
> Also, the second cell can't be a list of stream ids, as one cell stores
one value.
> A master device using multiple stream ids should use multiple entries in
the
> iommus property.
>
Yes, true. Wrong usage here and as I said above should be corrected.
> > +Example: mdp iommu and its bus master
> > +
> > + mdp_port0: qcom,iommu@7500000 {
>
> I think you can use iommu instead of qcom,iommu.
Ok, right.
Regards,
Sricharan
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: sricharan@codeaurora.org (Sricharan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V2 1/5] iommu/msm: Add DT adaptation
Date: Tue, 12 Apr 2016 20:57:11 +0530 [thread overview]
Message-ID: <009e01d194cf$cd101760$67304620$@codeaurora.org> (raw)
In-Reply-To: <6297087.btlKtGepct@avalon>
Hi Laurent,
Thanks for the review.
> + - #iommu-cells: This is the total number of stream ids that a
> > + master
> > would
> > + use during transactions which will be specified as a list
> > + as a part of iommus property below.
>
> That's not correct. #iommu-cells, as defined in the core IOMMU DT
bindings,
> is "the number of cells in an IOMMU specifier needed to encode an address"
> (address being a stream id here).
>
> Can the number of cells differ from instance to instance, or is it always
2 ?
Ah, you are right. For this and the below, this should be ideally '1'
as the
Stream ids for a master here are represented by a single cell. I should
change my xlate function to take care of this.
>
> > + - ncb: The total number of context banks in the IOMMU.
>
> Should this be qcom,ncb ?
>
Ya, will change this.
> > + - clocks : List of clocks to be used during SMMU register access. See
> > + Documentation/devicetree/bindings/clock/clock-
> bindings.txt
> > + for information about the format. For each clock specified
> > + here, there must be a corresponding entry in clock-names
> > + (see below).
> > +
> > + - clock-names : List of clock names corresponding to the clocks
> specified
> > in
> > + the "clocks" property (above). See
> > + Documentation/devicetree/bindings/clock/clock-
> bindings.txt
> > + for more info.
> > +
> > +Each bus master connected to an IOMMU must reference the IOMMU in
> its
> > device
> > +node with the following property:
> > +
> > + - iommus: A reference to the IOMMU in multiple cells. The first cell
is a
> > + phandle to the IOMMU and the second cell is the list of the
> > + stream ids used by the device.
>
> You mention in your cover letter that a master device can be connected to
> multiple iommus, shouldn't that be stated here ? On the same topic, do
your
> masters need to selectively enable/disable memory ports to IOMMUs, or can
> they all be enabled/disabled together ?
>
They are connected to all iommus and ports and enabled/disabled together.
I will add little more description here for this here.
> Also, the second cell can't be a list of stream ids, as one cell stores
one value.
> A master device using multiple stream ids should use multiple entries in
the
> iommus property.
>
Yes, true. Wrong usage here and as I said above should be corrected.
> > +Example: mdp iommu and its bus master
> > +
> > + mdp_port0: qcom,iommu at 7500000 {
>
> I think you can use iommu instead of qcom,iommu.
Ok, right.
Regards,
Sricharan
next prev parent reply other threads:[~2016-04-12 15:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 14:29 [PATCH V2 0/5] iommu/msm: Add DT adaptation and generic bindings support Sricharan R
2016-04-06 14:29 ` Sricharan R
2016-04-06 14:29 ` [PATCH V2 1/5] iommu/msm: Add DT adaptation Sricharan R
2016-04-06 14:29 ` Sricharan R
[not found] ` <1459952975-1250-2-git-send-email-sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2016-04-09 22:38 ` Laurent Pinchart
2016-04-09 22:38 ` Laurent Pinchart
2016-04-12 15:27 ` Sricharan [this message]
2016-04-12 15:27 ` Sricharan
2016-04-11 13:47 ` Rob Herring
2016-04-11 13:47 ` Rob Herring
2016-04-12 15:34 ` Sricharan
2016-04-12 15:34 ` Sricharan
2016-04-06 14:29 ` [PATCH V2 2/5] iommu/msm: Move the contents from msm_iommu_dev.c to msm_iommu.c Sricharan R
2016-04-06 14:29 ` Sricharan R
2016-04-06 14:29 ` [PATCH V2 3/5] iommu/msm: Add support for generic master bindings Sricharan R
2016-04-06 14:29 ` Sricharan R
2016-04-06 14:29 ` [PATCH V2 4/5] iommu/msm: use generic ARMV7S short descriptor pagetable ops Sricharan R
2016-04-06 14:29 ` Sricharan R
2016-04-26 14:17 ` Will Deacon
2016-04-26 14:17 ` Will Deacon
2016-04-27 5:37 ` Sricharan
2016-04-27 5:37 ` Sricharan
2016-04-06 14:29 ` [PATCH V2 5/5] iommu/msm: Remove driver BROKEN Sricharan R
2016-04-06 14:29 ` Sricharan R
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='009e01d194cf$cd101760$67304620$@codeaurora.org' \
--to=sricharan-sgv2jx0feol9jmxxk+q4oq@public.gmane.org \
--cc=Will.Deacon-5wv7dgnIgG8@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org \
--cc=laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robdclark-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=robin.murphy-5wv7dgnIgG8@public.gmane.org \
--cc=srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=stepanm-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.