From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-yk0-f174.google.com ([209.85.160.174]:35676 "EHLO mail-yk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753129AbbIJOEt (ORCPT ); Thu, 10 Sep 2015 10:04:49 -0400 Received: by ykdu9 with SMTP id u9so58916732ykd.2 for ; Thu, 10 Sep 2015 07:04:49 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <3dad0210717d61927a2c6f370a3b1eb145f1580b.1440902901.git.mchehab@osg.samsung.com> References: <3dad0210717d61927a2c6f370a3b1eb145f1580b.1440902901.git.mchehab@osg.samsung.com> Date: Thu, 10 Sep 2015 16:04:48 +0200 Message-ID: Subject: Re: [PATCH v8 05/55] [media] media: use media_gobj inside entities From: Javier Martinez Canillas To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab Content-Type: text/plain; charset=UTF-8 Sender: linux-media-owner@vger.kernel.org List-ID: On Sun, Aug 30, 2015 at 5:06 AM, Mauro Carvalho Chehab wrote: > As entities are graph objects, let's embed media_gobj > on it. That ensures an unique ID for entities that can be > global along the entire media controller. > > For now, we'll keep the already existing entity ID. Such > field need to be dropped at some point, but for now, let's > not do this, to avoid needing to review all drivers and > the userspace apps. > > Signed-off-by: Mauro Carvalho Chehab > Acked-by: Hans Verkuil > Reviewed-by: Javier Martinez Canillas Tested-by: Javier Martinez Canillas Best regards, Javier