29 Aug, 2008

1 commit

  • The header file primarily used for (in-kernel) PCMCIA device drivers
    also deserved a major cleanup. This header file also serves as the dumping
    ground for all typedefs and definitions only used by the deprecated PCMCIA
    ioctl and the deprecated PCMCIA userspace tools using this ioctl.

    Signed-off-by: Dominik Brodowski

    Dominik Brodowski
     

09 Jul, 2007

1 commit


17 Feb, 2007

1 commit


31 Mar, 2006

2 commits

  • This ugly hack add support for Siemens MC45 PCMCIA GPRS card (which is
    identical to Possio GCC, and which is offered by one of our local GPRS
    providers). Card has unfortunate feature that after poweron oxcf950 chip
    is fully powered and works, but attached MC45 modem is powered down :-(
    There is a special sequence (which takes 1 sec :-( ) to poweron MC45 (and
    after MC45 powers on, it takes more than 2 secs until firmware fully
    boots...) which needs to be executed after all powerons.

    I'm really not familiar with PCMCIA subsystem, so I have no idea whether I
    should issue request_region() on rest of oxcf950 address range (0-7 is
    UART, 8-F are special configuration registers), or how this should be
    better integrated with PM system and so on - I just put it in same place
    where another hack already lived...

    Card uses 18.432MHz XTAL, so to get it to work you must add lines below to
    the /etc/pcmcia/serial.opts.

    case "$MANFID-$FUNCID-$PRODID_1-$PRODID_2-$PRODID_3-$PRODID_4" in
    '030c,0003-2-GPRS-CARD--')
    SERIAL_OPTS="baud_base 1152000"
    ;;
    esac

    Cc: Russell King
    Signed-off-by: Andrew Morton
    Signed-off-by: Dominik Brodowski

    Petr Vandrovec
     
  • Remove misleading comment.

    Signed-off-by: Komuro
    Signed-off-by: Dominik Brodowski

    Komuro
     

28 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