All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Unassigned resource fixes
@ 2015-03-12 17:35 Bjorn Helgaas
  2015-03-12 17:35 ` [PATCH v1 1/4] PNP: Don't check for overlaps with unassigned PCI BARs Bjorn Helgaas
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Bjorn Helgaas @ 2015-03-12 17:35 UTC (permalink / raw)
  To: linux-pci; +Cc: linux-acpi

These are some minor resource fixes related to unassigned PCI BARs.  We
should:

  - Mark BARS as unassigned when we can figure that out
  - Not complain about "overlaps" with unassigned BARs
  - Prevent pci_ioremap_bar() on unassigned BARs
  - Give better error messages when pci_ioremap_bar() fails

I don't think these will actually fix any bugs, other than getting rid of
some annoying messages and improving some others.

Comments welcome.

---

Bjorn Helgaas (4):
      PNP: Don't check for overlaps with unassigned PCI BARs
      PCI: Mark invalid BARs as unassigned
      PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure
      PCI: Fail pci_ioremap_bar() on unassigned resources


 drivers/pci/pci.c       |    9 +++++----
 drivers/pci/setup-res.c |    2 ++
 drivers/pnp/quirks.c    |    9 ++++++---
 3 files changed, 13 insertions(+), 7 deletions(-)

-- 
Bjorn

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-04-15 23:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-12 17:35 [PATCH v1 0/4] Unassigned resource fixes Bjorn Helgaas
2015-03-12 17:35 ` [PATCH v1 1/4] PNP: Don't check for overlaps with unassigned PCI BARs Bjorn Helgaas
2015-03-12 17:35 ` [PATCH v1 2/4] PCI: Mark invalid BARs as unassigned Bjorn Helgaas
2015-04-14 23:14   ` Tony Luck
2015-04-14 23:30     ` Bjorn Helgaas
     [not found]       ` <CA+8MBbLnFQ2_zWniBFN6=kJMo-3PbBQvdsfPFV+zyApYpN6BQA@mail.gmail.com>
2015-04-15 14:48         ` Bjorn Helgaas
2015-04-15 16:27           ` Tony Luck
2015-04-15 19:42             ` Bjorn Helgaas
2015-04-15 21:28               ` Tony Luck
2015-04-15 23:04                 ` Bjorn Helgaas
2015-03-12 17:35 ` [PATCH v1 3/4] PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure Bjorn Helgaas
2015-03-12 17:35 ` [PATCH v1 4/4] PCI: Fail pci_ioremap_bar() on unassigned resources Bjorn Helgaas
2015-03-12 22:32 ` [PATCH v1 0/4] Unassigned resource fixes Rafael J. Wysocki
2015-03-19 15:06 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.