Re: [PATCH v5 07/12] PCI/MSI: enable PCI_MSI_IRQ_DOMAIN support for MIPS
From: Jim Quinlan <jim2101024@gmail.com>
Date: 2018-09-10 14:42:59
Also in:
linux-mips, linux-pci, lkml
From: Jim Quinlan <jim2101024@gmail.com>
Date: 2018-09-10 14:42:59
Also in:
linux-mips, linux-pci, lkml
On Thu, Sep 6, 2018 at 5:46 PM Paul Burton [off-list ref] wrote:
Hi Jim, On Thu, Sep 06, 2018 at 04:42:56PM -0400, Jim Quinlan wrote:quoted
Add MIPS as an arch that supports PCI_MSI_IRQ_DOMAIN and add generation of msi.h in the MIPS arch.I guess the second part of this probably became untrue after rebasing atop something including commit 34a4399f196c ("mips: use asm-generic version of msi.h"), and ought to be removed.
Hi Paul, Yes, the second clause of this commit message will be removed. Thanks, Jim
quoted
Signed-off-by: Jim Quinlan <jim2101024@gmail.com> --- drivers/pci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)Otherwise this looks fine: Acked-by: Paul Burton [off-list ref] Thanks, Paul