From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 491A9C282CE for ; Tue, 4 Jun 2019 12:50:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2217624987 for ; Tue, 4 Jun 2019 12:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727704AbfFDMt7 (ORCPT ); Tue, 4 Jun 2019 08:49:59 -0400 Received: from mga03.intel.com ([134.134.136.65]:1777 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727394AbfFDMt7 (ORCPT ); Tue, 4 Jun 2019 08:49:59 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jun 2019 05:49:59 -0700 X-ExtLoop1: 1 Received: from pipin.fi.intel.com (HELO pipin) ([10.237.72.175]) by fmsmga005.fm.intel.com with ESMTP; 04 Jun 2019 05:49:57 -0700 From: Felipe Balbi To: Laurent Pinchart , Hans Verkuil Cc: linux-media@vger.kernel.org, Boris Brezillon Subject: Re: [PATCH 4/7] usb/gadget/f_uvc: set device_caps in struct video_device In-Reply-To: <20190604123042.GD7812@pendragon.ideasonboard.com> References: <20190604111958.22331-1-hverkuil-cisco@xs4all.nl> <20190604111958.22331-5-hverkuil-cisco@xs4all.nl> <20190604123042.GD7812@pendragon.ideasonboard.com> Date: Tue, 04 Jun 2019 15:49:56 +0300 Message-ID: <87r289ikgb.fsf@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi, Laurent Pinchart writes: > Hi Hans, > > Thank you for the patch. > > On Tue, Jun 04, 2019 at 01:19:55PM +0200, Hans Verkuil wrote: >> Instead of filling in the struct v4l2_capability device_caps >> field, fill in the struct video_device device_caps field. >> >> That way the V4L2 core knows what the capabilities of the >> video device are. >> >> But this only really works if all drivers use this, so convert >> this UVC gadget driver. >> >> Signed-off-by: Hans Verkuil >> Cc: Laurent Pinchart > > Reviewed-by: Laurent Pinchart > > I have no patch for the UVC gadget driver for the next merge window, so > feel free to merge this through the Linux media tree if Felipe is fine > with this. Fine by me: Acked-by: Felipe Balbi cheers -- balbi