Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: mt352, site updated, diff



Holger Waechtler wrote:
> Wolfram Joost wrote:
> >-			.flags = I2C_M_NOSTART,
> >+			.flags = 0,
> 
> If I understand the MT352 spec right i2c read transfers from the MT352 
> have to get executed without STOP condition (this scenario is called 
> RESTART condition in the Philips i2c spec). Even if the I2C_M_NOSTART 
> name is misleading this flag achieves this requirement in most i2c drivers.

To me it seems that the bit banging driver is about the only one
which implements I2C_M_NOSTART -- the other i2c adapter drivers
just ignore it.

Johannes




Home | Main Index | Thread Index