Re: i2c master send/receive mode

2018-08-22 Thread Sascha Hauer
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

i2c master send/receive mode

2018-08-21 Thread Aleksander Morgado
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