commit | 37b8eb37f8950538425d9956b65e8911a986002b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 23 06:34:43 2016 -0700 |
committer | Heiko Schocher <hs@denx.de> | Mon Dec 05 13:27:54 2016 +0100 |
tree | a67f6cc0dc7e3b864f7a0659ba5aa1f69212e221 | |
parent | 9a1bff69cdff6e825290dff94cc912b58120669f [diff] |
samsung: i2c: Split the high-speed I2C code into a new driver Now that driver model is used for I2C on all boards, we can split the high-speed code into its own driver. There is virtually no common code, and this significantly reduces confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>