Re: [PATCH] media: af9035 I2C combined write + read transaction fix

2016-06-01 Thread Antti Palosaari
Applied for 4.8, thanks! Antti On 04/06/2016 01:23 AM, Alessandro Radicati wrote: This patch will modify the af9035 driver to use the register address fields of the I2C read command for the combined write/read transaction case. Without this change, the firmware issues just a I2C read transacti

[PATCH] media: af9035 I2C combined write + read transaction fix

2016-04-05 Thread Alessandro Radicati
This patch will modify the af9035 driver to use the register address fields of the I2C read command for the combined write/read transaction case. Without this change, the firmware issues just a I2C read transaction without the preceding write transaction to select the register. Signed-off-by: Ale