Re: [PATCH v2 1/2] fb_ddc: Allow I2C adapters without SCL read capability

2015-09-30 Thread Tomi Valkeinen
On 25/09/15 01:14, Ondrej Zary wrote: > 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 > --- > drivers/video/fbdev/core/fb_dd

[PATCH v2 1/2] fb_ddc: Allow I2C adapters without SCL read capability

2015-09-24 Thread Ondrej Zary
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 --- drivers/video/fbdev/core/fb_ddc.c | 28 ++-- 1 file changed,