]> git.karo-electronics.de Git - karo-tx-linux.git/commit
i2c-s3c2410: Add HDMIPHY quirk for S3C2440
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Mon, 23 Apr 2012 16:24:01 +0000 (18:24 +0200)
committerWolfram Sang <w.sang@pengutronix.de>
Fri, 27 Apr 2012 18:43:31 +0000 (20:43 +0200)
commitd8468b0d0d5cc781dfc04dbbf6e2509ad1332967
tree5309df44cd92d1e53988457523c9efe2788eca52
parentfd38684494caa62e0cd993b80653a77fa6ddae82
i2c-s3c2410: Add HDMIPHY quirk for S3C2440

This patch adds support for s3c2440 I2C bus controller dedicated HDMIPHY device on
Exynos4 platform. Some quirks are introduced due to differences between HDMIPHY
and other I2C controllers on Exynos4.  These differences are:
- no GPIOs, HDMIPHY is inside the SoC and the controller is connected
  internally
- due to unknown reason (probably HW bug in HDMIPHY and/or the controller) a
  transfer fails to finish. The controller hangs after sending the last byte,
  the workaround for this bug is resetting the controller after each transfer

Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Tested-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Documentation/devicetree/bindings/i2c/samsung-i2c.txt
drivers/i2c/busses/i2c-s3c2410.c