Re: [RFC PATCH 2/2] i2c: mux: pca954x: Use __i2c_transfer because of quirks

2015-06-17 Thread Wolfram Sang
On Fri, Jun 12, 2015 at 02:41:00PM +0200, Alexander Sverdlin wrote: > pca9541 and pca954x are calling master_xfer() of the parent adapter directly > thus bypassing the quirks checks of the adapter. Use __i2c_transfer() instead. > > Signed-off-by: Alexander Sverdlin > Tested-by: Łukasz Gemborowski

Re: [RFC PATCH 2/2] i2c: mux: pca954x: Use __i2c_transfer because of quirks

2015-06-14 Thread Jisheng Zhang
Dear Alexander, On Fri, 12 Jun 2015 22:28:50 +0300 Laurent Pinchart wrote: > Hi Alexander, > > Thank you for the patch. > > On Friday 12 June 2015 14:41:00 Alexander Sverdlin wrote: > > pca9541 and pca954x are calling master_xfer() of the parent adapter directly > > thus bypassing the quirks c

Re: [RFC PATCH 2/2] i2c: mux: pca954x: Use __i2c_transfer because of quirks

2015-06-12 Thread Laurent Pinchart
Hi Alexander, Thank you for the patch. On Friday 12 June 2015 14:41:00 Alexander Sverdlin wrote: > pca9541 and pca954x are calling master_xfer() of the parent adapter directly > thus bypassing the quirks checks of the adapter. Use __i2c_transfer() > instead. > > Signed-off-by: Alexander Sverdlin

[RFC PATCH 2/2] i2c: mux: pca954x: Use __i2c_transfer because of quirks

2015-06-12 Thread Alexander Sverdlin
pca9541 and pca954x are calling master_xfer() of the parent adapter directly thus bypassing the quirks checks of the adapter. Use __i2c_transfer() instead. Signed-off-by: Alexander Sverdlin Tested-by: Łukasz Gemborowski --- drivers/i2c/muxes/i2c-mux-pca9541.c |4 ++-- drivers/i2c/muxes/i2c-