Re: [PATCH v3] gpio: Add Avionic Design N-bit GPIO expander support

2012-09-19 Thread Thierry Reding
On Wed, Sep 19, 2012 at 07:40:50AM +0200, Thierry Reding wrote: > On Tue, Sep 18, 2012 at 11:29:46PM +0200, Linus Walleij wrote: > > On Tue, Sep 18, 2012 at 10:57 AM, Thierry Reding > > wrote: > > > > > This commit adds a driver for the Avionic Design N-bit GPIO expander. > > > The expander provi

Re: [PATCH v3] gpio: Add Avionic Design N-bit GPIO expander support

2012-09-18 Thread Thierry Reding
On Tue, Sep 18, 2012 at 11:29:46PM +0200, Linus Walleij wrote: > On Tue, Sep 18, 2012 at 10:57 AM, Thierry Reding > wrote: > > > This commit adds a driver for the Avionic Design N-bit GPIO expander. > > The expander provides a variable number of GPIO pins with interrupt > > support. > > And you

Re: [PATCH v3] gpio: Add Avionic Design N-bit GPIO expander support

2012-09-18 Thread Linus Walleij
On Tue, Sep 18, 2012 at 10:57 AM, Thierry Reding wrote: > This commit adds a driver for the Avionic Design N-bit GPIO expander. > The expander provides a variable number of GPIO pins with interrupt > support. And you followed up on absolutely everything I commented so how could I resist this pat

Re: [PATCH v3] gpio: Add Avionic Design N-bit GPIO expander support

2012-09-18 Thread Thierry Reding
On Tue, Sep 18, 2012 at 08:37:07AM -0500, Rob Herring wrote: > On 09/18/2012 03:57 AM, Thierry Reding wrote: [...] > > diff --git a/Documentation/devicetree/bindings/gpio/gpio-adnp.txt > > b/Documentation/devicetree/bindings/gpio/gpio-adnp.txt > > new file mode 100644 > > index 000..5a09a21 >

Re: [PATCH v3] gpio: Add Avionic Design N-bit GPIO expander support

2012-09-18 Thread Rob Herring
On 09/18/2012 03:57 AM, Thierry Reding wrote: > This commit adds a driver for the Avionic Design N-bit GPIO expander. > The expander provides a variable number of GPIO pins with interrupt > support. > > Cc: Grant Likely > Cc: Rob Herring > Cc: devicetree-disc...@lists.ozlabs.org > Cc: Linus Wall