public inbox for linux-arm-kernel@lists.infradead.org 
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx•com>
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: Catalin Marinas <catalin.marinas@arm•com>,
	Eric Biggers <ebiggers@google•com>,
	"Peter Zijlstra \(Intel\)" <peterz@infradead•org>,
	Benjamin Herrenschmidt <benh@kernel•crashing.org>,
	linux-pci@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>,
	Firoz Khan <firoz.khan@linaro•org>,
	Wesley Terpstra <wesley@sifive•com>,
	James Hogan <jhogan@kernel•org>,
	linux-snps-arc@lists•infradead.org,
	Albert Ou <aou@eecs•berkeley.edu>, Arnd Bergmann <arnd@arndb•de>,
	Paul Walmsley <paul.walmsley@sifive•com>,
	Bjorn Helgaas <bhelgaas@google•com>,
	linux-arm-kernel@lists•infradead.org,
	Ard Biesheuvel <ard.biesheuvel@linaro•org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation•org>,
	Cornelia Huck <cohuck@redhat•com>,
	linux-mips@vger•kernel.org, Ralf Baechle <ralf@linux-mips•org>,
	Paul Burton <paul.burton@mips•com>,
	Vineet Gupta <vgupta@synopsys•com>,
	Paolo Bonzini <pbonzini@redhat•com>,
	linuxppc-dev@lists•ozlabs.org,
	"David S. Miller" <davem@davemloft•net>
Subject: [PATCH 0/2] Enabling MSI for Microblaze
Date: Thu, 24 Oct 2019 12:13:10 +0200	[thread overview]
Message-ID: <cover.1571911976.git.michal.simek@xilinx.com> (raw)

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


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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-10-24 10:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 10:13 Michal Simek [this message]
2019-10-24 10:13 ` [PATCH 1/2] asm-generic: Make msi.h a mandatory include/asm header Michal Simek
2019-10-24 14:44   ` Masahiro Yamada
2019-10-25  6:12     ` Michal Simek
2019-10-24 15:17   ` Paul Walmsley
2019-10-24 17:03 ` [PATCH 0/2] Enabling MSI for Microblaze Waiman Long

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=cover.1571911976.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx$(echo .)com \
    --cc=aou@eecs$(echo .)berkeley.edu \
    --cc=ard.biesheuvel@linaro$(echo .)org \
    --cc=arnd@arndb$(echo .)de \
    --cc=benh@kernel$(echo .)crashing.org \
    --cc=bhelgaas@google$(echo .)com \
    --cc=catalin.marinas@arm$(echo .)com \
    --cc=cohuck@redhat$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=ebiggers@google$(echo .)com \
    --cc=firoz.khan@linaro$(echo .)org \
    --cc=git@xilinx$(echo .)com \
    --cc=gregkh@linuxfoundation$(echo .)org \
    --cc=hch@infradead$(echo .)org \
    --cc=helgaas@kernel$(echo .)org \
    --cc=herbert@gondor$(echo .)apana.org.au \
    --cc=jhogan@kernel$(echo .)org \
    --cc=linux-arch@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-mips@vger$(echo .)kernel.org \
    --cc=linux-pci@vger$(echo .)kernel.org \
    --cc=linux-riscv@lists$(echo .)infradead.org \
    --cc=linux-snps-arc@lists$(echo .)infradead.org \
    --cc=linux@armlinux$(echo .)org.uk \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=liuyun01@kylinos$(echo .)cn \
    --cc=longman@redhat$(echo .)com \
    --cc=mingo@kernel$(echo .)org \
    --cc=monstr@monstr$(echo .)eu \
    --cc=mpe@ellerman$(echo .)id.au \
    --cc=palmer@sifive$(echo .)com \
    --cc=paul.burton@mips$(echo .)com \
    --cc=paul.walmsley@sifive$(echo .)com \
    --cc=paulus@samba$(echo .)org \
    --cc=pbonzini@redhat$(echo .)com \
    --cc=peterz@infradead$(echo .)org \
    --cc=ralf@linux-mips$(echo .)org \
    --cc=sparclinux@vger$(echo .)kernel.org \
    --cc=vgupta@synopsys$(echo .)com \
    --cc=wesley@sifive$(echo .)com \
    --cc=will@kernel$(echo .)org \
    --cc=yamada.masahiro@socionext$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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