Re: [U-Boot] [PATCH] Reset i2c slave devices during init on mpc5xxx cpus

2009-09-02 Thread Heiko Schocher
Hello Eric, after applying your patch I got the following warning: $ ./MAKEALL galaxy5200 Configuring for galaxy5200 board... i2c.c:223: warning: function declaration isn't a prototype textdata bss dec hex filename 239760 12928 283136 535824 82d10 ./u-boot $ please fix,

[U-Boot] [PATCH] Reset i2c slave devices during init on mpc5xxx cpus

2009-08-27 Thread Eric Millbrandt
Reset any i2c devices that may have been interrupted during a system reset. Normally this would be accomplished by clocking the line until SCL and SDA are released and then sending a start condtiion (From an Atmel datasheet). There is no direct access to the i2c pins so instead create start command