1. 24 2月, 2012 1 次提交
  2. 07 1月, 2012 2 次提交
    • B
      xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resources · 7ec303a7
      Bjorn Helgaas 提交于
      Convert from pci_scan_bus() to pci_scan_root_bus() and remove root bus
      fixups.  This fixes the problem of "early" and "header" quirks
      seeing incorrect root bus resources.
      
      This arch was unusual because it filled in bus->resource[0..3] in
      pcibios_init(), then overwrote them, applied io_space.offset and
      checked for unset resources in pcibios_fixup_bus().  I moved all of
      that to a new pci_controller_apertures() that we can use before
      scanning the root bus.
      
      CC: Chris Zankel <chris@zankel.net>
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      7ec303a7
    • M
      PCI: Xtensa: convert pcibios_set_master() to a non-inlined function · 9cdce18d
      Myron Stowe 提交于
      This patch converts Xtensa's architecture-specific
      'pcibios_set_master()' routine to a non-inlined function.  This will
      allow follow on patches to create a generic 'pcibios_set_master()'
      function using the '__weak' attribute which can be used by all
      architectures as a default which, if necessary, can then be over-
      ridden by architecture-specific code.
      
      Converting 'pci_bios_set_master()' to a non-inlined function will
      allow Xtensa's 'pcibios_set_master()' implementation to remain
      architecture-specific after the generic version is introduced and
      thus, not change current behavior.
      
      No functional change.
      Signed-off-by: NMyron Stowe <myron.stowe@redhat.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      9cdce18d
  3. 23 2月, 2010 2 次提交
  4. 28 8月, 2007 1 次提交
  5. 01 6月, 2007 1 次提交
  6. 04 10月, 2006 1 次提交
  7. 01 7月, 2006 1 次提交
  8. 28 6月, 2006 1 次提交
  9. 26 6月, 2006 1 次提交
  10. 23 9月, 2005 1 次提交
  11. 30 6月, 2005 1 次提交
  12. 24 6月, 2005 1 次提交