Re: [PATCH 3/4] Blackfin I2C/TWI driver: add missing pin mux operation

2007-11-03 Thread Jean Delvare
Hi Bryan, On Fri, 2 Nov 2007 14:24:23 +0800, Bryan Wu wrote: > Blackfin TWI controller hardware pin should be requested from GPIO port > controller > Before BF54x, there is no need to do this. But as long as BF54x and BF52x > are supported by this generic driver, the missing pin mux operation sh

[PATCH 3/4] Blackfin I2C/TWI driver: add missing pin mux operation

2007-11-01 Thread Bryan Wu
Blackfin TWI controller hardware pin should be requested from GPIO port controller Before BF54x, there is no need to do this. But as long as BF54x and BF52x are supported by this generic driver, the missing pin mux operation should be added. Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> --- driver