Re: [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread eric miao
Jean, I'd like to postpone the corresponding change to the point that polling i2c patch is merged. On Dec 15, 2007 12:16 AM, Jean Delvare <[EMAIL PROTECTED]> wrote: > Hi Eric, > > > On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: > > Support for PCA9539 as a GPIO chip is separated into two

Re: READ THIS NOW *BEFORE* RESPONDING TO THIS THREAD --> [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread Russell King - ARM Linux
On Fri, Dec 14, 2007 at 05:16:46PM +0100, Jean Delvare wrote: > Hi Eric, > > On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: > > Support for PCA9539 as a GPIO chip is separated into two patches: > > > > 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander > > 0002 - gpiolib: add

Re: [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread Jean Delvare
Hi Eric, On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: > Support for PCA9539 as a GPIO chip is separated into two patches: > > 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander > 0002 - gpiolib: add Generic IRQ support for 16-bit PCA9539 GPIO expander > > the 2nd one uses

Re: [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread Jean Delvare
Hi Eric, On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: Support for PCA9539 as a GPIO chip is separated into two patches: 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander 0002 - gpiolib: add Generic IRQ support for 16-bit PCA9539 GPIO expander the 2nd one uses

Re: READ THIS NOW *BEFORE* RESPONDING TO THIS THREAD -- [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread Russell King - ARM Linux
On Fri, Dec 14, 2007 at 05:16:46PM +0100, Jean Delvare wrote: Hi Eric, On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: Support for PCA9539 as a GPIO chip is separated into two patches: 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander 0002 - gpiolib: add Generic IRQ

Re: [PATCH 0/2] gpiolib: add support for PCA9539

2007-12-14 Thread eric miao
Jean, I'd like to postpone the corresponding change to the point that polling i2c patch is merged. On Dec 15, 2007 12:16 AM, Jean Delvare [EMAIL PROTECTED] wrote: Hi Eric, On Mon, 10 Dec 2007 17:37:05 +0800, eric miao wrote: Support for PCA9539 as a GPIO chip is separated into two patches:

[PATCH 0/2] gpiolib: add support for PCA9539

2007-12-10 Thread eric miao
Support for PCA9539 as a GPIO chip is separated into two patches: 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander 0002 - gpiolib: add Generic IRQ support for 16-bit PCA9539 GPIO expander the 2nd one uses workqueue for IRQ handling due to the interrupt mode nature of the i2c-core,

[PATCH 0/2] gpiolib: add support for PCA9539

2007-12-10 Thread eric miao
Support for PCA9539 as a GPIO chip is separated into two patches: 0001 - gpiolib: basic support for 16-bit PCA9539 GPIO expander 0002 - gpiolib: add Generic IRQ support for 16-bit PCA9539 GPIO expander the 2nd one uses workqueue for IRQ handling due to the interrupt mode nature of the i2c-core,