Question regarding IRQF_SHARED and pcmcia driver

2008-01-09 Thread Kristoffer Ericson
Greetings, Still debugging hd64461 pcmcia driver. My best guess is that it for some reason cannot register the pccard irq and therefore bugs out when socket IRQ returns IRQ_NONE. More specificly I suspect it tries to request the pccard irq without IRQF_SHARED flag and therefore is unable to aqui

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-10 Thread Peter Stuge
Hi, On Wed, Jan 09, 2008 at 09:02:57PM -0800, Kristoffer Ericson wrote: > Still debugging hd64461 pcmcia driver. My best guess is that it for > some reason cannot register the pccard irq and therefore bugs out > when socket IRQ returns IRQ_NONE. Is this an "ISA" device? pccard=pcmcia or pccard=ca

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-10 Thread Kristoffer Ericson
On Fri, 11 Jan 2008 01:08:46 +0100 Peter Stuge <[EMAIL PROTECTED]> wrote: > Hi, > > On Wed, Jan 09, 2008 at 09:02:57PM -0800, Kristoffer Ericson wrote: > > Still debugging hd64461 pcmcia driver. My best guess is that it for > > some reason cannot register the pccard irq and therefore bugs out > >

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-10 Thread Peter Stuge
On Fri, Jan 11, 2008 at 01:20:58AM -0800, Kristoffer Ericson wrote: > > > 2) Best way to reserve pccard irq interrupt? And does the > > > handler get replaced by the proper driver handler? > > > > Again, do you mean cardbus or pcmcia? And what exactly is the > > hd64461 - card host or card? > > p

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-11 Thread Peter Stuge
On Fri, Jan 11, 2008 at 03:25:23PM -0800, Kristoffer Ericson wrote: > > > pcmcia (16bit). hd64461 is a companion chip that provides > > > features like pcmcia, lcd,... > > > > Ok. Is it actually a PCI device? If not, the driver for it should > > probably be a platform driver, like ISA hardware dri

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-11 Thread Kristoffer Ericson
On Fri, 11 Jan 2008 05:44:56 +0100 Peter Stuge <[EMAIL PROTECTED]> wrote: > On Fri, Jan 11, 2008 at 01:20:58AM -0800, Kristoffer Ericson wrote: > > > > 2) Best way to reserve pccard irq interrupt? And does the > > > > handler get replaced by the proper driver handler? > > > > > > Again, do you me

Re: Question regarding IRQF_SHARED and pcmcia driver

2008-01-11 Thread Kristoffer Ericson
On Fri, 11 Jan 2008 15:52:18 +0100 Peter Stuge <[EMAIL PROTECTED]> wrote: > On Fri, Jan 11, 2008 at 03:25:23PM -0800, Kristoffer Ericson wrote: > > > > pcmcia (16bit). hd64461 is a companion chip that provides > > > > features like pcmcia, lcd,... > > > > > > Ok. Is it actually a PCI device? If n