This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b1edae0d5f2e Merge tag 'arc-5.13-rc7-fixes' of git://git.kernel.org/pub [...] new 9620ad86d0e3 afs: Re-enable freezing once a page fault is interrupted new 3bd6b8271ee6 PCI: of: Clear 64-bit flag for non-prefetchable memory below 4GB new a512360f45c9 PCI: tegra194: Fix MCFG quirk build regressions new b5cf198e74a9 PCI: Mark TI C667X to avoid bus reset new 4c207e7121fa PCI: Mark some NVIDIA GPUs to avoid bus reset new ce00322c2365 PCI: Work around Huawei Intelligent NIC VF FLR erratum new e8946a53e2a6 PCI: Mark AMD Navi14 GPU ATS as broken new db2f77e2bd99 PCI: Add ACS quirk for Broadcom BCM57414 NIC new cacf994a91d3 PCI: Add AMD RS690 quirk to enable 64-bit DMA new f18139966d07 PCI: aardvark: Fix kernel panic during PIO transfer new 728a748b3ff7 Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/ [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: arch/x86/pci/fixup.c | 44 ++++++++ drivers/pci/controller/dwc/Makefile | 3 +- drivers/pci/controller/dwc/pcie-tegra194-acpi.c | 108 +++++++++++++++++++ drivers/pci/controller/dwc/pcie-tegra194.c | 138 ++++-------------------- drivers/pci/controller/pci-aardvark.c | 49 +++++++-- drivers/pci/of.c | 2 + drivers/pci/quirks.c | 93 +++++++++++++++- fs/afs/write.c | 13 ++- 8 files changed, 314 insertions(+), 136 deletions(-) create mode 100644 drivers/pci/controller/dwc/pcie-tegra194-acpi.c