]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c
authorHolger Brunck <holger.brunck@keymile.com>
Wed, 14 Sep 2011 08:54:12 +0000 (10:54 +0200)
committerKim Phillips <kim.phillips@freescale.com>
Thu, 3 Nov 2011 23:27:51 +0000 (18:27 -0500)
commite792affe21686788ee7fdbabbb5fc1bcc799eaa8
treedd98c2d41bd8e67f3fc9d676520e4e73934f7d07
parent63063cc7ae690b418b1dae1cb21004587361369e
powerpc/83xx: move km 83xx specific i2c code to km83xx_i2c

The common code should be valid for more than one architecture.
Therefore this code was reorganized and moved to the new
file km83xx_i2c.c

Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
board/keymile/common/common.c
board/keymile/common/common.h
board/keymile/km83xx/Makefile
board/keymile/km83xx/km83xx_i2c.c [new file with mode: 0644]