On Tue, Mar 22, 2005 at 04:12:30PM -0500, Jason McMullan wrote: > #### Auto-generated patch #### > Date: Tue, 22 Mar 2005 15:59:01 -0500 > Maintainer: Jason McMullan <jmcmullan at timesys.com> > Summary: CPM/CPM2 I2C driver for Freescale SoC devices > Description: CPM/CPM2 I2C driver for Freescale SoC devices > Depends: > > ############################### > > Index of changes: > > drivers/i2c/algos/Kconfig | 4 > drivers/i2c/algos/Makefile | 1 > drivers/i2c/busses/Kconfig | 25 + > drivers/i2c/busses/Makefile | 1 > include/linux/i2c-id.h | 4 > linux/drivers/i2c/algos/i2c-algo-cpm.c | 477 > +++++++++++++++++++++++++++++++++ > linux/drivers/i2c/busses/i2c-cpm.c | 219 +++++++++++++++ > linux/include/linux/i2c-algo-cpm.h | 64 ++++
[snip] Jason, another thought. Do we really need all this mess with separate algo and bus drivers? Could you make just a bus driver like we have for 4xx, Keywest and 85xx/52xx/MPC107? It's much cleaner and less confusing IMHO. -- Eugene