1
0
Fork 0
remarkable-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 Big white-space cleanup. 2008-05-21 00:14:08 +02:00
fsl_i2c.c fsl_i2c: Use timebase timer functions instead of get_timer() 2008-07-30 01:25:31 +02:00
mxc_i2c.c add an i2c driver for mx31 2008-04-13 14:21:43 -07:00
omap24xx_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
omap1510_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00
tsi108_i2c.c drivers/i2c : move i2c drivers to drivers/i2c 2007-11-20 20:14:18 +01:00