22 Apr, 2006

1 commit


31 Mar, 2006

1 commit


06 Jan, 2006

3 commits


10 Nov, 2005

1 commit

  • Kconfig entry: dependency on 8xx
    Makefile: fix whitespace breakage
    m8xx_pcmcia.c:
    - asm/segment.h is gone
    - use generic PCMCIA suspend/resume methods

    Signed-off-by: Marcelo Tosatti
    Signed-off-by: Dominik Brodowski

    Marcelo Tosatti
     

29 Oct, 2005

1 commit

  • Here is an uptodated version of the MPC8xx PCMCIA driver for v2.6,
    addressing comments by Jeff and Dominik:

    - use IO accessors instead of direct device memory referencing
    - avoid usage of non-standard "uint/uchar" data types
    - kill struct typedef's

    Will submit it for inclusion once v2.6.14 is out.

    Testing on 8xx platforms is more than welcome! Works like a charm
    on our custom hardware (CONFIG_PRxK).

    Cc: Dominik Brodowski
    Signed-off-by: Andrew Morton
    Signed-off-by: Paul Mackerras

    Marcelo Tosatti
     

26 Sep, 2005

1 commit


10 Sep, 2005

1 commit


08 Jul, 2005

2 commits

  • As a follow-up, we can allow the yenta-driver to be limited to PCMCIA
    operation.

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

    Dominik Brodowski
     
  • Schedule removal of the PCMCIA ioctl (and thus kernel support for the
    pcmcia-cs userspace package) for November 2005.

    A big "thank you" to Dave Hinds for his great work on supporting PCMCIA in
    Linux. Things are just done differently by now, so the ongoing work to make
    PCMCIA behave like any other hotpluggable bus should continue.

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

    Dominik Brodowski
     

28 Jun, 2005

3 commits


22 Jun, 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