Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Lorenzo Pieralisi <lpieralisi@kernel.org>
To: Will McVicker <willmcvicker@google.com>,
	Christoph Hellwig <hch@infradead.org>,
	robin.murphy@arm.com
Cc: "Jingoo Han" <jingoohan1@gmail.com>,
	"Gustavo Pimentel" <gustavo.pimentel@synopsys.com>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Wilczyński" <kw@linux.com>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	kernel-team@android.com, "Vidya Sagar" <vidyas@nvidia.com>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 0/2] PCI: dwc: Add support for 64-bit MSI target addresses
Date: Tue, 23 Aug 2022 12:01:11 +0200	[thread overview]
Message-ID: <YwSlZ8EQdX4Z6N+p@lpieralisi> (raw)
In-Reply-To: <20220812000327.3154251-1-willmcvicker@google.com>

On Fri, Aug 12, 2022 at 12:03:24AM +0000, Will McVicker wrote:
> Hi All,
> 
> I've updated the series to address the review comments. Refer to the v4
> history below for the changes. Please take a look and thanks again for the
> reviews!

This series looks OK to me - it'd be good if Christoph/Robin can have
a look though before merging it.

Lorenzo

> Regards,
> Will
> 
> Will McVicker (2):
>   PCI: dwc: Drop dependency on ZONE_DMA32
>   PCI: dwc: Add support for 64-bit MSI target address
> 
> v4:
>  * Updated commit descriptions.
>  * Renamed msi_64b -> msi_64bit.
>  * Dropped msi_64bit ternary use.
>  * Dropped export of dw_pcie_msi_capabilities.
> 
> v3:
>   * Switched to a managed DMA allocation.
>   * Simplified the DMA allocation cleanup.
>   * Dropped msi_page from struct dw_pcie_rp.
>   * Allocating a u64 instead of a full page.
> 
> v2:
>   * Fixed build error caught by kernel test robot
>   * Fixed error handling reported by Isaac Manjarres
> 
>  .../pci/controller/dwc/pcie-designware-host.c | 42 +++++++++----------
>  drivers/pci/controller/dwc/pcie-designware.c  |  8 ++++
>  drivers/pci/controller/dwc/pcie-designware.h  |  2 +-
>  3 files changed, 28 insertions(+), 24 deletions(-)
> 
> 
> base-commit: 2ae08b36c06ea8df73a79f6b80ff7964e006e9e3
> -- 
> 2.37.1.559.g78731f0fdb-goog
> 

      parent reply	other threads:[~2022-08-23 12:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-12  0:03 [PATCH v4 0/2] PCI: dwc: Add support for 64-bit MSI target addresses Will McVicker
2022-08-12  0:03 ` [PATCH v4 1/2] PCI: dwc: Drop dependency on ZONE_DMA32 Will McVicker
2022-08-12  2:47   ` Han Jingoo
2022-08-12 18:21   ` Rob Herring
2022-08-12  0:03 ` [PATCH v4 2/2] PCI: dwc: Add support for 64-bit MSI target address Will McVicker
2022-08-12  2:46   ` Han Jingoo
2022-08-23 11:27   ` Robin Murphy
2022-08-25 18:39     ` William McVicker
2022-08-23 10:01 ` Lorenzo Pieralisi [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=YwSlZ8EQdX4Z6N+p@lpieralisi \
    --to=lpieralisi@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=gustavo.pimentel@synopsys.com \
    --cc=hch@infradead.org \
    --cc=jingoohan1@gmail.com \
    --cc=kernel-team@android.com \
    --cc=kw@linux.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=robh@kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=vidyas@nvidia.com \
    --cc=willmcvicker@google.com \
    /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