Re: [U-Boot] [PATCH v2] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Mike Frysinger
On Wednesday 05 May 2010 03:20:30 Mike Frysinger wrote: > In order to do this cleanly, the register accesses have to be converted to > a C struct (base pointer), so do that in the process. Stefan pointed out i was wrongly sending my i2c stuff to him instead of Heiko. so here is my prod to Heiko.

[U-Boot] [PATCH v2] Blackfin: TWI/I2C: implement multibus support

2010-05-05 Thread Mike Frysinger
In order to do this cleanly, the register accesses have to be converted to a C struct (base pointer), so do that in the process. Signed-off-by: Mike Frysinger --- v2 - extend changelog drivers/i2c/bfin-twi_i2c.c | 169 1 files changed, 108 i