On Tue, Aug 21, 2018 at 05:18:24PM +0200, Aleksander Morgado wrote:
> The i2c master send support was already implemented in the i2c_write command,
> but it was not properly documented. The first patch in the series addresses
> that.
>
> In the second patch, the i2c master receive mode is implem
The i2c master send support was already implemented in the i2c_write command,
but it was not properly documented. The first patch in the series addresses
that.
In the second patch, the i2c master receive mode is implemented in the i2c_read
command.
[PATCH 1/2] i2c_write: document master send