[PATCH] i2c: omap: Move the remove constraint

2012-11-06 Thread Shubhrajyoti D
Currently we just queue the transfer and release the qos constraints, however we donot wait for the transfer to complete to release the constraint. Move the remove constraint after the bus busy as we are sure that the transfers are completed by then. Signed-off-by: Shubhrajyoti D --- drivers/i2c

Re: [PATCH] i2c: omap: Move the remove constraint

2012-11-06 Thread Jean Pihet
Hi Shubhrajyoti, On Tue, Nov 6, 2012 at 10:54 AM, Shubhrajyoti D wrote: > Currently we just queue the transfer and release the > qos constraints, however we donot wait for the transfer > to complete to release the constraint. Move the remove > constraint after the bus busy as we are sure that the

Re: [PATCH] i2c: omap: Move the remove constraint

2012-11-14 Thread Wolfram Sang
> > Currently we just queue the transfer and release the > > qos constraints, however we donot wait for the transfer > > to complete to release the constraint. Move the remove > > constraint after the bus busy as we are sure that the > > transfers are completed by then. > > > > Signed-off-by: Shub

Re: [PATCH] i2c: omap: Move the remove constraint

2012-11-14 Thread Jean Pihet
Hi Wolfram, Shubhrajyoti, On Wed, Nov 14, 2012 at 11:57 AM, Wolfram Sang wrote: > >> > Currently we just queue the transfer and release the >> > qos constraints, however we donot wait for the transfer >> > to complete to release the constraint. Move the remove >> > constraint after the bus busy a

Re: [PATCH] i2c: omap: Move the remove constraint

2012-11-14 Thread Shubhrajyoti
On Wednesday 14 November 2012 04:33 PM, Jean Pihet wrote: >>> Acked-by: Jean Pihet >> > >> > Since I just reverted the QoS patch, I suppose this gets merged into the >> > original patch when resent? > The best for now is to re-submit a new patch that moves the constraint > release in the original