summaryrefslogtreecommitdiff
path: root/drivers/i2c/exynos_hs_i2c.c
Commit message (Collapse)AuthorAgeLines
* samsung: i2c: Split the high-speed I2C code into a new driverSimon Glass2016-12-05-0/+561
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>