1. 23 2月, 2010 1 次提交
  2. 18 9月, 2009 1 次提交
  3. 08 1月, 2009 2 次提交
  4. 10 12月, 2008 1 次提交
  5. 15 10月, 2008 1 次提交
  6. 31 7月, 2008 1 次提交
  7. 20 7月, 2008 1 次提交
  8. 16 7月, 2008 1 次提交
  9. 12 3月, 2008 1 次提交
  10. 20 2月, 2008 2 次提交
  11. 15 12月, 2007 1 次提交
  12. 12 9月, 2007 1 次提交
  13. 11 9月, 2007 1 次提交
  14. 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
  15. 13 7月, 2007 1 次提交
  16. 27 4月, 2007 1 次提交
    • T
      [MIPS] Register PCI host bridge resource earlier · 639702bd
      Thomas Bogendoerfer 提交于
      PCI based SNI RM machines have their EISA bus behind an Intel PCI/EISA
      bridge. So the PCI IO range must start at 0x0000. Changing that will
      break the PCI bus, because i8259.c already has registered it's IO
      addresses before the PCI bus gets initialized. Below is a patch,
      which will register the PCI host bridge resources inside
      register_pci_controller(). It also changes i8259.c to use insert_region(),
      because request_resource() will fail, if the IO space of the PIT hanging
      of the PCI host bridge (maybe passing the resource parent to
      init_i8259_irqs() is a cleaner fix for that).
      Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      639702bd
  17. 27 2月, 2007 1 次提交
  18. 19 2月, 2007 1 次提交
    • R
      [MIPS] Iomap implementation. · 140c1729
      Ralf Baechle 提交于
      This implementation has support for the concept of one separate ioport
      address space by PCI domain.  A pointer to the virtual address where
      the port space of a domain has been mapped has been added to struct
      pci_controller and systems should be fixed to fill in this value. For
      single domain systems this will be the same value as passed to
      set_io_port_base().
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      140c1729
  19. 01 7月, 2006 1 次提交
  20. 28 6月, 2006 1 次提交
  21. 20 6月, 2006 1 次提交
  22. 30 10月, 2005 2 次提交
  23. 05 9月, 2005 2 次提交
  24. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4