Re: [PATCH 1/2] media: ov5640: Add check for PLL1 output max frequency

2018-10-19 Thread Maxime Ripard
Hi, On Thu, Oct 18, 2018 at 03:35:25PM +0200, jacopo mondi wrote: > Hi Maxime, > > On Thu, Oct 18, 2018 at 11:15:50AM +0200, Maxime Ripard wrote: > > On Wed, Oct 17, 2018 at 09:37:17PM +0200, Jacopo Mondi wrote: > > > Check that the PLL1 output frequency does not exceed the maximum allowed > >

Re: [PATCH 1/2] media: ov5640: Add check for PLL1 output max frequency

2018-10-18 Thread jacopo mondi
Hi Maxime, On Thu, Oct 18, 2018 at 11:15:50AM +0200, Maxime Ripard wrote: > On Wed, Oct 17, 2018 at 09:37:17PM +0200, Jacopo Mondi wrote: > > Check that the PLL1 output frequency does not exceed the maximum allowed > > 1GHz > > frequency. > > > > Signed-off-by: Jacopo Mondi > > --- > >

Re: [PATCH 1/2] media: ov5640: Add check for PLL1 output max frequency

2018-10-18 Thread Maxime Ripard
On Wed, Oct 17, 2018 at 09:37:17PM +0200, Jacopo Mondi wrote: > Check that the PLL1 output frequency does not exceed the maximum allowed 1GHz > frequency. > > Signed-off-by: Jacopo Mondi > --- > drivers/media/i2c/ov5640.c | 23 +++ > 1 file changed, 19 insertions(+), 4

[PATCH 1/2] media: ov5640: Add check for PLL1 output max frequency

2018-10-17 Thread Jacopo Mondi
Check that the PLL1 output frequency does not exceed the maximum allowed 1GHz frequency. Signed-off-by: Jacopo Mondi --- drivers/media/i2c/ov5640.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/drivers/media/i2c/ov5640.c