commit | 334b9b004c61f9a3f195968e6107f5362a29ce47 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Apr 21 08:19:41 2016 +0200 |
committer | Heiko Schocher <hs@denx.de> | Mon Apr 25 07:31:48 2016 +0200 |
tree | 7532b4de46387ff10a797be9880130f64a0c73e2 | |
parent | 3f4358da8d42e407a3fb583b7b3ea7033090e0cd [diff] |
i2c: designware_i2c: Add DM support This patch adds DM support to the designware I2C driver. It currently supports DM and the legacy I2C support. The legacy support should be removed, once all platforms using it have DM enabled. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de> Cc: Heiko Schocher <hs@denx.de>