Re: [PATCH] i2c-core: i2c bitbang gpio structure

2007-03-09 Thread David Brownell
On Friday 09 March 2007 8:55 am, Jean Delvare wrote: > > +struct i2c_bitbang_gpio { > > + int sda; > > + int scl; > > +}; > > ... > > Also, this structure alone isn't very useful. I'm waiting to see > drivers actually making use of it before I will consider merging this > patch at all. The

Re: [PATCH] i2c-core: i2c bitbang gpio structure

2007-03-09 Thread Jean Delvare
Hi Bryan, On Fri, 09 Mar 2007 18:13:21 +0800, Wu, Bryan wrote: > Hi folks, > > A new structure is added to i2c-core for GPIO-based I2C interface > adapter. My latest GPIO based I2C adapter driver for Blackfin system > will use this stuff. And also IXP4XX GPIO based I2C driver can also be > moved

[PATCH] i2c-core: i2c bitbang gpio structure

2007-03-09 Thread Wu, Bryan
Hi folks, A new structure is added to i2c-core for GPIO-based I2C interface adapter. My latest GPIO based I2C adapter driver for Blackfin system will use this stuff. And also IXP4XX GPIO based I2C driver can also be moved to this. Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> --- include/linux/i2