uboot-mt623x/cpu/pxa
Timur Tabi ecf5f077c8 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
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>
2008-12-15 23:46:21 +01:00
..
Makefile Merge with /home/wd/git/u-boot/master 2006-11-27 16:13:00 +01:00
config.mk Remove compiler warning: target CPU does not support interworking 2008-12-13 23:41:23 +01:00
cpu.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
i2c.c i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions 2008-12-15 23:46:21 +01:00
interrupts.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
mmc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
pxafb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
serial.c fix pxa255_idp board 2007-10-23 16:40:40 +02:00
start.S rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00