Re: [PATCH] i2c: octeon: Remove zero-length message support

2016-04-26 Thread Wolfram Sang
On Tue, Apr 26, 2016 at 04:26:52PM +0200, Jan Glauber wrote: > Zero-length message support (SMBUS QUICK or i2c) never worked with > the Octeon hardware. Disable SMBUS QUICK support and bail out in > case of a zero-length i2c request. > > After this change 'i2c-detect -q' will return an error on Oc

[PATCH] i2c: octeon: Remove zero-length message support

2016-04-26 Thread Jan Glauber
Zero-length message support (SMBUS QUICK or i2c) never worked with the Octeon hardware. Disable SMBUS QUICK support and bail out in case of a zero-length i2c request. After this change 'i2c-detect -q' will return an error on Octeon but the previously reported results were wrong anyway. Signed-off