]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN
authorJan Glauber <jglauber@cavium.com>
Wed, 8 Jun 2016 06:51:17 +0000 (08:51 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 9 Jun 2016 20:05:32 +0000 (22:05 +0200)
commite9d0050a0524c84d15b10c541b432b13445e1cb9
treec44ae9c764fa6129db2b998e7d27f9ab21b6a1f2
parentb5723a87cb35f59a0871b9954bfd25c14566cf04
i2c: octeon: Missing AAK flag in case of I2C_M_RECV_LEN

During receive the controller requires the AAK flag for all
bytes but the final one. This was wrong in case of I2C_M_RECV_LEN,
where the decision if the final byte is to be transmitted
happened before adding the additional received length byte.

Set the AAK flag if additional bytes are to be received.

Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-octeon.c