Re: [PATCH v2 7/7] [media] tvp5150: add s_power callback

2018-09-18 Thread Marco Felsch
Hi, On 18-09-14 15:57, Mauro Carvalho Chehab wrote: > Em Fri, 14 Sep 2018 20:20:46 +0200 > Marco Felsch escreveu: > > > Hi Sakari, > > > > On 18-09-14 16:23, Sakari Ailus wrote: > > > Hi Marco, > > > > > > On Mon, Aug 13, 2018 at 11:25:08AM +0200, Marco Felsch wrote: > > > > Don't

Re: [PATCH v2 7/7] [media] tvp5150: add s_power callback

2018-09-14 Thread Mauro Carvalho Chehab
Em Fri, 14 Sep 2018 20:20:46 +0200 Marco Felsch escreveu: > Hi Sakari, > > On 18-09-14 16:23, Sakari Ailus wrote: > > Hi Marco, > > > > On Mon, Aug 13, 2018 at 11:25:08AM +0200, Marco Felsch wrote: > > > Don't en-/disable the interrupts during s_stream because someone can > > > disable the

Re: [PATCH v2 7/7] [media] tvp5150: add s_power callback

2018-09-14 Thread Marco Felsch
Hi Sakari, On 18-09-14 16:23, Sakari Ailus wrote: > Hi Marco, > > On Mon, Aug 13, 2018 at 11:25:08AM +0200, Marco Felsch wrote: > > Don't en-/disable the interrupts during s_stream because someone can > > disable the stream but wants to get informed if the stream is locked > > again. So keep the

Re: [PATCH v2 7/7] [media] tvp5150: add s_power callback

2018-09-14 Thread Sakari Ailus
Hi Marco, On Mon, Aug 13, 2018 at 11:25:08AM +0200, Marco Felsch wrote: > Don't en-/disable the interrupts during s_stream because someone can > disable the stream but wants to get informed if the stream is locked > again. So keep the interrupts enabled the whole time the pipeline is > opened. >

[PATCH v2 7/7] [media] tvp5150: add s_power callback

2018-08-13 Thread Marco Felsch
Don't en-/disable the interrupts during s_stream because someone can disable the stream but wants to get informed if the stream is locked again. So keep the interrupts enabled the whole time the pipeline is opened. Signed-off-by: Marco Felsch --- drivers/media/i2c/tvp5150.c | 23