Re: [U-Boot] [PATCH] OMAP I2C: fix handling of alen = 0

2012-04-30 Thread Tom Rini
On Mon, Mar 26, 2012 at 01:06:22PM +0200, Daniel Mack wrote: Allow raw I2C message transfers by setting the alen parameter to 0. Currently, this doesn't work due to false assumptions to what is appearantly considered a corner case. With this patch applied, it is possible to send multibyte

[U-Boot] [PATCH] OMAP I2C: fix handling of alen = 0

2012-03-26 Thread Daniel Mack
Allow raw I2C message transfers by setting the alen parameter to 0. Currently, this doesn't work due to false assumptions to what is appearantly considered a corner case. With this patch applied, it is possible to send multibyte transfers in one single transaction instead of using multiple