Re: [patch 2.6.24-rc4-mm 4/6] gpiolib: create empty drivers/gpio

2007-12-10 Thread David Brownell
> > Add an empty drivers/gpio directory for gpiolib based GPIO expanders. > > We already have three of them (two I2C, one SPI), and there are dozens > > of similar chips that only exist for GPIO expansion. > > > > This won't be the only place to hold such gpio_chip code. Many external > > chips a

Re: [patch 2.6.24-rc4-mm 4/6] gpiolib: create empty drivers/gpio

2007-12-10 Thread Jean Delvare
Hi David, On Sun, 9 Dec 2007 20:39:57 -0800, David Brownell wrote: > From: David Brownell <[EMAIL PROTECTED]> > > Add an empty drivers/gpio directory for gpiolib based GPIO expanders. > We already have three of them (two I2C, one SPI), and there are dozens > of similar chips that only exist for G

[patch 2.6.24-rc4-mm 4/6] gpiolib: create empty drivers/gpio

2007-12-09 Thread David Brownell
From: David Brownell <[EMAIL PROTECTED]> Add an empty drivers/gpio directory for gpiolib based GPIO expanders. We already have three of them (two I2C, one SPI), and there are dozens of similar chips that only exist for GPIO expansion. This won't be the only place to hold such gpio_chip code. Man