mbox series

[GIT,PULL] PCI fixes for v5.1

Message ID 20190328190340.GD24180@google.com (mailing list archive)
State Not Applicable, archived
Delegated to: Bjorn Helgaas
Headers show
Series [GIT,PULL] PCI fixes for v5.1 | expand

Pull-request

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

Message

Bjorn Helgaas March 28, 2019, 7:03 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 28, 2019, 9:15 p.m. UTC | #1
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!