From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Subject: [PATCH v2 0/2] Enabling MSI for Microblaze Date: Fri, 25 Oct 2019 08:10:36 +0200 Message-ID: Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, palmer@sifive.com, hch@infradead.org, longman@redhat.com, helgaas@kernel.org Cc: Arnd Bergmann , Jackie Liu , Wesley Terpstra , Firoz Khan , sparclinux@vger.kernel.org, Ingo Molnar , Catalin Marinas , Ard Biesheuvel , linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org, James Hogan , Vineet Gupta , Bjorn Helgaas , linux-pci@vger.kernel.org, Greg Kroah-Hartman , Ralf Baechle , Paul Walmsley , "Peter Zijlstra (Intel)" , Will Deacon , Benjamin Herrenschmidt , Greg Ungerer List-Id: linux-arch.vger.kernel.org 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(-) -- 2.17.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-f65.google.com ([209.85.128.65]:53158 "EHLO mail-wm1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2394266AbfJYGKv (ORCPT ); Fri, 25 Oct 2019 02:10:51 -0400 Received: by mail-wm1-f65.google.com with SMTP id p21so706420wmg.2 for ; Thu, 24 Oct 2019 23:10:49 -0700 (PDT) From: Michal Simek Subject: [PATCH v2 0/2] Enabling MSI for Microblaze Date: Fri, 25 Oct 2019 08:10:36 +0200 Message-ID: Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-kernel@vger.kernel.org, monstr@monstr.eu, michal.simek@xilinx.com, git@xilinx.com, palmer@sifive.com, hch@infradead.org, longman@redhat.com, helgaas@kernel.org Cc: Arnd Bergmann , Jackie Liu , Wesley Terpstra , Firoz Khan , sparclinux@vger.kernel.org, Ingo Molnar , Catalin Marinas , Ard Biesheuvel , linux-riscv@lists.infradead.org, linux-arch@vger.kernel.org, James Hogan , Vineet Gupta , Bjorn Helgaas , linux-pci@vger.kernel.org, Greg Kroah-Hartman , Ralf Baechle , Paul Walmsley , "Peter Zijlstra (Intel)" , Will Deacon , Benjamin Herrenschmidt , Greg Ungerer , Paul Burton , Herbert Xu , Russell King , linux-arm-kernel@lists.infradead.org, Albert Ou , linux-snps-arc@lists.infradead.org, "David S. Miller" , Eric Biggers , Michael Ellerman , linux-mips@vger.kernel.org, Masahiro Yamada , Paul Mackerras , linuxppc-dev@lists.ozlabs.org Message-ID: <20191025061036.q6nE-dw6GDCaQnQtYVfNL2zcqDwBi_g52qG2sb2nVws@z> 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(-) -- 2.17.1