1. 17 10月, 2007 3 次提交
  2. 12 10月, 2007 1 次提交
  3. 07 2月, 2007 2 次提交
    • A
      [MIPS] Alchemy: Fix PCI-memory access · fd046eb5
      Alexander Bigga 提交于
      The problem was introduced in 2.6.18.3 with the casting of some
      36bit-defines (PCI memory) in au1000.h to resource_size_t which may be
      u32 or u64 depending on the experimental CONFIG_RESOURCES_64BIT.
      
      With unset CONFIG_RESOURCES_64BIT, the pci-memory cannot be accessed
      because the ioremap in arch/mips/au1000/common/pci.c already used the
      truncated addresses.
      With set CONFIG_RESOURCES_64BIT, things get even worse, because PCI-scan
      aborts, due to resource conflict: request_resource() in arch/mips/pci/pci.c
      fails because the maximum iomem-address is 0xffffffff (32bit) but the
      pci-memory-start-address is 0x440000000 (36bit).
      
      To get pci working again, I propose the following patch:
      
      1. remove the resource_size_t-casting from au1000.h again
      2. make the casting in arch/mips/au1000/common/pci.c (it's allowed and
      necessary here. The 36bit-handling will be done in __fixup_bigphys_addr).
      
      With this patch pci works again like in 2.6.18.2, the gcc-compile warnings
      in pci.c are gone and it doesn't depend on CONFIG_EXPERIMENTAL.
      Signed-off-by: NAlexander Bigga <ab@mycable.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      fd046eb5
    • R
      [MIPS] Alchemy: Fix bunch of warnings · 786d7cdd
      Ralf Baechle 提交于
        CC      arch/mips/au1000/common/pci.o
      arch/mips/au1000/common/pci.c:42: warning: large integer implicitly truncated to unsigned type
      arch/mips/au1000/common/pci.c:43: warning: large integer implicitly truncated to unsigned type
      arch/mips/au1000/common/pci.c:49: warning: large integer implicitly truncated to unsigned type
      arch/mips/au1000/common/pci.c:50: warning: large integer implicitly truncated to unsigned type
      arch/mips/au1000/common/pci.c: In function ‘au1x_pci_setup’:
      arch/mips/au1000/common/pci.c:82: warning: ISO C90 forbids mixed declarations and code
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      786d7cdd
  4. 26 4月, 2006 1 次提交
  5. 07 2月, 2006 1 次提交
  6. 10 1月, 2006 1 次提交
  7. 30 10月, 2005 5 次提交
  8. 05 9月, 2005 1 次提交
  9. 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