24 Jun, 2008

2 commits

  • The code in include/pcmcia/bulkmem.h was only kept for compatibility reasons.
    Therefore, move the remaining region_info_t definition to ds.h

    [linux@dominikbrodowski.net: do not modify the IOCTL, move definition to
    ds.h, and update changelog]
    Signed-off-by: Magnus Damm
    Signed-off-by: Dominik Brodowski

    Magnus Damm
     
  • Fix the following warnings:

    drivers/pcmcia/au1000_generic.c: In function `au1x00_pcmcia_socket_probe':
    drivers/pcmcia/au1000_generic.c:405: warning: integer constant is too large for
    "long" type
    drivers/pcmcia/au1000_generic.c:413: warning: integer constant is too large for
    "long" type

    by properly postfixing the socket constants. While at it, fix the lines over 80
    characters long in the vicinity...

    Signed-off-by: Sergei Shtylyov
    Acked-by: Ralf Baechle
    Signed-off-by: Dominik Brodowski

    Sergei Shtylyov
     

01 Jul, 2006

1 commit


10 Nov, 2005

1 commit


30 Oct, 2005

1 commit


08 Jul, 2005

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