uboot/drivers/i2c
Kumar Gala 09d318a8bb fsl_i2c: Use timebase timer functions instead of get_timer()
The current implementation of get_timer() is only really useful after we
have relocated u-boot to memory.  The i2c code is used before that as part
of the SPD DDR setup.

We actually have a bug when using the get_timer() code before relocation
because the .bss hasn't been setup and thus we could be reading/writing
a random location (probably in flash).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-07-30 01:25:31 +02:00
..
Makefile
fsl_i2c.c fsl_i2c: Use timebase timer functions instead of get_timer() 2008-07-30 01:25:31 +02:00
mxc_i2c.c
omap24xx_i2c.c
omap1510_i2c.c
tsi108_i2c.c