Skip to content
Snippets Groups Projects
  1. Sep 21, 2010
  2. Jan 08, 2010
  3. Mar 04, 2009
  4. Jan 21, 2009
  5. Oct 27, 2008
  6. Feb 03, 2008
  7. Oct 10, 2007
  8. Oct 03, 2006
  9. Jul 02, 2006
  10. Aug 19, 2005
  11. Jul 30, 2005
    • Jochen Friedrich's avatar
      [PATCH] tms380tr: move to DMA API · 504ff16c
      Jochen Friedrich authored
      
      This patch makes tms380tr use the new DMA API.  Now that on Alpha, this API
      also supports bus master DMA for ISA (platform) devices, i changed the
      driver to use this new API.
      
      This also works around a bug in the firmware loader: The example provided
      in Documentation/firmware_class no longer works, as the firmware loader now
      calls get_kobj_path_length() and the kernel promptly oopses, as the
      home-grown device doesn't have a parent.  Of course, this doesn't happen
      with a "real" device which has its bus (or pseudo bus in the case of
      platform) as parent.
      
      Converted tms380tr to use new DMA API:
        - proteon.c, skisa.c: use platform pseudo bus to create a struct device
        - Space.c: delete init hooks
        - abyss.c, tmspci.c: pass struct device to tms380tr.c
        - tms380tr.c, tms380tr.h: new DMA API, use real device fo firmware loader
      
      Signed-off-by: default avatarJochen Friedrich <jochen@scram.de>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      504ff16c
  12. Jun 26, 2005
  13. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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!
Loading