Merge tag 'v5.8-rc7' into i2c/for-5.9

This commit is contained in:
Wolfram Sang
2020-07-31 15:54:27 +02:00
1105 changed files with 10234 additions and 6716 deletions

View File

@@ -56,7 +56,7 @@ struct property_entry;
* on a bus (or read from them). Apart from two basic transfer functions to
* transmit one message at a time, a more complex version can be used to
* transmit an arbitrary number of messages without interruption.
* @count must be be less than 64k since msg.len is u16.
* @count must be less than 64k since msg.len is u16.
*/
int i2c_transfer_buffer_flags(const struct i2c_client *client,
char *buf, int count, u16 flags);