linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.8
@ 2020-07-25  0:17 Bjorn Helgaas
  2020-07-25  1:45 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2020-07-25  0:17 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Patrick Volkerding, Karol Herbst,
	Kai-Heng Feng, Mika Westerberg, Jason Wang, Michael S. Tsirkin

PCI fixes:

  - Reject invalid IRQ 0 command line argument for virtio_mmio because
    IRQ 0 now generates warnings (Bjorn Helgaas)

  - Revert "PCI/PM: Assume ports without DLL Link Active train links
    in 100 ms", which broke nouveau (Bjorn Helgaas)


The following changes since commit 5396956cc7c6874180c9bfc1ceceb02b739a6a87:

  PCI: Make pcie_find_root_port() work for Root Ports (2020-06-30 16:58:27 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d08c30d7a0d1826f771f16cde32bd86e48401791:

  Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms" (2020-07-22 10:31:52 -0500)

----------------------------------------------------------------
pci-v5.8-fixes-2

----------------------------------------------------------------
Bjorn Helgaas (2):
      virtio-mmio: Reject invalid IRQ 0 command line argument
      Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"

 drivers/pci/pci.c            | 30 +++++++++---------------------
 drivers/virtio/virtio_mmio.c |  4 ++--
 2 files changed, 11 insertions(+), 23 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v5.8
  2020-07-25  0:17 [GIT PULL] PCI fixes for v5.8 Bjorn Helgaas
@ 2020-07-25  1:45 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-07-25  1:45 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Patrick Volkerding,
	Karol Herbst, Kai-Heng Feng, Mika Westerberg, Jason Wang,
	Michael S. Tsirkin

The pull request you sent on Fri, 24 Jul 2020 19:17:53 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/23ee3e4e5bd27bdbc0f1785eef7209ce872794c7

Thank you!

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

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

* Re: [GIT PULL] PCI fixes for v5.8
  2020-07-30 18:51 Bjorn Helgaas
@ 2020-07-30 23:20 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-07-30 23:20 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Robert Hancock, Kai-Heng Feng

The pull request you sent on Thu, 30 Jul 2020 13:51:23 -0500:

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

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

Thank you!

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

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

* [GIT PULL] PCI fixes for v5.8
@ 2020-07-30 18:51 Bjorn Helgaas
  2020-07-30 23:20 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2020-07-30 18:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Robert Hancock, Kai-Heng Feng

PCI fixes:

  - Disable ASPM on ASM1083/1085 PCIe-to-PCI bridge (Robert Hancock)


The following changes since commit d08c30d7a0d1826f771f16cde32bd86e48401791:

  Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms" (2020-07-22 10:31:52 -0500)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.8-fixes-3

for you to fetch changes up to b361663c5a40c8bc758b7f7f2239f7a192180e7c:

  PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge (2020-07-29 18:35:45 -0500)

----------------------------------------------------------------
pci-v5.8-fixes-3

----------------------------------------------------------------
Robert Hancock (1):
      PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge

 drivers/pci/quirks.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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

* Re: [GIT PULL] PCI fixes for v5.8
  2020-07-03 16:04 Bjorn Helgaas
@ 2020-07-03 21:15 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2020-07-03 21:15 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Mika Westerberg, Yicong Yang

The pull request you sent on Fri, 3 Jul 2020 11:04:55 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7fec3ce50a5d3fc54de9c0e9d43682ea9320b199

Thank you!

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

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

* [GIT PULL] PCI fixes for v5.8
@ 2020-07-03 16:04 Bjorn Helgaas
  2020-07-03 21:15 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2020-07-03 16:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Mika Westerberg, Yicong Yang

PCI fixes:

  - Fix a pcie_find_root_port() simplification that broke power management
    because it didn't handle the edge case of finding the Root Port of a
    Root Port itself (Mika Westerberg)


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5396956cc7c6874180c9bfc1ceceb02b739a6a87:

  PCI: Make pcie_find_root_port() work for Root Ports (2020-06-30 16:58:27 -0500)

----------------------------------------------------------------
pci-v5.8-fixes-1

----------------------------------------------------------------
Mika Westerberg (1):
      PCI: Make pcie_find_root_port() work for Root Ports

 include/linux/pci.h | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2020-07-30 23:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-25  0:17 [GIT PULL] PCI fixes for v5.8 Bjorn Helgaas
2020-07-25  1:45 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-07-30 18:51 Bjorn Helgaas
2020-07-30 23:20 ` pr-tracker-bot
2020-07-03 16:04 Bjorn Helgaas
2020-07-03 21:15 ` 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).