samsung: i2c: Split the high-speed I2C code into a new driver
authorSimon Glass <sjg@chromium.org>
Wed, 23 Nov 2016 13:34:43 +0000 (06:34 -0700)
committerHeiko Schocher <hs@denx.de>
Mon, 5 Dec 2016 12:27:54 +0000 (13:27 +0100)
commit37b8eb37f8950538425d9956b65e8911a986002b
treea67f6cc0dc7e3b864f7a0659ba5aa1f69212e221
parent9a1bff69cdff6e825290dff94cc912b58120669f
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>
drivers/i2c/Makefile
drivers/i2c/exynos_hs_i2c.c [new file with mode: 0644]
drivers/i2c/s3c24x0_i2c.c
drivers/i2c/s3c24x0_i2c.h