1. 10 3月, 2009 1 次提交
  2. 22 12月, 2008 1 次提交
    • M
      sh: P4 ioremap pass-through · 716777db
      Magnus Damm 提交于
      This patch adds a pass-through case when ioremapping P4 addresses.
      
      Addresses passed to ioremap() should be physical addresses, so the
      best option is usually to convert the virtual address to a physical
      address before calling ioremap. This will give you a virtual address
      in P2 which matches the physical address and this works well for
      most internal hardware blocks on the SuperH architecture.
      
      However, some hardware blocks must be accessed through P4. Converting
      the P4 address to a physical and then back to a P2 does not work. One
      example of this is the sh7722 TMU block, it must be accessed through P4.
      
      Without this patch P4 addresses will be mapped using PTEs which
      requires the page allocator to be up and running.
      Signed-off-by: NMagnus Damm <damm@igel.co.jp>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      716777db
  3. 29 7月, 2008 1 次提交
  4. 28 1月, 2008 3 次提交
  5. 27 9月, 2006 2 次提交
  6. 29 3月, 2006 1 次提交
  7. 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