fb_ddc: Allow I2C adapters without SCL read capability
authorOndrej Zary <linux@rainbow-software.org>
Thu, 24 Sep 2015 22:14:13 +0000 (00:14 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 30 Sep 2015 07:46:55 +0000 (10:46 +0300)
commitec90631c8a6861cdd752148fe19c20f775df47e7
treee15bfb1006d5434dad91bda921e35b14958c48db
parent3ac58d58087e65592f2b91957c7a106a7a409aa4
fb_ddc: Allow I2C adapters without SCL read capability

i2c-algo-bit allows I2C adapters without SCL read capability to work
but fb_ddc_read fails to work on them.

Fix fb_ddc_read to work with I2C adapters not capable of reading SCL.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/core/fb_ddc.c