]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: overhaul i2c driver
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Oct 2008 08:16:47 +0000 (04:16 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 28 Jan 2009 18:26:13 +0000 (13:26 -0500)
commitbe853bf86b41e91f4c422f0f56fdf87ea3191266
tree5832190e4ecc4760809b9d273c08a2d524fd0541
parentb6edc719a106ab7fa6e6950b4d97bc39c1368e45
Blackfin: overhaul i2c driver

The current Blackfin i2c driver does not work properly with certain devices
due to it breaking up transfers incorrectly.  This is a rewrite of the
driver and relocates it to the newer place in the source tree.

Also remove duplicated I2C speed defines in Blackfin board configs and
disable I2C slave address usage since it isn't implemented.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/Makefile
cpu/blackfin/i2c.c [deleted file]
drivers/i2c/Makefile
drivers/i2c/bfin-twi_i2c.c [new file with mode: 0644]
include/configs/bf533-ezkit.h
include/configs/bf533-stamp.h
include/configs/bf537-stamp.h