[U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-06 Thread ksi
This is the first attempt of multi-adapter multi-bus I2C subsystem rework for U-Boot. This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :) relevant parts are changed -- config files for all boards affected, lib_xxx, board/* etc. Please see illustrative section of MPC8548CDS.h con

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Heiko Schocher
Hello Wolfgang, Wolfgang Denk wrote: > In message <49901379.2050...@denx.de> you wrote: >> - I also think, we should have a u-boot-i2c.git or something like that >> for this big change. So your patches go first in u-boot-i2c.git, and >> everybody can try out your changes. And if all goes OK, t

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Heiko Schocher wrote: > Hello Wolfgang, > > Wolfgang Denk wrote: > > In message <49901379.2050...@denx.de> you wrote: > >> - I also think, we should have a u-boot-i2c.git or something like that > >> for this big change. So your patches go first in u-boot-i2c.git, and > >>

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > On Tue, 10 Feb 2009, Heiko Schocher wrote: > >> Hello Wolfgang, >> >> Wolfgang Denk wrote: >>> In message <49901379.2050...@denx.de> you wrote: - I also think, we should have a u-boot-i2c.git or something like that for this big change. So your patches

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > On Tue, 10 Feb 2009, Heiko Schocher wrote: > > > >> Hello Wolfgang, > >> > >> Wolfgang Denk wrote: > >>> In message <49901379.2050...@denx.de> you wrote: > - I also think, we should have a u-boot-i2c.git or

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Wolfgang Denk
Dear Heiko Schocher, In message <49913ff3.3080...@denx.de> you wrote: > > > Would you like to volunteer as I2C custodian? > > Ok, I will try it. Thanks a lot! Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirc

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread Wolfgang Denk
Dear k...@koi8.net, In message you wrote: > > > > Would you like to volunteer as I2C custodian? > > > > Ok, I will try it. > > That's fine. Please let me know when it is setup and how can I push my > patches in it. You cannot. Heiko is the custodian, and he alone can push. Please submit your

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-10 Thread ksi
On Tue, 10 Feb 2009, Wolfgang Denk wrote: > Dear k...@koi8.net, > > In message you wrote: > > > > > > Would you like to volunteer as I2C custodian? > > > > > > Ok, I will try it. > > > > That's fine. Please let me know when it is setup and how can I push my > > patches in it. > > You cannot.

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Heiko Schocher
Hello ksi, k...@koi8.net wrote: > This is the first attempt of multi-adapter multi-bus I2C subsystem rework > for U-Boot. > > This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :) > > relevant parts are changed -- config files for all boards affected, lib_xxx, > board/* etc. > >

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread ksi
On Mon, 9 Feb 2009, Heiko Schocher wrote: > Hello ksi, > > k...@koi8.net wrote: > > This is the first attempt of multi-adapter multi-bus I2C subsystem rework > > for U-Boot. > > > > This batch deals with fsl_i2c and soft_i2c drivers. All (hopefully :) > > > > relevant parts are changed -- conf

Re: [U-Boot] PATCH 0/8 Multi-adapter multi-bus I2C

2009-02-09 Thread Wolfgang Denk
Dear Heiko, In message <49901379.2050...@denx.de> you wrote: > > - I also think, we should have a u-boot-i2c.git or something like that > for this big change. So your patches go first in u-boot-i2c.git, and > everybody can try out your changes. And if all goes OK, then it is > ready for mai