From: Rob Herring <robh@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Juergen Gross <jgross@suse.com>,
DTML <devicetree@vger.kernel.org>,
Stefano Stabellini <sstabellini@kernel.org>,
Julien Grall <julien@xen.org>,
"Michael S. Tsirkin" <mst@redhat.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
"open list:DRM DRIVER FOR QEMU'S CIRRUS DEVICE"
<virtualization@lists.linux-foundation.org>,
Oleksandr Tyshchenko <olekstysh@gmail.com>,
Oleksandr Tyshchenko <oleksandr_tyshchenko@epam.com>,
Jean-Philippe Brucker <jean-philippe@linaro.org>,
Christoph Hellwig <hch@infradead.org>,
xen-devel <xen-devel@lists.xenproject.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V2 5/7] dt-bindings: Add xen,dev-domid property description for xen-grant DMA ops
Date: Wed, 18 May 2022 13:59:04 -0500 [thread overview]
Message-ID: <20220518185904.GA3685644-robh@kernel.org> (raw)
In-Reply-To: <CAK8P3a2cAnXr8TDDYTiFxTWzQxa67sGnYDQRRD+=Q8_cSb1mEw@mail.gmail.com>
On Wed, May 18, 2022 at 03:32:27PM +0100, Arnd Bergmann wrote:
> On Sat, May 7, 2022 at 7:19 PM Oleksandr Tyshchenko <olekstysh@gmail.com> wrote:
> >
> > diff --git a/Documentation/devicetree/bindings/virtio/mmio.yaml b/Documentation/devicetree/bindings/virtio/mmio.yaml
> > index 10c22b5..29a0932 100644
> > --- a/Documentation/devicetree/bindings/virtio/mmio.yaml
> > +++ b/Documentation/devicetree/bindings/virtio/mmio.yaml
> > @@ -13,6 +13,9 @@ description:
> > See https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=virtio for
> > more details.
> >
> > +allOf:
> > + - $ref: /schemas/arm/xen,dev-domid.yaml#
> > +
> > properties:
> > compatible:
> > const: virtio,mmio
> > @@ -33,6 +36,10 @@ properties:
> > description: Required for devices making accesses thru an IOMMU.
> > maxItems: 1
> >
> > + xen,dev-domid:
> > + description: Required when Xen grant mappings need to be enabled for device.
> > + $ref: /schemas/types.yaml#/definitions/uint32
> > +
> > required:
> > - compatible
> > - reg
>
> Sorry for joining the discussion late. Have you considered using the
> generic iommu
> binding here instead of a custom property? This would mean having a device
> node for the grant-table mechanism that can be referred to using the 'iommus'
> phandle property, with the domid as an additional argument.
>
> It does not quite fit the model that Linux currently uses for iommus,
> as that has an allocator for dma_addr_t space, but it would think it's
> conceptually close enough that it makes sense for the binding.
Something common is almost always better.
That may also have the issue that fw_devlink will make the 'iommu'
driver a dependency to probe.
Rob
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization
prev parent reply other threads:[~2022-05-18 18:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1651947548-4055-1-git-send-email-olekstysh@gmail.com>
[not found] ` <1651947548-4055-6-git-send-email-olekstysh@gmail.com>
2022-05-09 21:39 ` [PATCH V2 5/7] dt-bindings: Add xen, dev-domid property description for xen-grant DMA ops Stefano Stabellini
2022-05-17 0:27 ` [PATCH V2 5/7] dt-bindings: Add xen,dev-domid " Rob Herring
2022-05-18 14:32 ` Arnd Bergmann
[not found] ` <56e8c32d-6771-7179-005f-26ca58555659@gmail.com>
2022-05-18 16:39 ` Arnd Bergmann
[not found] ` <460a746c-6b61-214b-4653-44a1430e314d@gmail.com>
2022-05-19 1:06 ` [PATCH V2 5/7] dt-bindings: Add xen, dev-domid " Stefano Stabellini
[not found] ` <6f469e9c-c26e-f4be-9a85-710afb0d77eb@gmail.com>
[not found] ` <390ba7bb-ee9e-b7b7-5f08-71a7245fa4ec@gmail.com>
2022-05-24 1:58 ` Stefano Stabellini
2022-05-24 16:01 ` [PATCH V2 5/7] dt-bindings: Add xen,dev-domid " Rob Herring
[not found] ` <606dfdcc-ec10-0c4a-04e9-72cd73ee6676@gmail.com>
2022-05-24 17:59 ` [PATCH V2 5/7] dt-bindings: Add xen, dev-domid " Stefano Stabellini
2022-05-18 18:59 ` Rob Herring [this message]
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=20220518185904.GA3685644-robh@kernel.org \
--to=robh@kernel.org \
--cc=arnd@arndb.de \
--cc=devicetree@vger.kernel.org \
--cc=hch@infradead.org \
--cc=jean-philippe@linaro.org \
--cc=jgross@suse.com \
--cc=julien@xen.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mst@redhat.com \
--cc=oleksandr_tyshchenko@epam.com \
--cc=olekstysh@gmail.com \
--cc=sstabellini@kernel.org \
--cc=virtualization@lists.linux-foundation.org \
--cc=xen-devel@lists.xenproject.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).