linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.6
@ 2020-02-28 19:21 Bjorn Helgaas
  2020-02-28 19:55 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2020-02-28 19:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Lukas Bulwahn, Marek Szyprowski

PCI fixes:

  - Fix build issue on 32-bit ARM with old compilers (Marek
    Szyprowski)

  - Update MAINTAINERS for recent Cadence driver file move (Lukas
    Bulwahn)


The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-2

for you to fetch changes up to 5901b51f3e5d9129da3e59b10cc76e4cc983e940:

  MAINTAINERS: Correct Cadence PCI driver path (2020-02-27 15:49:28 -0600)

----------------------------------------------------------------
pci-v5.6-fixes-2

----------------------------------------------------------------
Lukas Bulwahn (1):
      MAINTAINERS: Correct Cadence PCI driver path

Marek Szyprowski (1):
      PCI: brcmstb: Fix build on 32bit ARM platforms with older compilers

 MAINTAINERS                           | 2 +-
 drivers/pci/controller/pcie-brcmstb.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PCI fixes for v5.6
  2020-02-28 19:21 [GIT PULL] PCI fixes for v5.6 Bjorn Helgaas
@ 2020-02-28 19:55 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-28 19:55 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lukas Bulwahn, Marek Szyprowski

The pull request you sent on Fri, 28 Feb 2020 13:21:53 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/29795de0d242a5ba45904b36a5fb67e38a304cb7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] PCI fixes for v5.6
  2020-02-06 14:09 Bjorn Helgaas
@ 2020-02-06 14:25 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-02-06 14:25 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel,
	Kuppuswamy Sathyanarayanan, Jason A. Donenfeld, Randy Dunlap

The pull request you sent on Thu, 6 Feb 2020 08:09:15 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9e6c535c64adf6155e4a11fe8d63b384fe3452f8

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] PCI fixes for v5.6
@ 2020-02-06 14:09 Bjorn Helgaas
  2020-02-06 14:25 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Bjorn Helgaas @ 2020-02-06 14:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Kuppuswamy Sathyanarayanan,
	Jason A. Donenfeld, Randy Dunlap

PCI fixes:

  - Define to_pci_sysdata() always to fix build breakage when
    !CONFIG_PCI (Jason A. Donenfeld)

  - Use PF PASID for VFs to fix VF IOMMU bind failures (Kuppuswamy
    Sathyanarayanan)


The following changes since commit d4e9056daedca3891414fe3c91de3449a5dad0f2:

  initramfs: do not show compression mode choice if INITRAMFS_SOURCE is empty (2020-02-03 17:31:43 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.6-fixes-1

for you to fetch changes up to 2e34673be0bd6bb0c6c496a861cbc3f7431e7ce3:

  PCI/ATS: Use PF PASID for VFs (2020-02-05 11:58:08 -0600)

----------------------------------------------------------------
pci-v5.6-fixes-1

----------------------------------------------------------------
Jason A. Donenfeld (1):
      x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI

Kuppuswamy Sathyanarayanan (1):
      PCI/ATS: Use PF PASID for VFs

 arch/x86/include/asm/pci.h | 4 ++--
 drivers/pci/ats.c          | 6 ++++--
 2 files changed, 6 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-28 19:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-28 19:21 [GIT PULL] PCI fixes for v5.6 Bjorn Helgaas
2020-02-28 19:55 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-02-06 14:09 Bjorn Helgaas
2020-02-06 14:25 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).