Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-15 | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | |
All implementations of the functions i2c_reg_read() and i2c_reg_write() are identical. We can save space and simplify the code by converting these functions into inlines and putting them in i2c.h. Signed-off-by: Timur Tabi <timur@freescale.com> Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
2006-03-31 | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | |
2005-10-13 | Cleanup for GCC-4.x | Wolfgang Denk | |
2004-10-28 | Patch by TsiChung Liew, 23 Sep 2004: | wdenk | |
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards |