From: Joerg Roedel <joro@8bytes.org>
To: Alex Deucher <alexander.deucher@amd.com>, corbet@lwn.net
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
corbet@lwn.net, hpa@zytor.com, x86@kernel.org,
dave.hansen@linux.intel.com, bp@alien8.de, mingo@redhat.com,
tglx@linutronix.de, Suravee.Suthikulpanit@amd.com,
will@kernel.org, iommu@lists.linux-foundation.org,
robin.murphy@arm.com, Vasant.Hegde@amd.com
Subject: Re: [PATCH] Documentation: x86: rework IOMMU documentation
Date: Thu, 28 Apr 2022 10:16:58 +0200 [thread overview]
Message-ID: <YmpNevdJFec0+9Mn@8bytes.org> (raw)
In-Reply-To: <20220422200607.627754-1-alexander.deucher@amd.com>
On Fri, Apr 22, 2022 at 04:06:07PM -0400, Alex Deucher wrote:
> Add preliminary documentation for AMD IOMMU and combine
> with the existing Intel IOMMU documentation and clean
> up and modernize some of the existing documentation to
> align with the current state of the kernel.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>
> V2: Incorporate feedback from Robin to clarify IOMMU vs DMA engine (e.g.,
> a device) and document proper DMA API. Also correct the fact that
> the AMD IOMMU is not limited to managing PCI devices.
> v3: Fix spelling and rework text as suggested by Vasant
> v4: Combine Intel and AMD documents into a single document as suggested
> by Dave Hansen
> v5: Clarify that keywords are related to ACPI, grammatical fixes
> v6: Make more stuff common based on feedback from Robin
>
> Documentation/x86/index.rst | 2 +-
> Documentation/x86/intel-iommu.rst | 115 ------------------------
> Documentation/x86/iommu.rst | 143 ++++++++++++++++++++++++++++++
> 3 files changed, 144 insertions(+), 116 deletions(-)
> delete mode 100644 Documentation/x86/intel-iommu.rst
> create mode 100644 Documentation/x86/iommu.rst
Acked-by: Joerg Roedel <jroedel@suse.de>
Jonathan, will you merge that through the documentation tree?
WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Alex Deucher <alexander.deucher@amd.com>, corbet@lwn.net
Cc: dave.hansen@linux.intel.com, corbet@lwn.net,
robin.murphy@arm.com, x86@kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org, Vasant.Hegde@amd.com,
iommu@lists.linux-foundation.org, mingo@redhat.com, bp@alien8.de,
hpa@zytor.com, tglx@linutronix.de, will@kernel.org
Subject: Re: [PATCH] Documentation: x86: rework IOMMU documentation
Date: Thu, 28 Apr 2022 10:16:58 +0200 [thread overview]
Message-ID: <YmpNevdJFec0+9Mn@8bytes.org> (raw)
In-Reply-To: <20220422200607.627754-1-alexander.deucher@amd.com>
On Fri, Apr 22, 2022 at 04:06:07PM -0400, Alex Deucher wrote:
> Add preliminary documentation for AMD IOMMU and combine
> with the existing Intel IOMMU documentation and clean
> up and modernize some of the existing documentation to
> align with the current state of the kernel.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>
> V2: Incorporate feedback from Robin to clarify IOMMU vs DMA engine (e.g.,
> a device) and document proper DMA API. Also correct the fact that
> the AMD IOMMU is not limited to managing PCI devices.
> v3: Fix spelling and rework text as suggested by Vasant
> v4: Combine Intel and AMD documents into a single document as suggested
> by Dave Hansen
> v5: Clarify that keywords are related to ACPI, grammatical fixes
> v6: Make more stuff common based on feedback from Robin
>
> Documentation/x86/index.rst | 2 +-
> Documentation/x86/intel-iommu.rst | 115 ------------------------
> Documentation/x86/iommu.rst | 143 ++++++++++++++++++++++++++++++
> 3 files changed, 144 insertions(+), 116 deletions(-)
> delete mode 100644 Documentation/x86/intel-iommu.rst
> create mode 100644 Documentation/x86/iommu.rst
Acked-by: Joerg Roedel <jroedel@suse.de>
Jonathan, will you merge that through the documentation tree?
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
next prev parent reply other threads:[~2022-04-28 8:17 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-22 20:06 [PATCH] Documentation: x86: rework IOMMU documentation Alex Deucher
2022-04-22 20:06 ` Alex Deucher via iommu
2022-04-22 21:26 ` Robin Murphy
2022-04-22 21:26 ` Robin Murphy
2022-04-26 16:44 ` Jacob Pan
2022-04-26 16:44 ` Jacob Pan
2022-04-27 17:12 ` Deucher, Alexander
2022-04-27 17:12 ` Deucher, Alexander via iommu
2022-04-28 8:16 ` Joerg Roedel [this message]
2022-04-28 8:16 ` Joerg Roedel
2022-04-28 14:06 ` Jonathan Corbet
2022-04-28 14:06 ` Jonathan Corbet
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=YmpNevdJFec0+9Mn@8bytes.org \
--to=joro@8bytes.org \
--cc=Suravee.Suthikulpanit@amd.com \
--cc=Vasant.Hegde@amd.com \
--cc=alexander.deucher@amd.com \
--cc=bp@alien8.de \
--cc=corbet@lwn.net \
--cc=dave.hansen@linux.intel.com \
--cc=hpa@zytor.com \
--cc=iommu@lists.linux-foundation.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=robin.murphy@arm.com \
--cc=tglx@linutronix.de \
--cc=will@kernel.org \
--cc=x86@kernel.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.