History log of /rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c (Results 76 – 93 of 93)
Revision Date Author Comments
# a4a549b4 14-Jul-2008 Michal Simek <monstr@monstr.eu>

i2c: Clean drivers/i2c/ Makefile

Signed-off-by: Michal Simek <monstr@monstr.eu>


# 7772c13b 06-Aug-2008 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

Merge branch 'favr-32' of git://git.denx.de/u-boot-avr32

Conflicts:

MAINTAINERS
MAKEALL
Makefile


# f2302d44 06-Aug-2008 Stefan Roese <sr@denx.de>

Fix merge problems

Signed-off-by: Stefan Roese <sr@denx.de>


# 0f2b5d8e 04-Aug-2008 Markus Klotzbuecher <mk@denx.de>

Merge branch 'master' of git://www.denx.de/git/u-boot


# f7c602ac 31-Jul-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master


# b2b15ebb 30-Jul-2008 Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

Merge branch 'hammerhead' of git://git.denx.de/u-boot-avr32


# 09d318a8 29-Jul-2008 Kumar Gala <galak@kernel.crashing.org>

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 th

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>

show more ...


# e4dafff8 21-Jul-2008 Timur Tabi <timur@freescale.com>

fsl-i2c: fix writes to data segment before relocation

Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
relocation. Commit d8c82db4 added the ability for i2c_init() to program

fsl-i2c: fix writes to data segment before relocation

Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
relocation. Commit d8c82db4 added the ability for i2c_init() to program the
I2C bus speed and save the value in i2c_bus_speed[], which is a global
variable. It is an error to write to the data segment before relocation,
which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].

Signed-off-by: Timur Tabi <timur@freescale.com>

show more ...


# 3e3f766a 26-Mar-2008 Kumar Gala <galak@kernel.crashing.org>

Fix warnings introduced by I2C bus speed setting patch

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>


# 3596d55e 29-Mar-2008 Gerald Van Baren <vanbaren@cideas.com>

Merge git://www.denx.de/git/u-boot into uboot


# d8c82db4 14-Mar-2008 Timur Tabi <timur@freescale.com>

Add support for setting the I2C bus speed in fsl_i2c.c

Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPE

Add support for setting the I2C bus speed in fsl_i2c.c

Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
but fsl_i2c.c ignores it and uses conservative value when programming the
I2C bus speed.

Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Andy Fleming <afleming@freescale.com>

show more ...


# 6a40ef62 09-Jan-2008 Markus Klotzbuecher <mk@denx.de>

Merge git://www.denx.de/git/u-boot

Conflicts:

board/tqm5200/tqm5200.c


# 4985ca5a 07-Jan-2008 Peter Pearse <peter.pearse@arm.com>

Merge with git://www.denx.de/git/u-boot.git


# 9caeaadf 11-Dec-2007 Stefan Roese <sr@denx.de>

Merge commit 'u-boot/master' into for-1.3.1

Conflicts:

drivers/rtc/Makefile


# f743931f 06-Dec-2007 Jon Loeliger <jdl@freescale.com>

Merge commit 'wd/master'


# 521dcd30 06-Dec-2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Merge git://www.denx.de/git/u-boot

Conflicts:

drivers/Makefile


# fe08fb65 26-Nov-2007 Wolfgang Denk <wd@denx.de>

Merge commit '87ddedd'


# 080c646d 20-Nov-2007 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

drivers/i2c : move i2c drivers to drivers/i2c

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>


1234