Re: [PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate

2020-05-27 Thread kbuild test robot
Hi Andrey, I love your patch! Yet something to improve: [auto build test ERROR on linuxtv-media/master] [also build test ERROR on v5.7-rc7 next-20200526] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option

Re: [PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate

2020-05-26 Thread Sakari Ailus
Hi Andrey, On Tue, May 26, 2020 at 12:27:17PM +0300, Andrey Konovalov wrote: > Hi Sakari, > > Thank you for the review! You're welcome! > > On 26.05.2020 12:12, Sakari Ailus wrote: > > Hi Andrey, > > > > On Sun, May 24, 2020 at 10:25:00PM +0300, Andrey Konovalov wrote: > > > From: Manivannan

Re: [PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate

2020-05-26 Thread Andrey Konovalov
Hi Sakari, Thank you for the review! On 26.05.2020 12:12, Sakari Ailus wrote: Hi Andrey, On Sun, May 24, 2020 at 10:25:00PM +0300, Andrey Konovalov wrote: From: Manivannan Sadhasivam IMX290 operates with multiple link frequency and pixel rate combinations. The initial driver used a single

Re: [PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate

2020-05-26 Thread Sakari Ailus
Hi Andrey, On Sun, May 24, 2020 at 10:25:00PM +0300, Andrey Konovalov wrote: > From: Manivannan Sadhasivam > > IMX290 operates with multiple link frequency and pixel rate combinations. > The initial driver used a single setting for both but since we now have > the lane count support in place,

[PATCH v3 05/10] media: i2c: imx290: Add configurable link frequency and pixel rate

2020-05-24 Thread Andrey Konovalov
From: Manivannan Sadhasivam IMX290 operates with multiple link frequency and pixel rate combinations. The initial driver used a single setting for both but since we now have the lane count support in place, let's add configurable link frequency and pixel rate. Signed-off-by: Manivannan