[PATCH v3 4/7] i2c: bcm2835: Can't support I2C_M_IGNORE_NAK

2016-09-28 Thread Noralf Trønnes
The controller can't support this flag, so remove it. Documentation/i2c/i2c-protocol states that all of the message is sent: I2C_M_IGNORE_NAK: Normally message is interrupted immediately if there is [NA] from the client. Setting this flag treats any [NA] as [A], and all of message is

[PATCH v3 4/7] i2c: bcm2835: Can't support I2C_M_IGNORE_NAK

2016-09-28 Thread Noralf Trønnes
The controller can't support this flag, so remove it. Documentation/i2c/i2c-protocol states that all of the message is sent: I2C_M_IGNORE_NAK: Normally message is interrupted immediately if there is [NA] from the client. Setting this flag treats any [NA] as [A], and all of message is