All of lore.kernel.org
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv2 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block
Date: Fri, 30 Dec 2011 14:25:25 -0600	[thread overview]
Message-ID: <4EFE1E35.106@gmail.com> (raw)
In-Reply-To: <20111230195955.GA3427@page>

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@secretlab.ca>
>> Cc: Linus Walleij <linus.walleij@stericsson.com>
>> Cc: Rob Herring <rob.herring@calxeda.com>
>> Signed-off-by: Jamie Iles <jamie@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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	Linus Walleij
	<linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCHv2 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block
Date: Fri, 30 Dec 2011 14:25:25 -0600	[thread overview]
Message-ID: <4EFE1E35.106@gmail.com> (raw)
In-Reply-To: <20111230195955.GA3427@page>

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-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
>> Cc: Linus Walleij <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
>> Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
>> Signed-off-by: Jamie Iles <jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org>
> 
> 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

  reply	other threads:[~2011-12-30 20:25 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-20  1:43 [PATCHv2 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block Jamie Iles
2011-12-20  1:43 ` Jamie Iles
2011-12-20  1:43 ` [PATCHv2 2/2] ARM: picoxcell: use new Synopsys Designware GPIO binding Jamie Iles
2011-12-20  1:43   ` Jamie Iles
2011-12-20 15:44 ` [PATCHv2 1/2] gpio: add a driver for the Synopsys DesignWare APB GPIO block Rob Herring
2011-12-20 15:44   ` Rob Herring
2011-12-20 15:54   ` Jamie Iles
2011-12-20 15:54     ` Jamie Iles
2011-12-20 16:04     ` Rob Herring
2011-12-20 16:04       ` Rob Herring
2011-12-30 19:59 ` Jamie Iles
2011-12-30 19:59   ` Jamie Iles
2011-12-30 20:25   ` Rob Herring [this message]
2011-12-30 20:25     ` Rob Herring
2011-12-31  1:03     ` Jamie Iles
2011-12-31  1:03       ` Jamie Iles
2012-01-02 12:14     ` Mark Brown
2012-01-02 12:14       ` Mark Brown
2012-01-02 12:24       ` Jamie Iles
2012-01-02 12:24         ` Jamie Iles
2012-01-02 12:27         ` Mark Brown
2012-01-02 12:27           ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EFE1E35.106@gmail.com \
    --to=robherring2@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.