mbox

[git,pull] Please pull powerpc/linux.git powerpc-4.2-4 tag

Message ID 1440722781.29255.2.camel@ellerman.id.au (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.2-4

Message

Michael Ellerman Aug. 28, 2015, 12:46 a.m. UTC
Hi Linus,

Please pull one fix for powerpc for 4.2:

The following changes since commit c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b:

  Linux 4.2-rc8 (2015-08-23 20:52:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.2-4

for you to fetch changes up to 4d9aac397a5d8f4ee26a4178b5e4a5c474a3a76a:

  powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case (2015-08-26 21:40:50 +1000)

----------------------------------------------------------------
powerpc fixes for 4.2 #3

- Fix MSI/MSI-X on pseries from Guilherme

----------------------------------------------------------------
Guilherme G. Piccoli (2):
      PCI: Make pci_msi_setup_pci_dev() non-static for use by arch code
      powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF case

 arch/powerpc/kernel/pci_of_scan.c | 3 +++
 drivers/pci/probe.c               | 2 +-
 include/linux/pci.h               | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)