Merge branch 'pci/endpoint/epf-vntb'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:11:46 +0000 (16:11 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 31 Jul 2025 21:11:46 +0000 (16:11 -0500)
commit7f837a2648a614337a879cc2f7131c3015e8557b
treece8e3e385a556b620908e4433bbdf919682ce7b4
parent63e6f0df6a07945709c02822e89ec61ce7fe7c9a
parent61ae7f8694fb4b57a8c02a1a8d2b601806afc999
Merge branch 'pci/endpoint/epf-vntb'

- Return -ENOENT (not -1) if pci_epc_get_next_free_bar() fails (Jerome
  Brunet)

- Align MW (memory window) naming with config names (Jerome Brunet)

- Allow BAR assignment via configfs so platforms have flexibility in
  determining BAR usage (Jerome Brunet)

- Drop incorrect '__iomem' annotation on the return value of
  pci_epf_alloc_space(); this also fixes an sparse warning (Manivannan
  Sadhasivam)

* pci/endpoint/epf-vntb:
  PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem attribute
  PCI: endpoint: pci-epf-vntb: Allow BAR assignment via configfs
  PCI: endpoint: pci-epf-vntb: Align MW naming with config names
  PCI: endpoint: pci-epf-vntb: Return -ENOENT if pci_epc_get_next_free_bar() fails