[PATCHv2 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block

Rob Herring robherring2 at gmail.com
Fri Dec 30 15:25:25 EST 2011


On 12/30/2011 01:59 PM, Jamie Iles wrote:
> Grant, Linus,
> 
> On Tue, Dec 20, 2011 at 01:43:50AM +0000, Jamie Iles wrote:
>> The Synopsys DesignWare block is used in some ARM devices (picoxcell)
>> and can be configured to provide multiple banks of GPIO pins.  The first
>> bank (A) can also provide IRQ capabilities.
>>
>> v2:	- use Rob Herring's irqdomain in generic irq chip patches
>> 	- use reg property to indicate bank index
>> 	- support irqs on both edges based on LinusW's u300 driver
>>
>> Cc: Grant Likely <grant.likely at secretlab.ca>
>> Cc: Linus Walleij <linus.walleij at stericsson.com>
>> Cc: Rob Herring <rob.herring at calxeda.com>
>> Signed-off-by: Jamie Iles <jamie at jamieiles.com>
> 
> Is this driver okay by you guys?  I'd like to get this one in for 3.3 if 
> at all possible as it's the last patch that allows picoxcell to boot to 
> a semi useful state without out of tree patches and that would make 
> testing a lot easier!

We've got to sort out getting irq domains enabled on x86 and MIPS in
order to merge generic irq chip using domains. I'm not sure that will
get done in time.

Can you leave out the interrupt portion of the driver? Or that is needed
to get to a useful state.

Rob



More information about the linux-arm-kernel mailing list