Re: [PATCH v7] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-21 Thread delicious quinoa
On Thu, Nov 21, 2013 at 6:28 AM, Sebastian Hesselbarth wrote: > On 11/20/2013 10:48 PM, Alan Tull wrote: >> >> From: Jamie Iles >> >> The Synopsys DesignWare block is used in some ARM devices (picoxcell) >> and can be configured to provide multiple banks of GPIO pins. >> >> Signed-off-by: Alan Tu

Re: [PATCH v7] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-21 Thread Sebastian Hesselbarth
On 11/20/2013 10:48 PM, Alan Tull wrote: From: Jamie Iles The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. Signed-off-by: Alan Tull Alan, I haven't looked as close as in the last reviews, but I think it is f

[PATCH v7] gpio: add a driver for the Synopsys DesignWare APB GPIO block

2013-11-20 Thread Alan Tull
From: Jamie Iles The Synopsys DesignWare block is used in some ARM devices (picoxcell) and can be configured to provide multiple banks of GPIO pins. Signed-off-by: Alan Tull v7: - use irq_generic_chip - support one irq per gpio line or one irq for many - s/bank/port/ and ot