Re: [PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

2018-05-04 Thread jacopo mondi
Hi Akinobu, On Fri, May 04, 2018 at 11:50:39PM +0900, Akinobu Mita wrote: > 2018-05-04 6:03 GMT+09:00 jacopo mondi : > > Hi Akinobu, > > let me see if I got this right... > > > > On Mon, Apr 30, 2018 at 02:13:11AM +0900, Akinobu Mita wrote: > >> The set_fmt() in subdev pad

Re: [PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

2018-05-04 Thread Akinobu Mita
2018-05-04 6:03 GMT+09:00 jacopo mondi : > Hi Akinobu, > let me see if I got this right... > > On Mon, Apr 30, 2018 at 02:13:11AM +0900, Akinobu Mita wrote: >> The set_fmt() in subdev pad ops, the s_ctrl() for subdev control handler, >> and the s_frame_interval() in subdev

Re: [PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

2018-05-03 Thread jacopo mondi
Hi Akinobu, let me see if I got this right... On Mon, Apr 30, 2018 at 02:13:11AM +0900, Akinobu Mita wrote: > The set_fmt() in subdev pad ops, the s_ctrl() for subdev control handler, > and the s_frame_interval() in subdev video ops could be called when the > device is under power saving mode.

[PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

2018-04-29 Thread Akinobu Mita
The set_fmt() in subdev pad ops, the s_ctrl() for subdev control handler, and the s_frame_interval() in subdev video ops could be called when the device is under power saving mode. These callbacks for ov772x driver cause updating H/W registers that will fail under power saving mode. This avoids