Re: [U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-02-11 Thread Timur Tabi
On Wed, Feb 11, 2009 at 5:58 PM, Mike Frysinger wrote: > will you post a patch to fix the issue or shall i ? I'd rather you do it, because then you can test the code to make sure it really works. -- Timur Tabi Linux kernel developer at Freescale ___

Re: [U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-02-11 Thread Timur Tabi
Mike Frysinger wrote: > ugh, i told the guy submitting those changes to ignore the Blackfin i2c > driver. the ifdef's in the common code should be dropped, thanks for > pointing > this out. I know - I'm the guy who made those changes, but I didn't want to ignore blackfin because I wasn't sure

Re: [U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-02-11 Thread Mike Frysinger
On Wednesday 11 February 2009 18:44:00 Timur Tabi wrote: > Mike Frysinger wrote: > > ugh, i told the guy submitting those changes to ignore the Blackfin i2c > > driver. the ifdef's in the common code should be dropped, thanks for > > pointing this out. > > I know - I'm the guy who made those chang

Re: [U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-02-11 Thread Mike Frysinger
On Wednesday 11 February 2009 18:19:36 Timur Tabi wrote: > On Fri, Jan 23, 2009 at 12:00 PM, Mike Frysinger wrote: > > The current Blackfin i2c driver does not work properly with certain > > devices due to it breaking up transfers incorrectly. This is a rewrite > > of the driver and relocates it

Re: [U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-02-11 Thread Timur Tabi
On Fri, Jan 23, 2009 at 12:00 PM, Mike Frysinger wrote: > The current Blackfin i2c driver does not work properly with certain devices > due to it breaking up transfers incorrectly. This is a rewrite of the > driver and relocates it to the newer place in the source tree. > > Also remove duplicated

[U-Boot] [PATCH 17/40] Blackfin: overhaul i2c driver

2009-01-23 Thread Mike Frysinger
The current Blackfin i2c driver does not work properly with certain devices due to it breaking up transfers incorrectly. This is a rewrite of the driver and relocates it to the newer place in the source tree. Also remove duplicated I2C speed defines in Blackfin board configs and disable I2C slave