On Fri, Nov 07, 2014 at 11:11:41AM +0100, Wolfram Sang wrote:
> From: Wolfram Sang <[email protected]>
> 
> Make it possible to transfer i2c message buffers via DMA.
> Start/Stop/Sending_Slave_Adress is still handled using the old state
> machine, it is sending the actual data that is done via DMA. This is
> least intrusive and allows us to work with the message buffers directly
> instead of preparing a custom buffer which involves copying the data
> around.
> 
> Signed-off-by: Wolfram Sang <[email protected]>
> ---

Applied to for-next, thanks!

One minor change:

-                       i2c_op(pd, OP_TX_STOP, data);
+                       i2c_op(pd, OP_TX_STOP, 0);

To prevent uninitialzed var usage.

Attachment: signature.asc
Description: Digital signature

Reply via email to