Re: [GIT PULL] PCI fixes for v5.1

2019-05-02 Thread pr-tracker-bot
The pull request you sent on Thu, 2 May 2019 08:55:38 -0500:

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

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

Thank you!

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


[GIT PULL] PCI fixes for v5.1

2019-05-02 Thread Bjorn Helgaas
Hi Linus,

I apologize for sending these so late in the cycle.  We went back and forth
about how to deal with the unexpected logging of intentional link state
changes and finally decided to just config them off by default.

PCI fixes:

  - Stop ignoring "pci=disable_acs_redir" parameter (Logan Gunthorpe)

  - Use shared MSI/MSI-X vector for Link Bandwidth Management (Alex
Williamson)

  - Add Kconfig option for Link Bandwidth notification messages (Keith
Busch)


The following changes since commit 3943af9d01e94330d0cfac6fccdbc829aad50c92:

  PCI: pciehp: Ignore Link State Changes after powering off a slot (2019-04-10 
16:06:43 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 2078e1e7f7e0e21bd0291908f3037c39e666d27b:

  PCI/LINK: Add Kconfig option (default off) (2019-05-02 08:34:32 -0500)


pci-v5.1-fixes-3


Alex Williamson (1):
  PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth Management

Keith Busch (1):
  PCI/LINK: Add Kconfig option (default off)

Logan Gunthorpe (1):
  PCI: Fix issue with "pci=disable_acs_redir" parameter being ignored

 drivers/pci/pci.c   | 19 +--
 drivers/pci/pcie/Kconfig|  8 
 drivers/pci/pcie/Makefile   |  2 +-
 drivers/pci/pcie/portdrv.h  |  4 
 drivers/pci/pcie/portdrv_core.c |  3 ++-
 5 files changed, 32 insertions(+), 4 deletions(-)


Re: [GIT PULL] PCI fixes for v5.1

2019-04-13 Thread pr-tracker-bot
The pull request you sent on Fri, 12 Apr 2019 10:38:38 -0500:

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

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

Thank you!

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


[GIT PULL] PCI fixes for v5.1

2019-04-12 Thread Bjorn Helgaas
PCI fixes:

  - Add a DMA alias quirk for another Marvell SATA device (Andre Przywara)

  - Fix a pciehp regression that broke safe removal of devices (Sergey
Miroshnichenko)


The following changes since commit 0fa635aec9abd718bd18c0bda2261351a0811efc:

  PCI/LINK: Deduplicate bandwidth reports for multi-function devices 
(2019-03-25 17:59:07 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 3943af9d01e94330d0cfac6fccdbc829aad50c92:

  PCI: pciehp: Ignore Link State Changes after powering off a slot (2019-04-10 
16:06:43 -0500)


pci-v5.1-fixes-2


Andre Przywara (1):
  PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controller

Sergey Miroshnichenko (1):
  PCI: pciehp: Ignore Link State Changes after powering off a slot

 drivers/pci/hotplug/pciehp_ctrl.c | 4 
 drivers/pci/quirks.c  | 2 ++
 2 files changed, 6 insertions(+)


Re: [GIT PULL] PCI fixes for v5.1

2019-03-28 Thread pr-tracker-bot
The pull request you sent on Thu, 28 Mar 2019 14:03:40 -0500:

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

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

Thank you!

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


[GIT PULL] PCI fixes for v5.1

2019-03-28 Thread Bjorn Helgaas
PCI fixes:

  - Clear level-triggered interrupts for the bandwidth notification
supported added for v5.1 (Alexandru Gagniuc)

  - Clear bandwidth notification interrupts before enabling them (Lukas
Wunner)

  - Report post-enumeration bandwidth changes only once for multi-function
devices (Lukas Wunner)


The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 0fa635aec9abd718bd18c0bda2261351a0811efc:

  PCI/LINK: Deduplicate bandwidth reports for multi-function devices 
(2019-03-25 17:59:07 -0500)


pci-v5.1-fixes-1


Alexandru Gagniuc (1):
  PCI/LINK: Supply IRQ handler so level-triggered IRQs are acked

Lukas Wunner (2):
  PCI/LINK: Clear bandwidth notification interrupt before enabling it
  PCI/LINK: Deduplicate bandwidth reports for multi-function devices

 drivers/pci/pci.h  |  1 +
 drivers/pci/pcie/bw_notification.c | 23 +--
 drivers/pci/probe.c|  2 +-
 3 files changed, 19 insertions(+), 7 deletions(-)