31 Mar, 2011

1 commit


15 Mar, 2010

1 commit

  • As the PCI irq pin of the ti1130 pcmcia bridge is not connected (at
    least on some old IBM Thinkpad 760ED notebooks), the Cardbus IRQ has
    to be routed to an ISA irq.

    Part 3 of a series to allow the ISA irq to be used for Cardbus devices
    if the socket's PCI irq is unusable.

    [linux@dominikbrodowski.net: split up the original patch, commit message,
    cleanup]

    Signed-off-by: Jens Kuenzer
    Signed-off-by: Dominik Brodowski

    Jens Künzer
     

23 Aug, 2008

1 commit


24 Jun, 2008

2 commits


11 Dec, 2007

1 commit

  • Fix kernel-doc comments in drivers/pcmcia/:

    - ti113x.h does not contain kernel-doc, so don't use /** to begin a doc
    comment
    - yenta_socket.c: remove /** on non-kernel-doc comments;
    escape the ':' in an "http:" comment so that it won't be treated as a
    section heading;
    - cs.c: remove /** on non-kernel-doc comments & add function parameter info
    - ds.c: fix function parameter info

    Signed-off-by: Randy Dunlap
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Randy Dunlap
     

01 Jul, 2006

1 commit


31 Mar, 2006

1 commit


06 Jan, 2006

1 commit


09 Oct, 2005

1 commit


26 Sep, 2005

2 commits

  • Support some more TI cardbus bridges. most of them are multifunction
    devices which adds 1394 controllers, smartcard readers etc. this could
    also help with the various problems with the XX21 controllers seen on the
    linux-pcmcia list.

    Signed-off-by: Daniel Ritz
    Signed-off-by: Dominik Brodowski

    Daniel Ritz
     
  • Echo Audio cardbus products are known to be incompatible with EnE bridges.
    in order to maybe solve the problem a EnE specific test bit has to be set,
    another cleared...but other setups have a good chance to break when just
    forcing the bits. so do the whole thingy automatically.

    The patch adds a hook in cb_alloc() that allows special tuning for the
    different chipsets. for ene just match the Echo products and set/clear the
    test bits, defaults to do the same thing as w/o the patch to not break
    working setups.

    Signed-off-by: Daniel Ritz
    Cc: Linus Torvalds
    Signed-off-by: Andrew Morton
    Signed-off-by: Dominik Brodowski

    Daniel Ritz
     

08 Jul, 2005

1 commit


24 Jun, 2005

1 commit

  • - make boot-up card recognition more reliable (ie. redo interrogation
    always if there is no valid 'card inserted' state) (and yes, i saw it
    happening on an o2micro controller that both CB_CBARD and CB_16BITCARD
    bits were set at the same time)

    - also redo interrogation before probing the ISA interrupts. it's safer
    to do the probing with the socket in a clean state.

    - make card insert detect more reliable. yenta_get_status() now returns
    SS_PENDING as long as the card is not completley inserted and one of the
    voltage bits is set. also !CB_CBARD doesn't mean CB_16BITCARD. there is
    CB_NOTACARD as well, so make an explicit check for CB_16BITCARD.

    - for TI bridges: disable IRQs during power-on. in all-serial and tied
    interrupt mode the interrupts are always disabled for single-slot
    controllers. for two-slot contollers the disabling is only done when the
    other slot is empty. to force disabling there is a new module parameter
    now: pwr_irqs_off=Y (which is a regression for working setups. that's
    why it's an option, only use when required)

    - modparm to disable ISA interrupt probing (isa_probe, defaults to on)

    - remove unneeded code/cleanups (ie. merge yenta_events() into
    yenta_interrupts())

    Signed-off-by: Daniel Ritz
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Daniel Ritz
     

06 May, 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