1. 24 Feb, 2012 4 commits
    • Bjorn Helgaas's avatar
      arm/PCI: remove arch pci_flags definition · 6696cbc3
      Bjorn Helgaas authored
      The PCI core provides a pci_flags definition (currently __weak), so drop
      the arm definition in favor of that.
      
      We EXPORT_SYMBOL(pci_flags) as arm did previously.  I'm dubious about
      this: no other architecture exports it, and I didn't see any modules in
      the tree that reference it.
      
      CC: Rob Herring <rob.herring@calxeda.com>
      CC: Russell King <linux@arm.linux.org.uk>
      CC: linux-arm-kernel@lists.infradead.org
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      6696cbc3
    • Bjorn Helgaas's avatar
      alpha/PCI: replace pci_probe_only with pci_flags · 151d16d5
      Bjorn Helgaas authored
      Some architectures (alpha, mips, powerpc) have an arch-specific
      "pci_probe_only" flag.  Others use PCI_PROBE_ONLY in pci_flags for
      the same purpose.  This moves alpha to the pci_flags approach so
      generic code can use the same test across all architectures.
      
      CC: linux-alpha@vger.kernel.org
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      151d16d5
    • Bjorn Helgaas's avatar
      PCI: add pci_clear_flags() · dcce6dc4
      Bjorn Helgaas authored
      Add a pci_clear_flags() for cases when we statically initialize
      pci_flags, then decide to clear things out later.
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      dcce6dc4
    • Bjorn Helgaas's avatar
      PCI: make pci_flags always available · 47087700
      Bjorn Helgaas authored
      If we move resource assignment functions into the core, we'll still
      need a way for architectures to prevent reassignment, e.g., the
      "pci_probe_only" functionality, and we'll need a generic, always
      available way the core can test for that.  The "pci_flags"
      arrangement used by several architectures seems like a convenient
      way to do this.
      Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
      47087700
  2. 23 Feb, 2012 11 commits
  3. 17 Feb, 2012 3 commits
  4. 14 Feb, 2012 22 commits