1. 17 4月, 2009 11 次提交
  2. 16 4月, 2009 13 次提交
  3. 14 4月, 2009 1 次提交
  4. 06 4月, 2009 1 次提交
  5. 04 4月, 2009 1 次提交
    • T
      sh: sh7785lcr: Map whole PCI address space. · 68b42d1b
      Takashi Yoshii 提交于
      PCI still doesn't work on sh7785lcr 29bit 256M map mode.
      
      On SH7785, PCI -> SHwy address translation is not base+offset but
      somewhat like base|offset (See HW Manual (rej09b0261) Fig. 13.11).
      So, you can't export CS2,3,4,5 by 256M at CS2 (results CS0,1,2,3
      exported, I guess).  There are two candidates.
      
      a) 128M@CS2 + 128M@CS4
      b) 512M@CS0
      
      Attached patch is B. It maps 512M Byte at 0 independently of memory
      size. It results CS0 to CS6 and perhaps some more being accessible
      from PCI.
      
      Tested on
      7785lcr 29bit 128M map
      7785lcr 29bit 256M map
      (NOT tested on 32bit)
      Signed-off-by: NTakashi YOSHII <yoshii.takashi@renesas.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      68b42d1b
  6. 10 3月, 2009 1 次提交
  7. 08 1月, 2009 2 次提交
  8. 22 12月, 2008 2 次提交
  9. 20 10月, 2008 1 次提交
  10. 29 7月, 2008 2 次提交
  11. 28 7月, 2008 4 次提交
  12. 28 6月, 2008 1 次提交
    • A
      PCI: remove unused arch pcibios_update_resource() functions · 0aea5313
      Adrian Bunk 提交于
      Russell King did the following back in 2003:
      
      <--  snip  -->
      
          [PCI] pci-9: Kill per-architecture pcibios_update_resource()
      
          Kill pcibios_update_resource(), replacing it with pci_update_resource().
          pci_update_resource() uses pcibios_resource_to_bus() to convert a
          resource to a device BAR - the transformation should be exactly the
          same as the transformation used for the PCI bridges.
      
          pci_update_resource "knows" about 64-bit BARs, but doesn't attempt to
          set the high 32-bits to anything non-zero - currently no architecture
          attempts to do something different.  If anyone cares, please fix; I'm
          going to reflect current behaviour for the time being.
      
          Ivan pointed out the following architectures need to examine their
          pcibios_update_resource() implementation - they should make sure that
          this new implementation does the right thing.  #warning's have been
          added where appropriate.
      
              ia64
              mips
              mips64
      
          This cset also includes a fix for the problem reported by AKPM where
          64-bit arch compilers complain about the resource mask being placed
          in a u32.
      
      <--  snip  -->
      
      This patch removes the unused pcibios_update_resource() functions the
      kernel gained since, from FRV, m68k, mips & sh architectures.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Acked-by: NDavid Howells <dhowells@redhat.com>
      Acked-by: NGreg Ungerer <gerg@uclinux.org>
      Acked-by: NPaul Mundt <lethal@linux-sh.org>
      Acked-by: NRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      0aea5313