Re: [PATCH] i2c-omap: Update driver

2013-10-02 Thread Jan Lübbe
On Mon, 2013-09-30 at 10:16 +0200, Sascha Hauer wrote: On Thu, Sep 26, 2013 at 01:40:24PM +0200, Jan Weitzel wrote: The driver didn't work well with at24 driver. NACKS are lost. Errors are lost in isr due to the local variable err. Also we didn't wait for bus free in omap_i2c_xfer_msg.

Re: [PATCH] i2c-omap: Update driver

2013-09-30 Thread Sascha Hauer
On Thu, Sep 26, 2013 at 01:40:24PM +0200, Jan Weitzel wrote: The driver didn't work well with at24 driver. NACKS are lost. Errors are lost in isr due to the local variable err. Also we didn't wait for bus free in omap_i2c_xfer_msg. Fix issues and get other improvements from linux kernel

[PATCH] i2c-omap: Update driver

2013-09-26 Thread Jan Weitzel
The driver didn't work well with at24 driver. NACKS are lost. Errors are lost in isr due to the local variable err. Also we didn't wait for bus free in omap_i2c_xfer_msg. Fix issues and get other improvements from linux kernel Tested on OMAP4 and AM335x Signed-off-by: Jan Weitzel