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

2014-03-06 Thread Linus Walleij
On Thu, Mar 6, 2014 at 11:58 PM, delicious quinoa wrote: > The fix is: > > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig > index 9979017..0e524d7 100644 > --- a/drivers/gpio/Kconfig > +++ b/drivers/gpio/Kconfig > @@ -132,7 +132,7 @@ config GPIO_DWAPB > tristate "Synopsys Design

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

2014-03-06 Thread delicious quinoa
On Thu, Mar 6, 2014 at 7:50 AM, Josh Cartwright wrote: > On Tue, Feb 25, 2014 at 05:01:01PM -0600, 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:

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

2014-03-06 Thread Josh Cartwright
On Tue, Feb 25, 2014 at 05:01:01PM -0600, 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: Jamie Iles > Signed-off-by: Alan Tull > Reviewed-by: Sebast

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

2014-03-05 Thread delicious quinoa
On Tue, Mar 4, 2014 at 7:01 PM, Linus Walleij wrote: > On Wed, Feb 26, 2014 at 7:01 AM, 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: Jamie I

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

2014-03-04 Thread Linus Walleij
On Wed, Feb 26, 2014 at 7:01 AM, 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: Jamie Iles > Signed-off-by: Alan Tull > Reviewed-by: Sebastian Hesse

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

2014-02-26 Thread Dinh Nguyen
Hi Alan, On Wed, 2014-02-26 at 09:53 -0600, delicious quinoa wrote: > On Tue, Feb 25, 2014 at 5:01 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. > > > > Sig

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

2014-02-26 Thread delicious quinoa
On Tue, Feb 25, 2014 at 5:01 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: Jamie Iles > Signed-off-by: Alan Tull > Reviewed-by: Sebastian Hessel

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

2014-02-25 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: Jamie Iles Signed-off-by: Alan Tull Reviewed-by: Sebastian Hesselbarth v12: - Add irq_startup/shutdown - do irq_create_mapp