Re: [PATCHv5 03/12] media: add flags field to struct media_v2_entity

2018-07-09 Thread Laurent Pinchart
Hi Hans, Thank you for the patch. On Friday, 29 June 2018 14:43:22 EEST Hans Verkuil wrote: > From: Hans Verkuil > > The v2 entity structure never exposed the entity flags, which made it > impossible to detect connector or default entities. > > It is really trivial to just expose this informat

[PATCHv5 03/12] media: add flags field to struct media_v2_entity

2018-06-29 Thread Hans Verkuil
From: Hans Verkuil The v2 entity structure never exposed the entity flags, which made it impossible to detect connector or default entities. It is really trivial to just expose this information, so implement this. Signed-off-by: Hans Verkuil Acked-by: Sakari Ailus --- drivers/media/media-dev