commit | 5e66fdc83e956fc9b98ef8b83bfbdb82b07c58ac | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:44 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:09:40 2016 +0800 |
tree | 2c31a75b3f0381c0895ec08c592e4998791a8dc5 | |
parent | 28debcd6476041814b21683e1126dc8a7333a958 [diff] |
x86: i2c: Add a stub driver for Intel I2C/SMbus This is used on most Intel platforms. We don't have a driver for it yet, but add a stub to handle the init. For now this targets ivybridge so we may want to add a device tree binding and generalise it when other platforms are supported. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>