Re: [PATCH 4/7] [media] vimc: Add vimc_pipeline_s_stream in the core

2015-08-13 Thread Laurent Pinchart
Hi Helen, Thank you for the patch. On Thursday 06 August 2015 17:26:11 Helen Fornazier wrote: > Move the vimc_cap_pipeline_s_stream from the vimc-cap.c to vimc-core.c > as this core will be reused by other subdevices to activate the stream > in their directly connected nodes > > Signed-off-by: H

[PATCH 4/7] [media] vimc: Add vimc_pipeline_s_stream in the core

2015-08-06 Thread Helen Fornazier
Move the vimc_cap_pipeline_s_stream from the vimc-cap.c to vimc-core.c as this core will be reused by other subdevices to activate the stream in their directly connected nodes Signed-off-by: Helen Fornazier --- drivers/media/platform/vimc/vimc-capture.c | 32 ++ drive