Re: [PATCH 2/2] [media] cx231xx: Fix I2C on Internal Master 3 Bus

2017-02-12 Thread Oleh Kravchenko
On 13.02.17 06:58, Antti Palosaari wrote: > On 02/07/2017 09:35 PM, Oleh Kravchenko wrote: >> Internal Master 3 Bus can send and receive only 4 bytes per time. >> >> Signed-off-by: Oleh Kravchenko >> --- >> drivers/media/usb/cx231xx/cx231xx-core.c | 7 ++- >> 1 file

Re: [PATCH 2/2] [media] cx231xx: Fix I2C on Internal Master 3 Bus

2017-02-12 Thread Antti Palosaari
On 02/07/2017 09:35 PM, Oleh Kravchenko wrote: Internal Master 3 Bus can send and receive only 4 bytes per time. Signed-off-by: Oleh Kravchenko --- drivers/media/usb/cx231xx/cx231xx-core.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git

[PATCH 2/2] [media] cx231xx: Fix I2C on Internal Master 3 Bus

2017-02-07 Thread Oleh Kravchenko
Internal Master 3 Bus can send and receive only 4 bytes per time. Signed-off-by: Oleh Kravchenko --- drivers/media/usb/cx231xx/cx231xx-core.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/media/usb/cx231xx/cx231xx-core.c