From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com,
palmer@sifive.com, hch@infradead.org, longman@redhat.com,
Arnd Bergmann <arnd@arndb.de>, Jackie Liu <liuyun01@kylinos.cn>,
Wesley Terpstra <wesley@sifive.com>,
Firoz Khan <firoz.khan@linaro.org>,
sparclinux@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org,
James Hogan <jhogan@kernel.org>,
Vineet Gupta <vgupta@synopsys.com>,
linux-pci@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ralf Baechle <ralf@linux-mips.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Will Deacon <will@kernel.org>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com,
palmer@sifive.com, hch@infradead.org, longman@redhat.com,
Arnd Bergmann <arnd@arndb.de>, Jackie Liu <liuyun01@kylinos.cn>,
Wesley Terpstra <wesley@sifive.com>,
Firoz Khan <firoz.khan@linaro.org>,
sparclinux@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org,
James Hogan <jhogan@kernel.org>,
Vineet Gupta <vgupta@synopsys.com>,
linux-pci@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ralf Baechle <ralf@linux-mips.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Will Deacon <will@kernel.org>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Greg Ungerer <gerg@linux-m68k.org>,
Paul Burton <paul.burton@mips.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Russell King <linux@armlinux.org.uk>,
linux-arm-kernel@lists.infradead.org,
Albert Ou <aou@eecs.berkeley.edu>,
linux-snps-arc@lists.infradead.org,
"David S. Miller" <davem@davemloft.net>,
Eric Biggers <ebiggers@google.com>,
Michael Ellerman <mpe@ellerman.id.au>,
linux-mips@vger.kernel.org,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Mackerras <paulus@samba.org>,
linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
Message-ID: <20191025204502.LR5YVWq3alTxtJqeykADmFqNIedzNRiFpNdS3O2R7wc@z> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Eric Biggers <ebiggers@google.com>,
"Peter Zijlstra \(Intel\)" <peterz@infradead.org>,
Wesley Terpstra <wesley@sifive.com>,
palmer@sifive.com, linux-mips@vger.kernel.org,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Mackerras <paulus@samba.org>,
sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org,
Will Deacon <will@kernel.org>, Ingo Molnar <mingo@kernel.org>,
linux-arch@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
Michael Ellerman <mpe@ellerman.id.au>,
Jackie Liu <liuyun01@kylinos.cn>,
Russell King <linux@armlinux.org.uk>,
Greg Ungerer <gerg@linux-m68k.org>,
hch@infradead.org, Firoz Khan <firoz.khan@linaro.org>,
linux-pci@vger.kernel.org, James Hogan <jhogan@kernel.org>,
longman@redhat.com, linux-snps-arc@lists.infradead.org,
Albert Ou <aou@eecs.berkeley.edu>, Arnd Bergmann <arnd@arndb.de>,
git@xilinx.com, Paul Walmsley <paul.walmsley@sifive.com>,
linux-arm-kernel@lists.infradead.org, monstr@monstr.eu,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
Paul Burton <paul.burton@mips.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Vineet Gupta <vgupta@synopsys.com>,
linuxppc-dev@lists.ozlabs.org,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Eric Biggers <ebiggers@google.com>,
"Peter Zijlstra \(Intel\)" <peterz@infradead.org>,
Wesley Terpstra <wesley@sifive.com>,
palmer@sifive.com, linux-mips@vger.kernel.org,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Mackerras <paulus@samba.org>,
sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org,
Will Deacon <will@kernel.org>, Ingo Molnar <mingo@kernel.org>,
linux-arch@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
Michael Ellerman <mpe@ellerman.id.au>,
Jackie Liu <liuyun01@kylinos.cn>,
Russell King <linux@armlinux.org.uk>,
Greg Ungerer <gerg@linux-m68k.org>,
hch@infradead.org, Firoz Khan <firoz.khan@linaro.org>,
linux-pci@vger.kernel.org, James Hogan <jhogan@kernel.org>,
longman@redhat.com, linux-snps-arc@lists.infradead.org,
Albert Ou <aou@eecs.berkeley.edu>, Arnd Bergmann <arnd@arndb.de>,
git@xilinx.com, Paul Walmsley <paul.walmsley@sifive.com>,
linux-arm-kernel@lists.infradead.org, monstr@monstr.eu,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
Paul Burton <paul.burton@mips.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Vineet Gupta <vgupta@synopsys.com>,
linuxppc-dev@lists.ozlabs.org,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Eric Biggers <ebiggers@google.com>,
"Peter Zijlstra \(Intel\)" <peterz@infradead.org>,
Wesley Terpstra <wesley@sifive.com>,
palmer@sifive.com, linux-mips@vger.kernel.org,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Mackerras <paulus@samba.org>,
sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org,
Will Deacon <will@kernel.org>, Ingo Molnar <mingo@kernel.org>,
linux-arch@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
Jackie Liu <liuyun01@kylinos.cn>,
Russell King <linux@armlinux.org.uk>,
Greg Ungerer <gerg@linux-m68k.org>,
hch@infradead.org, Firoz Khan <firoz.khan@linaro.org>,
linux-pci@vger.kernel.org, James Hogan <jhogan@kernel.org>,
longman@redhat.com, linux-snps-arc@lists.infradead.org,
Albert Ou <aou@eecs.berkeley.edu>, Arnd Bergmann <arnd@arndb.de>,
git@xilinx.com, Paul Walmsley <paul.walmsley@sifive.com>,
linux-arm-kernel@lists.infradead.org, monstr@monstr.eu,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
Paul Burton <paul.burton@mips.com>,
Vineet Gupta <vgupta@synopsys.com>,
linuxppc-dev@lists.ozlabs.org,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: linux-kernel@vger.kernel.org, monstr@monstr.eu, git@xilinx.com,
palmer@sifive.com, hch@infradead.org, longman@redhat.com,
Arnd Bergmann <arnd@arndb.de>, Jackie Liu <liuyun01@kylinos.cn>,
Wesley Terpstra <wesley@sifive.com>,
Firoz Khan <firoz.khan@linaro.org>,
sparclinux@vger.kernel.org, Ingo Molnar <mingo@kernel.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org,
James Hogan <jhogan@kernel.org>,
Vineet Gupta <vgupta@synopsys.com>,
linux-pci@vger.kernel.org,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Ralf Baechle <ralf@linux-mips.org>,
Paul Walmsley <paul.walmsley@sifive.com>,
"Peter Zijlstra (Intel)" <peterz@infradead.org>,
Will Deacon <will@kernel.org>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 20:45:02 +0000 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Helgaas <helgaas@kernel.org>
To: Michal Simek <michal.simek@xilinx.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>,
Eric Biggers <ebiggers@google.com>,
"Peter Zijlstra \(Intel\)" <peterz@infradead.org>,
Wesley Terpstra <wesley@sifive.com>,
palmer@sifive.com, linux-mips@vger.kernel.org,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Paul Mackerras <paulus@samba.org>,
sparclinux@vger.kernel.org, linux-riscv@lists.infradead.org,
Will Deacon <will@kernel.org>, Ingo Molnar <mingo@kernel.org>,
linux-arch@vger.kernel.org,
Herbert Xu <herbert@gondor.apana.org.au>,
Michael Ellerman <mpe@ellerman.id.au>,
Jackie Liu <liuyun01@kylinos.cn>,
Russell King <linux@armlinux.org.uk>,
Greg Ungerer <gerg@linux-m68k.org>,
hch@infradead.org, Firoz Khan <firoz.khan@linaro.org>,
linux-pci@vger.kernel.org, James Hogan <jhogan@kernel.org>,
longman@redhat.com, linux-snps-arc@lists.infradead.org,
Albert Ou <aou@eecs.berkeley.edu>, Arnd Bergmann <arnd@arndb.de>,
git@xilinx.com, Paul Walmsley <paul.walmsley@sifive.com>,
linux-arm-kernel@lists.infradead.org, monstr@monstr.eu,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org, Ralf Baechle <ralf@linux-mips.org>,
Paul Burton <paul.burton@mips.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Vineet Gupta <vgupta@synopsys.com>,
linuxppc-dev@lists.ozlabs.org,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v2 0/2] Enabling MSI for Microblaze
Date: Fri, 25 Oct 2019 15:45:02 -0500 [thread overview]
Message-ID: <20191025204502.GA170580@google.com> (raw)
In-Reply-To: <cover.1571983829.git.michal.simek@xilinx.com>
On Fri, Oct 25, 2019 at 08:10:36AM +0200, Michal Simek wrote:
> Hi,
>
> these two patches come from discussion with Christoph, Bjorn, Palmer and
> Waiman. The first patch was suggestion by Christoph here
> https://lore.kernel.org/linux-riscv/20191008154604.GA7903@infradead.org/
> The second part was discussed
> https://lore.kernel.org/linux-pci/mhng-5d9bcb53-225e-441f-86cc-b335624b3e7c@palmer-si-x1e/
> and
> https://lore.kernel.org/linux-pci/20191017181937.7004-1-palmer@sifive.com/
>
> Thanks,
> Michal
>
> Changes in v2:
> - Fix typo in commit message s/expect/except/ - Reported-by: Masahiro
>
> Michal Simek (1):
> asm-generic: Make msi.h a mandatory include/asm header
>
> Palmer Dabbelt (1):
> pci: Default to PCI_MSI_IRQ_DOMAIN
>
> arch/arc/include/asm/Kbuild | 1 -
> arch/arm/include/asm/Kbuild | 1 -
> arch/arm64/include/asm/Kbuild | 1 -
> arch/mips/include/asm/Kbuild | 1 -
> arch/powerpc/include/asm/Kbuild | 1 -
> arch/riscv/include/asm/Kbuild | 1 -
> arch/sparc/include/asm/Kbuild | 1 -
> drivers/pci/Kconfig | 2 +-
> include/asm-generic/Kbuild | 1 +
> 9 files changed, 2 insertions(+), 8 deletions(-)
I applied these to pci/msi for v5.5, thanks!
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-10-25 20:45 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-25 6:10 [PATCH v2 0/2] Enabling MSI for Microblaze Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` [PATCH v2 1/2] asm-generic: Make msi.h a mandatory include/asm header Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` Michal Simek
2019-10-25 6:10 ` [PATCH v2 2/2] pci: Default to PCI_MSI_IRQ_DOMAIN Michal Simek
2019-10-25 20:45 ` Bjorn Helgaas [this message]
2019-10-25 20:45 ` [PATCH v2 0/2] Enabling MSI for Microblaze Bjorn Helgaas
2019-10-25 20:45 ` Bjorn Helgaas
2019-10-25 20:45 ` Bjorn Helgaas
2019-10-25 20:45 ` Bjorn Helgaas
2019-10-25 20:45 ` Bjorn Helgaas
2019-10-25 20:45 ` Bjorn Helgaas
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=20191025204502.GA170580@google.com \
--to=helgaas@kernel.org \
--cc=ard.biesheuvel@linaro.org \
--cc=arnd@arndb.de \
--cc=catalin.marinas@arm.com \
--cc=firoz.khan@linaro.org \
--cc=git@xilinx.com \
--cc=gregkh@linuxfoundation.org \
--cc=hch@infradead.org \
--cc=jhogan@kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=liuyun01@kylinos.cn \
--cc=longman@redhat.com \
--cc=michal.simek@xilinx.com \
--cc=mingo@kernel.org \
--cc=monstr@monstr.eu \
--cc=palmer@sifive.com \
--cc=paul.walmsley@sifive.com \
--cc=peterz@infradead.org \
--cc=ralf@linux-mips.org \
--cc=sparclinux@vger.kernel.org \
--cc=vgupta@synopsys.com \
--cc=wesley@sifive.com \
--cc=will@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.