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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D75CC433EF for ; Wed, 29 Sep 2021 00:57:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F34EA613CE for ; Wed, 29 Sep 2021 00:57:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243603AbhI2A6y (ORCPT ); Tue, 28 Sep 2021 20:58:54 -0400 Received: from mga01.intel.com ([192.55.52.88]:56937 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243584AbhI2A6x (ORCPT ); Tue, 28 Sep 2021 20:58:53 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10121"; a="247353170" X-IronPort-AV: E=Sophos;i="5.85,330,1624345200"; d="scan'208";a="247353170" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2021 17:57:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.85,330,1624345200"; d="scan'208";a="519516844" Received: from ipu5-build.bj.intel.com (HELO [10.238.232.188]) ([10.238.232.188]) by fmsmga008.fm.intel.com with ESMTP; 28 Sep 2021 17:57:11 -0700 Subject: Re: [PATCH 0/7] media: ipu3 i2c: Fix v4l2-compliance issues To: Ricardo Ribalda , Sakari Ailus , Mauro Carvalho Chehab , Yong Zhi , Bingbu Cao , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Chiranjeevi Rapolu References: <20210928211033.2415162-1-ribalda@chromium.org> From: Bingbu Cao Message-ID: Date: Wed, 29 Sep 2021 08:53:44 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210928211033.2415162-1-ribalda@chromium.org> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ricardo, thanks for your patch. On 9/29/21 5:10 AM, Ricardo Ribalda wrote: > Fix some issues found with v4l2-compliance. Tested in Soraka which also > has some subdevices that had some issues with v4l2-compliance. > > Ricardo Ribalda (7): ... > media: ipu3-cio2: Set valid initial format > media: ipu3-cio2: imgu_fmt: Handle properly try > media: ipu3-cio2: VIDIOC_QUERYCAP: Fix bus_info These 3 should be staging ImgU category, not cio2 :). > media: dw9714: Add implementation for events > media: ov13858: Add implementation for events > media: ov5670: Add implementation for events > > drivers/media/i2c/dw9714.c | 14 ++++++++++++-- > drivers/media/i2c/ov13858.c | 11 ++++++++++- > drivers/media/i2c/ov5670.c | 11 ++++++++++- > drivers/media/pci/intel/ipu3/ipu3-cio2-main.c | 8 ++++++-- > drivers/staging/media/ipu3/ipu3-v4l2.c | 9 +++++---- > 5 files changed, 43 insertions(+), 10 deletions(-) > -- Best regards, Bingbu Cao