Re: [PATCH v2 1/3] media: stm32-dcmi: improve sensor subdev naming

2019-07-02 Thread Hugues FRUCHET
Hi Sakari, On 6/20/19 5:26 PM, Sakari Ailus wrote: > Hi Hugues, > > On Tue, Jun 11, 2019 at 10:48:30AM +0200, Hugues Fruchet wrote: >> Add a new "sensor" field to dcmi struct instead of >> reusing entity->subdev to address sensor subdev. As discussed on IRC, fixed in v3, > > The purpose of the s

Re: [PATCH v2 1/3] media: stm32-dcmi: improve sensor subdev naming

2019-06-20 Thread Sakari Ailus
Hi Hugues, On Tue, Jun 11, 2019 at 10:48:30AM +0200, Hugues Fruchet wrote: > Add a new "sensor" field to dcmi struct instead of > reusing entity->subdev to address sensor subdev. The purpose of the struct binding image source's async subdev as well as related information is to allow associating t

[PATCH v2 1/3] media: stm32-dcmi: improve sensor subdev naming

2019-06-11 Thread Hugues Fruchet
Add a new "sensor" field to dcmi struct instead of reusing entity->subdev to address sensor subdev. Signed-off-by: Hugues Fruchet --- drivers/media/platform/stm32/stm32-dcmi.c | 37 --- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/drivers/media/plat