]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mv_i2c: use structure to replace the direclty define
authorLei Wen <[leiwen@marvell.com]>
Wed, 13 Apr 2011 18:18:31 +0000 (23:48 +0530)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 27 Apr 2011 17:38:08 +0000 (19:38 +0200)
commit3df619ec2cae3305c20b808c4d49cfed66c1cf9b
tree28492296d69892e06b869f0bab4cafdfda38632a
parent879de1275abf66fbb08e601f12d6ac5a888255e1
mv_i2c: use structure to replace the direclty define

Add i2c_clk_enable in the cpu specific code, since previous platform it,
while new platform don't need. In the pantheon and armada100 platform,
this function is defined as NULL one.

Acked-by: Heiko Schocher <hs@denx.de>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Lei Wen <leiwen@marvell.com>
arch/arm/cpu/pxa/cpu.c
arch/arm/include/asm/arch-pxa/pxa-regs.h
board/innokom/innokom.c
drivers/i2c/mv_i2c.c
drivers/i2c/mv_i2c.h [new file with mode: 0644]
include/configs/innokom.h
include/configs/xm250.h