29 Aug, 2008

2 commits

  • The individual SBUS IOMMU arch code now sets the IOMMU information
    directly into the OF device objects.

    Signed-off-by: David S. Miller

    David S. Miller
     
  • This thing was completely pointless.

    Just find the OF device in the parent of drivers that want to program
    this device, and map the DMA regs inside such drivers too.

    This also moves the dummy claim_dma_lock() and release_dma_lock()
    implementation to floppy_32.h, which makes it handle this issue
    just like floppy_64.h does.

    Signed-off-by: David S. Miller

    David S. Miller
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds