Re: [PATCH] pcmcia at91_cf: fix raw gpio number usage

2012-02-05 Thread Dominik Brodowski
On Tue, Jan 10, 2012 at 02:37:25AM +0100, manab...@gmail.com wrote: > From: Joachim Eastwood > > This patches fixes two things: > * Use gpio_valid function to check gpio before usage > This must be done after 63b4c29678500 which uses -EINVAL for unused pin's > * Use gpio_to_irq to convert gpio'

Re: [PATCH] pcmcia: convert drivers/pcmcia/* to use module_platform_driver()

2012-02-05 Thread Dominik Brodowski
On Sun, Nov 27, 2011 at 12:53:06PM +0800, Axel Lin wrote: > This patch converts the drivers in drivers/pcmcia/* to use the > module_platform_driver() macro which makes the code smaller and a bit > simpler. > > Cc: Michael Hennerich > Cc: Manuel Lauss > Cc: Olof Johansson > Cc: Marc Zyngier > S

Re: [PATCH,FIXED] PCMCIA card inserted, five s2ram cycles, you're dead

2012-02-05 Thread Dominik Brodowski
On Sun, Jan 22, 2012 at 09:12:48AM +, Russell King - ARM Linux wrote: > Unfortunately, the description will need a couple of edits for it to > apply properly (I just applied it to a local private branch.) > > On Sun, Jan 22, 2012 at 08:51:57AM +, Russell King - ARM Linux wrote: > > @@ -546

Re: [PATCH] pcmcia: Convert to DEFINE_PCI_DEVICE_TABLE

2012-02-05 Thread Dominik Brodowski
On Tue, Dec 27, 2011 at 04:17:46PM +0800, Axel Lin wrote: > Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE > tables. Also convert to use PCI_DEVICE macro for better readablity. Applied, thanks. Best, Dominik ___ Linux

Re: [PATCH 37/49] pcmcia: irq: Remove IRQF_DISABLED

2012-02-05 Thread Dominik Brodowski
On Sat, Oct 22, 2011 at 05:56:49PM +0800, Yong Zhang wrote: > Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], > We run all interrupt handlers with interrupts disabled > and we even check and yell when an interrupt handler > returns with interrupts enabled (see commit [b7