From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:39802 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751421AbcCXLy6 (ORCPT ); Thu, 24 Mar 2016 07:54:58 -0400 From: Laurent Pinchart To: Mauro Carvalho Chehab Cc: Laurent Pinchart , linux-media@vger.kernel.org, Sakari Ailus , Hans Verkuil , Kyungmin Park , Sylwester Nawrocki , Prabhakar Lad Subject: Re: [PATCH v6 0/2] media: Add entity types Date: Thu, 24 Mar 2016 13:54:57 +0200 Message-ID: <2944762.eWEcyXcTe9@avalon> In-Reply-To: <20160324083840.6fb306b4@recife.lan> References: <1458809408-32611-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <20160324083840.6fb306b4@recife.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: 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