1. 29 1月, 2008 1 次提交
  2. 15 1月, 2008 1 次提交
  3. 07 1月, 2008 2 次提交
  4. 15 12月, 2007 1 次提交
  5. 07 12月, 2007 1 次提交
  6. 04 12月, 2007 1 次提交
  7. 16 11月, 2007 3 次提交
  8. 30 10月, 2007 2 次提交
  9. 20 10月, 2007 1 次提交
  10. 17 10月, 2007 2 次提交
  11. 12 10月, 2007 6 次提交
  12. 09 10月, 2007 1 次提交
  13. 05 10月, 2007 1 次提交
  14. 12 9月, 2007 1 次提交
  15. 11 9月, 2007 1 次提交
  16. 27 8月, 2007 3 次提交
    • R
      606bf782
    • R
      [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. · c4aa2563
      Ralf Baechle 提交于
      Since 96bde06a several callers of
      pcibios_resource_to_bus are no longer marked __devinit resulting in a
      pile of modpost warnings if PCI && !HOTPLUG:
      
        MODPOST vmlinux.o
      WARNING: vmlinux.o(.text+0x15dde8): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_map_rom' and 'pci_map_rom_copy')
      WARNING: vmlinux.o(.text+0x15e140): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_update_resource' and 'pci_claim_resource')
      WARNING: vmlinux.o(.text+0x15f0cc): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f0f0): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f114): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f138): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_setup_cardbus' and 'pci_bus_assign_resources')
      WARNING: vmlinux.o(.text+0x15f438): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_bus_assign_resources' and 'pbus_size_mem')
      WARNING: vmlinux.o(.text+0x15f4f4): Section mismatch: reference to .init.text:pcibios_resource_to_bus (between 'pci_bus_assign_resources' and 'pbus_size_mem')
      
      Removing __devinit from pcibios_resource_to_bus make the same necessary
      for pcibios_fixup_device_resources as well.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      c4aa2563
    • R
      [MIPS] PCI: Remove __devinit attribute from pcibios_fixup_bus. · 4547d224
      Ralf Baechle 提交于
      Since 96bde06a pcibios_fixup_bus's caller
      pci_scan_child_bus is no longer marked __devinit resulting in this modpost
      warning if PCI && !HOTPLUG:
      
        MODPOST vmlinux.o
      WARNING: vmlinux.o(.text+0x158b9c): Section mismatch: reference to .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and 'pci_scan_bus_parented')
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      4547d224
  17. 01 8月, 2007 5 次提交
  18. 13 7月, 2007 1 次提交
  19. 12 7月, 2007 2 次提交
  20. 11 7月, 2007 4 次提交