11 Aug, 2015

1 commit


23 Apr, 2012

1 commit

  • For now, it just contains the hack for cirrusfb on Amiga, which is moved
    out of with some slight modifications (use raw_*() instead of
    z_*(), which are defined on all m68k platforms).

    This makes it safe to include in all contexts. Before it
    could fail to compile with

    include/video/vga.h: In function ‘vga_mm_r’:
    include/video/vga.h:242: error: implicit declaration of function ‘z_readb’
    include/video/vga.h: In function ‘vga_mm_w’:
    include/video/vga.h:247: error: implicit declaration of function ‘z_writeb’
    include/video/vga.h: In function ‘vga_mm_w_fast’:
    include/video/vga.h:253: error: implicit declaration of function ‘z_writew’

    or

    include/video/vga.h:23:21: error: asm/vga.h: No such file or directory

    depending on the value of CONFIG_AMIGA.

    Signed-off-by: Geert Uytterhoeven
    Cc: linux-fbdev@vger.kernel.org
    Cc: dri-devel@lists.freedesktop.org

    Geert Uytterhoeven
     

16 Aug, 2010

1 commit


26 Apr, 2006

1 commit


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