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(-)