All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andres Salomon <dilinger@voxel.net>
To: Russell King <rmk+lkml@arm.linux.org.uk>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: Re: [PATCH] CONFIG_PCMCIA_PROBE fix
Date: Mon, 22 Dec 2003 12:18:42 -0500	[thread overview]
Message-ID: <1072113521.919.6.camel@spiral.internal> (raw)
In-Reply-To: <20031222094829.B13978@flint.arm.linux.org.uk>

[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]

On Mon, 2003-12-22 at 04:48, Russell King wrote:
> On Mon, Dec 22, 2003 at 12:48:44AM -0500, Andres Salomon wrote:
> > Some time ago, Russell King submitted a patch to use CONFIG_PCMCIA_PROBE
> > instead of CONFIG_ISA in pcmcia probing code.  Unfortunately,
> > CONFIG_PCMCIA_PROBE still is only set if CONFIG_ISA is set.  This means
> > that if ISA isn't enabled, certain things break in 2.6; for example, my
> > pcmcia nic/modem (using pcnet_cs/serial_cs).  These worked fine in 2.4;
> > I tracked the behavior to the fact that if irq_mask is set on a pcmcia
> > socket (instead of pci_irq), and PCMCIA_PROBE isn't set,
> > pcmcia_request_irq refuses to assign an irq.  Most of the pcmcia bridges
> > appear to set an irq_mask, so the attached patch changes Kconfig to set
> > CONFIG_PCMCIA_PROBE if any of those bridges are selected.
> > 
> > Please apply this (or an alternative fix), as it fixes a 2.6 regression
> > in pcmcia functionality.
> 
> Please don't.  David Hinds has a better fix for this, which changes
> the way we handle the allocation of IRQs.  David's change is all
> round a far better way to handle the problem - if all ISA interrupts
> are used or unavailable, we fall back to using the PCI interrupt
> instead.
> 
> Please also note that there /is/ a PCMCIA list which patches should
> be forwarded to - linux-pcmcia which is at lists.infradead.org

Please put the list in the MAINTAINERS file; right now, 
linux-kernel@vger.kernel.org is listed as the relevant list.



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-12-22 17:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-22  5:48 [PATCH] CONFIG_PCMCIA_PROBE fix Andres Salomon
2003-12-22  9:48 ` Russell King
2003-12-22 17:18   ` Andres Salomon [this message]
2003-12-22 17:33     ` Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1072113521.919.6.camel@spiral.internal \
    --to=dilinger@voxel.net \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk+lkml@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.