Re: [PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-24 Thread Laurent Pinchart
Hi Jacopo, On Mon, Feb 22, 2021 at 04:11:41PM +0100, Jacopo Mondi wrote: > On Mon, Feb 22, 2021 at 03:18:53AM +0200, Laurent Pinchart wrote: > > On Wed, Feb 17, 2021 at 01:33:01PM +, Kieran Bingham wrote: > > > On 16/02/2021 17:41, Jacopo Mondi wrote: > > > > The MAX9271 chip manual prescribes

Re: [PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-22 Thread Jacopo Mondi
Hi On Mon, Feb 22, 2021 at 03:18:53AM +0200, Laurent Pinchart wrote: > Hi Jacopo, > > Thank you for the patch. > > On Wed, Feb 17, 2021 at 01:33:01PM +, Kieran Bingham wrote: > > On 16/02/2021 17:41, Jacopo Mondi wrote: > > > The MAX9271 chip manual prescribes a delay of 5 milliseconds > > > a

Re: [PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-21 Thread Laurent Pinchart
Hi Jacopo, Thank you for the patch. On Wed, Feb 17, 2021 at 01:33:01PM +, Kieran Bingham wrote: > On 16/02/2021 17:41, Jacopo Mondi wrote: > > The MAX9271 chip manual prescribes a delay of 5 milliseconds > > after the chip exists from low power state. > > > > Adjust the required delay in the

Re: [PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-17 Thread Kieran Bingham
Hi Jacopo, On 16/02/2021 17:41, Jacopo Mondi wrote: > The MAX9271 chip manual prescribes a delay of 5 milliseconds > after the chip exists from low power state. > > Adjust the required delay in the rdacm21 camera module and add it > to the rdacm20 that currently doesn't implement one. > This s

Re: [PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-17 Thread Geert Uytterhoeven
On Tue, Feb 16, 2021 at 6:41 PM Jacopo Mondi wrote: > The MAX9271 chip manual prescribes a delay of 5 milliseconds > after the chip exists from low power state. exits Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68

[PATCH 07/16] media: i2c: rdacm2x: Fix wake up delay

2021-02-16 Thread Jacopo Mondi
The MAX9271 chip manual prescribes a delay of 5 milliseconds after the chip exists from low power state. Adjust the required delay in the rdacm21 camera module and add it to the rdacm20 that currently doesn't implement one. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/rdacm20.c | 1 + driv