31 Aug, 2008

2 commits


26 Aug, 2008

3 commits


23 Aug, 2008

5 commits


24 Jun, 2008

2 commits

  • Except for one debug message in a driver marked BROKEN, pcmcia_get_status is
    only used by the ioctl. Therefore, move it to pcmcia_ioctl.c and unexport it.

    Signed-off-by: Dominik Brodowski

    Dominik Brodowski
     
  • 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
     

01 May, 2008

1 commit

  • Make the PCMCIA core stop using class_interface to hide socket attribute
    registration. This removes the associated section mismatch warnings, and
    helps get to the point where that mechanism can finally be removed.

    Simplify that attribute registration by using an attribute_group.
    This is a net shrink in object size.

    Signed-off-by: David Brownell
    Signed-off-by: Greg Kroah-Hartman

    David Brownell
     

08 Feb, 2007

1 commit


05 Dec, 2006

1 commit


31 Mar, 2006

7 commits


06 Jan, 2006

2 commits


10 Sep, 2005

2 commits


08 Jul, 2005

2 commits

  • Reduce the occurences of "client_handle_t" which is nothing else than a
    pointer to struct pcmcia_device by now.

    Signed-off-by: Dominik Brodowski
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dominik Brodowski
     
  • Move the "event handler" to struct pcmcia_driver -- the unified event handler
    will disappear really soon, but switching it to struct pcmcia_driver in the
    meantime allows for better "step-by-step" patches.

    Signed-off-by: Dominik Brodowski
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Dominik Brodowski
     

28 Jun, 2005

3 commits


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