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 46B71C433F5 for ; Wed, 11 May 2022 14:47:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243866AbiEKOri (ORCPT ); Wed, 11 May 2022 10:47:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52632 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245059AbiEKOrg (ORCPT ); Wed, 11 May 2022 10:47:36 -0400 Received: from mail-oa1-f51.google.com (mail-oa1-f51.google.com [209.85.160.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B4CF2DD71; Wed, 11 May 2022 07:47:33 -0700 (PDT) Received: by mail-oa1-f51.google.com with SMTP id 586e51a60fabf-e93bbb54f9so3036744fac.12; Wed, 11 May 2022 07:47:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=PBUKOyei7jhZAd+rG0AZF55Jr3UmZvagA9TyiYBMsWU=; b=vJIUiw+lUzQy+XM3boG+AiasfNlEn2u53UGyAEd+Epm0h29tx+uyvdX4wunrOgewaD SPMLrE+UO45UpwMPElY82xTq2yM3VBBGFLhOug0PMws+pBIFe/qzTe8P783PX0WWkHpN /A5y0blxzawCJncw6i3vHm6yKYLe0sReM98k5qx7J/6ZZwYjQhXfrHrjMGHixVvfviYF 7dFisOBkXU0HxUC88ZrfLoEq7eSGtrPdYLag86mimkOhKrSoHfChMCa/h3bAY8iD0SD4 TPjm6twF7U95GZ7P96iDj1jMzZoEEYLNUuAmxGPHfcE/WNbkQ9Z+iHqPh4njBEYB5MqV mdXQ== X-Gm-Message-State: AOAM532Poy/mMEOU+y99NuKCtB0BDWUGc3Mh4LcCSuduO1qi8qASWGQO uniABiJ1hlGUyf+FBHANYA== X-Google-Smtp-Source: ABdhPJz98n8ntxGILk81aL6US1/KphHKB3FmHQzCO8v2Qn3CLhjkTHsFGtb472uba5vtZ3ndGND17Q== X-Received: by 2002:a05:6870:b39c:b0:d1:4a9f:35f9 with SMTP id w28-20020a056870b39c00b000d14a9f35f9mr2769263oap.119.1652280452730; Wed, 11 May 2022 07:47:32 -0700 (PDT) Received: from robh.at.kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id y21-20020a4a6515000000b0035eb4e5a6c2sm1006637ooc.24.2022.05.11.07.47.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 11 May 2022 07:47:32 -0700 (PDT) Received: (nullmailer pid 286708 invoked by uid 1000); Wed, 11 May 2022 14:47:31 -0000 Date: Wed, 11 May 2022 09:47:31 -0500 From: Rob Herring To: Sumit Gupta Cc: devicetree@vger.kernel.org, kbuild-all@lists.01.org, linux-tegra@vger.kernel.org, Thierry Reding , jsequeira@nvidia.com, bbasu@nvidia.com, linux-kernel@vger.kernel.org, thierry.reding@gmail.com, robh+dt@kernel.org, vsethi@nvidia.com, jonathanh@nvidia.com Subject: Re: [Patch v5 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding Message-ID: <20220511144731.GA286675-robh@kernel.org> References: <20220506111217.8833-1-sumitg@nvidia.com> <20220506111217.8833-4-sumitg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220506111217.8833-4-sumitg@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Fri, 06 May 2022 16:42:11 +0530, Sumit Gupta wrote: > Add device-tree binding documentation to represent the axi2apb bridges > used by Control Backbone (CBB) 1.0 in Tegra194 SOC. All errors for APB > slaves are reported as slave error because APB bas single bit to report > error. So, CBB driver needs to further check error status registers of > all the axi2apb bridges to find error type. > > Signed-off-by: Sumit Gupta > Signed-off-by: Thierry Reding > --- > .../arm/tegra/nvidia,tegra194-axi2apb.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============7743792549172672206==" MIME-Version: 1.0 From: Rob Herring To: kbuild-all@lists.01.org Subject: Re: [Patch v5 3/9] dt-bindings: arm: tegra: Add NVIDIA Tegra194 axi2apb binding Date: Wed, 11 May 2022 09:47:31 -0500 Message-ID: <20220511144731.GA286675-robh@kernel.org> In-Reply-To: <20220506111217.8833-4-sumitg@nvidia.com> List-Id: --===============7743792549172672206== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, 06 May 2022 16:42:11 +0530, Sumit Gupta wrote: > Add device-tree binding documentation to represent the axi2apb bridges > used by Control Backbone (CBB) 1.0 in Tegra194 SOC. All errors for APB > slaves are reported as slave error because APB bas single bit to report > error. So, CBB driver needs to further check error status registers of > all the axi2apb bridges to find error type. > = > Signed-off-by: Sumit Gupta > Signed-off-by: Thierry Reding > --- > .../arm/tegra/nvidia,tegra194-axi2apb.yaml | 40 +++++++++++++++++++ > 1 file changed, 40 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,te= gra194-axi2apb.yaml > = Reviewed-by: Rob Herring --===============7743792549172672206==--