Re: [PATCH -mm try#2] Blackfin: on-chip Two Wire Interface I2C driver

2007-03-22 Thread Wu, Bryan
On Fri, 2007-03-23 at 08:27 +0100, Jean Delvare wrote: > Hi Bryan, > > On Fri, 23 Mar 2007 13:46:57 +0800, Wu, Bryan wrote: > > Changlogs: > > > > a) Fixed issues according to Jean's review. > > b) Add MAINTAINS infomation > > c) add I2C_HW_B_BLACKFIN to i2c-id.h > > I2C_HW_B_* is traditionally

Re: [PATCH -mm try#2] Blackfin: on-chip Two Wire Interface I2C driver

2007-03-22 Thread Jean Delvare
Hi Bryan, On Fri, 23 Mar 2007 13:46:57 +0800, Wu, Bryan wrote: > Changlogs: > > a) Fixed issues according to Jean's review. > b) Add MAINTAINS infomation > c) add I2C_HW_B_BLACKFIN to i2c-id.h I2C_HW_B_* is traditionally used for drivers built on top of the i2c-algo-bit driver, which isn't the c

[PATCH -mm try#2] Blackfin: on-chip Two Wire Interface I2C driver

2007-03-22 Thread Wu, Bryan
Hi folks, Changlogs: a) Fixed issues according to Jean's review. b) Add MAINTAINS infomation c) add I2C_HW_B_BLACKFIN to i2c-id.h [PATCH] Blackfin: on-chip Two Wire Interface I2C driver The i2c linux driver for blackfin architecture which supports blackfin on-chip TWI controller i2c operation.