Re: [PATCH v6 0/2] media: Add entity types

2016-03-26 Thread Lad, Prabhakar
Hi Laurent,

Thanks for the patches.


On Thu, Mar 24, 2016 at 8:50 AM, Laurent Pinchart
 wrote:
> Hello,
>
> This patch series adds an obj_type field to the media entity structure. It
> is a resend of v5 with the MEDIA_ENTITY_TYPE_INVALID type replaced by
> MEDIA_ENTITY_TYPE_BASE to identify media entity instances not embedded in
> another structure.
>
> Cc: Kyungmin Park 
> Cc: Sylwester Nawrocki 
> Cc: Prabhakar Lad 
>
> Laurent Pinchart (2):
>   media: Add obj_type field to struct media_entity
>   media: Rename is_media_entity_v4l2_io to
> is_media_entity_v4l2_video_device
>

Acked-by: Lad, Prabhakar 

Cheers,
--Prabhakar Lad
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v6 0/2] media: Add entity types

2016-03-24 Thread Mauro Carvalho Chehab
Em Thu, 24 Mar 2016 13:54:57 +0200
Laurent Pinchart  escreveu:

> On Thursday 24 Mar 2016 08:38:40 Mauro Carvalho Chehab wrote:
> > Em Thu, 24 Mar 2016 10:50:06 +0200 Laurent Pinchart escreveu:  
> > > Hello,
> > > 
> > > This patch series adds an obj_type field to the media entity structure. It
> > > is a resend of v5 with the MEDIA_ENTITY_TYPE_INVALID type replaced by
> > > MEDIA_ENTITY_TYPE_BASE to identify media entity instances not embedded in
> > > another structure.  
> > 
> > Patches looked OK to me. I'll apply them next week.  
> 
> Thank you. I'll send a patch series for the VSP driver that applies on top of 
> these two patches, and will send the pull request when media entity types 
> will 
> be merged in your tree.

Well, you can put the VSP patches and this series on the same pull request.

> 
> > > Cc: Kyungmin Park 
> > > Cc: Sylwester Nawrocki 
> > > Cc: Prabhakar Lad 
> > > 
> > > Laurent Pinchart (2):
> > >   media: Add obj_type field to struct media_entity
> > >   media: Rename is_media_entity_v4l2_io to
> > >   
> > > is_media_entity_v4l2_video_device
> > >  
> > >  drivers/media/platform/exynos4-is/media-dev.c   |  4 +-
> > >  drivers/media/platform/omap3isp/ispvideo.c  |  2 +-
> > >  drivers/media/v4l2-core/v4l2-dev.c  |  1 +
> > >  drivers/media/v4l2-core/v4l2-mc.c   |  2 +-
> > >  drivers/media/v4l2-core/v4l2-subdev.c   |  1 +
> > >  drivers/staging/media/davinci_vpfe/vpfe_video.c |  2 +-
> > >  drivers/staging/media/omap4iss/iss_video.c  |  2 +-
> > >  include/media/media-entity.h| 78 ++--
> > >  8 files changed, 48 insertions(+), 44 deletions(-)  
> 


-- 
Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v6 0/2] media: Add entity types

2016-03-24 Thread Laurent Pinchart
On Thursday 24 Mar 2016 08:38:40 Mauro Carvalho Chehab wrote:
> Em Thu, 24 Mar 2016 10:50:06 +0200 Laurent Pinchart escreveu:
> > Hello,
> > 
> > This patch series adds an obj_type field to the media entity structure. It
> > is a resend of v5 with the MEDIA_ENTITY_TYPE_INVALID type replaced by
> > MEDIA_ENTITY_TYPE_BASE to identify media entity instances not embedded in
> > another structure.
> 
> Patches looked OK to me. I'll apply them next week.

Thank you. I'll send a patch series for the VSP driver that applies on top of 
these two patches, and will send the pull request when media entity types will 
be merged in your tree.

> > Cc: Kyungmin Park 
> > Cc: Sylwester Nawrocki 
> > Cc: Prabhakar Lad 
> > 
> > Laurent Pinchart (2):
> >   media: Add obj_type field to struct media_entity
> >   media: Rename is_media_entity_v4l2_io to
> >   
> > is_media_entity_v4l2_video_device
> >  
> >  drivers/media/platform/exynos4-is/media-dev.c   |  4 +-
> >  drivers/media/platform/omap3isp/ispvideo.c  |  2 +-
> >  drivers/media/v4l2-core/v4l2-dev.c  |  1 +
> >  drivers/media/v4l2-core/v4l2-mc.c   |  2 +-
> >  drivers/media/v4l2-core/v4l2-subdev.c   |  1 +
> >  drivers/staging/media/davinci_vpfe/vpfe_video.c |  2 +-
> >  drivers/staging/media/omap4iss/iss_video.c  |  2 +-
> >  include/media/media-entity.h| 78 ++--
> >  8 files changed, 48 insertions(+), 44 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v6 0/2] media: Add entity types

2016-03-24 Thread Mauro Carvalho Chehab
Em Thu, 24 Mar 2016 10:50:06 +0200
Laurent Pinchart  escreveu:

> Hello,
> 
> This patch series adds an obj_type field to the media entity structure. It
> is a resend of v5 with the MEDIA_ENTITY_TYPE_INVALID type replaced by
> MEDIA_ENTITY_TYPE_BASE to identify media entity instances not embedded in
> another structure.

Patches looked OK to me. I'll apply them next week.

> 
> Cc: Kyungmin Park 
> Cc: Sylwester Nawrocki 
> Cc: Prabhakar Lad 
> 
> Laurent Pinchart (2):
>   media: Add obj_type field to struct media_entity
>   media: Rename is_media_entity_v4l2_io to
> is_media_entity_v4l2_video_device
> 
>  drivers/media/platform/exynos4-is/media-dev.c   |  4 +-
>  drivers/media/platform/omap3isp/ispvideo.c  |  2 +-
>  drivers/media/v4l2-core/v4l2-dev.c  |  1 +
>  drivers/media/v4l2-core/v4l2-mc.c   |  2 +-
>  drivers/media/v4l2-core/v4l2-subdev.c   |  1 +
>  drivers/staging/media/davinci_vpfe/vpfe_video.c |  2 +-
>  drivers/staging/media/omap4iss/iss_video.c  |  2 +-
>  include/media/media-entity.h| 78 
> +
>  8 files changed, 48 insertions(+), 44 deletions(-)
> 


-- 
Thanks,
Mauro
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v6 0/2] media: Add entity types

2016-03-24 Thread Laurent Pinchart
Hello,

This patch series adds an obj_type field to the media entity structure. It
is a resend of v5 with the MEDIA_ENTITY_TYPE_INVALID type replaced by
MEDIA_ENTITY_TYPE_BASE to identify media entity instances not embedded in
another structure.

Cc: Kyungmin Park 
Cc: Sylwester Nawrocki 
Cc: Prabhakar Lad 

Laurent Pinchart (2):
  media: Add obj_type field to struct media_entity
  media: Rename is_media_entity_v4l2_io to
is_media_entity_v4l2_video_device

 drivers/media/platform/exynos4-is/media-dev.c   |  4 +-
 drivers/media/platform/omap3isp/ispvideo.c  |  2 +-
 drivers/media/v4l2-core/v4l2-dev.c  |  1 +
 drivers/media/v4l2-core/v4l2-mc.c   |  2 +-
 drivers/media/v4l2-core/v4l2-subdev.c   |  1 +
 drivers/staging/media/davinci_vpfe/vpfe_video.c |  2 +-
 drivers/staging/media/omap4iss/iss_video.c  |  2 +-
 include/media/media-entity.h| 78 +
 8 files changed, 48 insertions(+), 44 deletions(-)

-- 
Regards,

Laurent Pinchart

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html