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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F54CC43217 for ; Wed, 16 Nov 2022 17:30:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238082AbiKPRak (ORCPT ); Wed, 16 Nov 2022 12:30:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45066 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234286AbiKPRah (ORCPT ); Wed, 16 Nov 2022 12:30:37 -0500 Received: from mail-oa1-f46.google.com (mail-oa1-f46.google.com [209.85.160.46]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3628A32B9D; Wed, 16 Nov 2022 09:30:37 -0800 (PST) Received: by mail-oa1-f46.google.com with SMTP id 586e51a60fabf-13c2cfd1126so20855294fac.10; Wed, 16 Nov 2022 09:30:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=d94m8A4mnC43bFCgCMyqlrhWiu3NByipxHjP5JFmrF8=; b=M9zvtOWURcE5oFPDm2eaQvKS9seyj8/RWrCO7Li6pIOFRh/BdbEOqe+Z96AA0YGnqz z6+5bDMG0z3X8s7kDDfKXce7Fxm2oqKqEFyU+sUgq6nElN5evXSRaxrKWk6oAcq8sYbL aR/kcq4SBHcPzQxzomqeeF9pNPmz7jcE0EAYzgQW8VWM+9loUdqWG+BpCDHBF4UMav1J 0EVqZb2YuR02zui5/W9fjIhKDvDfp/mDhCNLLGAdD6lz1R5RjDp8n9KZhmv3mgx5owjI IX1+m2GbShEFm9BejZ0Jqa5k8T4YgQkcLw8DjALZhVV0w+SFt3vZ+LlazJwGBN/2F52C Ojrg== X-Gm-Message-State: ANoB5pnScmTvfY5qWp5SjCUzOVXaDlMk9YGxos8TTQsfRXkG+ikRBFq/ 4miyz+6OXazf6QX0vpjRTw== X-Google-Smtp-Source: AA0mqf4W9ic8trKFbcLCupIweHpywnpJAlbo74qba9pJnN/1t1QeCfL5Lgix9ZRfDFycFgC2Pz6D9Q== X-Received: by 2002:a05:6870:b40d:b0:136:b625:9d4b with SMTP id x13-20020a056870b40d00b00136b6259d4bmr2234868oap.247.1668619836444; Wed, 16 Nov 2022 09:30:36 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id o2-20020a4aa802000000b0047537233dfasm6208359oom.21.2022.11.16.09.30.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 09:30:35 -0800 (PST) Received: (nullmailer pid 555476 invoked by uid 1000); Wed, 16 Nov 2022 17:30:38 -0000 Date: Wed, 16 Nov 2022 11:30:38 -0600 From: Rob Herring To: Yunfei Dong Cc: linux-kernel@vger.kernel.org, Tiffany Lin , Matthias Brugger , Benjamin Gaignard , linux-mediatek@lists.infradead.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, AngeloGioacchino Del Regno , Hans Verkuil , Project_Global_Chrome_Upstream_Group@mediatek.com, Daniel Vetter , Chen-Yu Tsai , Hsin-Yi Wang , Steve Cho , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2,2/3] media: dt-bindings: media: mediatek: vcodec: Adding racing control register base Message-ID: <166861983726.555415.9641697136442986438.robh@kernel.org> References: <20221110102834.8946-1-yunfei.dong@mediatek.com> <20221110102834.8946-2-yunfei.dong@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221110102834.8946-2-yunfei.dong@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 Nov 2022 18:28:33 +0800, Yunfei Dong wrote: > Need to add racing control register base in device node for mt8195 support > inner racing mode. Removing 'maxItems' and adding 'minItems'. > > Adding description for each reg. > > Signed-off-by: Yunfei Dong > --- > compared with v1: > - add description for 'VDEC_SYS' > - add description for 'VDEC_RACING_CTRL' > - add description for 'VDEC_MISC' > - change maxItems -> minItems according to AngeloGioacchino's suggestion > - Fix dt_binding_check fail > --- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BBA92C4332F for ; Wed, 16 Nov 2022 17:32:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DQgcq8ZEkAbxPKh7oDWxOBCU2Gv0Oh3NtwQOBsPDcrg=; b=JTwIaoEK4n9Bhj 1ZBy0EzVT5I3Qd0/G+6zQCnXeGoM/CRecE4JxWqTwIW7Fs3uLYOT9symOw9n8qvFQVjvAY9GngYK3 772SLbfKY5RTUdACNMuIDO6ZZ5WEsaatYfZQ9lQaHea3hgIEKuHmFFl3JqmXijSgYauEnYc3mIr0t rjxbweZQx7i9IdlBJkECmS8TI93iPxURAo9Ze0VHa+un9BL35fwoHpoHN/RjSsscWT9ma5Ag5rpiO hLDXxJnWx6XTKqVTJIqPklE3jAyGsvk6o+hDw8HxCSqu0ysBlNc4tKdxnNFNU6tN2Q9EFcW6gM0JX c9GmNADsKRY/90LS0Smg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovMFG-006R5l-EZ; Wed, 16 Nov 2022 17:30:42 +0000 Received: from mail-oa1-f41.google.com ([209.85.160.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovMFC-006R3O-TW; Wed, 16 Nov 2022 17:30:40 +0000 Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-141ca09c2fbso11283550fac.6; Wed, 16 Nov 2022 09:30:37 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=d94m8A4mnC43bFCgCMyqlrhWiu3NByipxHjP5JFmrF8=; b=PS1VVXjVrg762e5ygdPLNdDO9YjxZkev9RRUJ2sUclKdTjrvYfXREkceuL6XyWTQa3 z9c/YObOYZGXhgmF7NlgU6XKoCloVc/By9n/aKm6lMKeodwgQ9pICMmUnImEhHzowiSE 4SiJexwWEcJ7hKvqcPWAOkrGd/QSxHES4xIVegsqt/PCYFlD7S9pJSAFe+DwvHwF8oKq nHA7kFckkfKBr+Hx+HPbvJLd4FFC356Ko77iERT5lDKWgyc81z7zituOtX09/5UOX1Gk b9J67OApbndBdUsSns85+udI6rhioISaVOByUxtyp32p4EFFgCwx6Nb7QFV/dgERDrkI 3Oqg== X-Gm-Message-State: ANoB5plQfNW8li0HjvI4JDSpnFNFOEux9dwWe+57Ygsh/l8dTIZaDrHj rK+eHaQ1sCQpWM7JY/vS7w== X-Google-Smtp-Source: AA0mqf4W9ic8trKFbcLCupIweHpywnpJAlbo74qba9pJnN/1t1QeCfL5Lgix9ZRfDFycFgC2Pz6D9Q== X-Received: by 2002:a05:6870:b40d:b0:136:b625:9d4b with SMTP id x13-20020a056870b40d00b00136b6259d4bmr2234868oap.247.1668619836444; Wed, 16 Nov 2022 09:30:36 -0800 (PST) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id o2-20020a4aa802000000b0047537233dfasm6208359oom.21.2022.11.16.09.30.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 16 Nov 2022 09:30:35 -0800 (PST) Received: (nullmailer pid 555476 invoked by uid 1000); Wed, 16 Nov 2022 17:30:38 -0000 Date: Wed, 16 Nov 2022 11:30:38 -0600 From: Rob Herring To: Yunfei Dong Cc: linux-kernel@vger.kernel.org, Tiffany Lin , Matthias Brugger , Benjamin Gaignard , linux-mediatek@lists.infradead.org, Mauro Carvalho Chehab , linux-media@vger.kernel.org, AngeloGioacchino Del Regno , Hans Verkuil , Project_Global_Chrome_Upstream_Group@mediatek.com, Daniel Vetter , Chen-Yu Tsai , Hsin-Yi Wang , Steve Cho , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2,2/3] media: dt-bindings: media: mediatek: vcodec: Adding racing control register base Message-ID: <166861983726.555415.9641697136442986438.robh@kernel.org> References: <20221110102834.8946-1-yunfei.dong@mediatek.com> <20221110102834.8946-2-yunfei.dong@mediatek.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221110102834.8946-2-yunfei.dong@mediatek.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221116_093038_965097_C7F135B4 X-CRM114-Status: GOOD ( 12.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 10 Nov 2022 18:28:33 +0800, Yunfei Dong wrote: > Need to add racing control register base in device node for mt8195 support > inner racing mode. Removing 'maxItems' and adding 'minItems'. > > Adding description for each reg. > > Signed-off-by: Yunfei Dong > --- > compared with v1: > - add description for 'VDEC_SYS' > - add description for 'VDEC_RACING_CTRL' > - add description for 'VDEC_MISC' > - change maxItems -> minItems according to AngeloGioacchino's suggestion > - Fix dt_binding_check fail > --- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel