Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drivers/i2c: Update fti2c010.[ch], i2c_core.c to use SPDX identifiers | Tom Rini | 2013-07-25 | 1 | -2/+1 |
| | | | | | Acked-by: Heiko Schocher <hs@denx.de> Signed-off-by: Tom Rini <trini@ti.com> | ||||
* | i2c: add Faraday FTI2C010 I2C controller support | Kuo-Jung Su | 2013-07-23 | 1 | -0/+81 |
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> |