]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i2c: add Faraday FTI2C010 I2C controller support
authorKuo-Jung Su <dantesu@faraday-tech.com>
Wed, 8 May 2013 07:36:26 +0000 (15:36 +0800)
committerHeiko Schocher <hs@denx.de>
Tue, 23 Jul 2013 06:34:58 +0000 (08:34 +0200)
commit3cff842bca8aa78fc49436711873466db9be21f8
treefd6f4bf8ee61de718c88f11c4d9814ab47452ec3
parent30ea41a489cbfed311f904bd08cb3319f0e73b72
i2c: add Faraday FTI2C010 I2C controller support

Faraday FTI2C010 is a multi-function I2C controller
which supports both master and slave mode.
This patch simplily implements the master mode only.

Signed-off-by: Kuo-Jung Su <dantesu@faraday-tech.com>
CC: Heiko Schocher <hs@denx.de>
drivers/i2c/Makefile
drivers/i2c/fti2c010.c [new file with mode: 0644]
drivers/i2c/fti2c010.h [new file with mode: 0644]