[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1243318471.10927.53.camel@brutus>
Date: Tue, 26 May 2009 03:14:31 -0300
From: Daniel Ribeiro <drwyrm@...il.com>
To: pHilipp Zabel <philipp.zabel@...il.com>
Cc: Samuel Ortiz <sameo@...ux.intel.com>,
linux-kernel <linux-kernel@...r.kernel.org>,
Harald Welte <laforge@...monks.org>,
David Brownell <david-b@...bell.net>,
openezx-devel <openezx-devel@...ts.openezx.org>
Subject: Re: [PATCH v2] MFD: PCAP core driver.
Em Ter, 2009-05-26 às 02:10 -0300, Daniel Ribeiro escreveu:
> > > + set_irq_type(pdata->irq, IRQ_TYPE_EDGE_RISING);
> > > + set_irq_chained_handler(pdata->irq, pcap_irq_handler);
> > > + set_irq_wake(pdata->irq, 1);
> >
> > Looking at the other MFD drivers that register a chained handler,
> > providing this IRQ via a resource seems to be the default.
>
> Ok, will do.
Oops, I can't do this, sorry. PCAP is not a platform_driver, its a
spi_driver. I will set this on spi_device->irq instead of platform_data.
--
Daniel Ribeiro
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists