]> git.ipfire.org Git - people/ms/u-boot.git/commit
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
authorJon Loeliger <jdl@freescale.com>
Thu, 19 Oct 2006 16:02:16 +0000 (11:02 -0500)
committerJon Loeliger <jdl@freescale.com>
Thu, 19 Oct 2006 16:34:11 +0000 (11:34 -0500)
commit7237c033b02fe295880435f1eb80819a0c987532
treec5fdba3041052213880ed6a22ac4500f326a5e68
parent13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c

in an effort to begin to unify the umpteen FSL I2C drivers that
are all otherwise very similar.

Signed-off-by: Jon Loeliger <jdl@freescale.com>
cpu/mpc86xx/Makefile
drivers/Makefile
drivers/fsl_i2c.c [moved from cpu/mpc86xx/i2c.c with 56% similarity]
include/asm-ppc/fsl_i2c.h [new file with mode: 0644]
include/configs/MPC8641HPCN.h