Re: [PATCH v3 01/14] media: ov7670: split register setting from set_fmt() logic

2018-11-28 Thread Lubomir Rintel
On Thu, 2018-11-22 at 19:37 +0100, jacopo mondi wrote: > Hi Lubomir, > > On Tue, Nov 20, 2018 at 11:03:06AM +0100, Lubomir Rintel wrote: > > This will allow us to restore the last set format after the device > > returns > > from a power off. > > > > Signed-off-by: Lubomir Rintel > > > > --- > >

Re: [PATCH v3 01/14] media: ov7670: split register setting from set_fmt() logic

2018-11-22 Thread jacopo mondi
Hi Lubomir, On Tue, Nov 20, 2018 at 11:03:06AM +0100, Lubomir Rintel wrote: > This will allow us to restore the last set format after the device returns > from a power off. > > Signed-off-by: Lubomir Rintel > > --- > Changes since v2: > - This patch was added to the series > > drivers/media/i2c/

[PATCH v3 01/14] media: ov7670: split register setting from set_fmt() logic

2018-11-20 Thread Lubomir Rintel
This will allow us to restore the last set format after the device returns from a power off. Signed-off-by: Lubomir Rintel --- Changes since v2: - This patch was added to the series drivers/media/i2c/ov7670.c | 80 ++ 1 file changed, 46 insertions(+), 34 del