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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 D310EC2D0C0 for ; Thu, 26 Dec 2019 18:48:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A781F20828 for ; Thu, 26 Dec 2019 18:48:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577386089; bh=WE5VABXxrbBFv78YD+2gtrUA+pmg0ijU5WI+Y42vF6w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TfKRdDvF/ANA1Xk5woZaHzsGBdJVcLk5Yro2EMWurb+K4kW1jBpYDwK6AqfpEB7XZ Oxo7WJYiczlKHXnQqYrKkzrYBnD0sdhqwxYQhwNfonvjCg59RnADuStzmPYADZZEZi KOGbH4ZNMA+So+31BqXmLC/Q6fZbjDMyboh0J5uo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726534AbfLZSsG (ORCPT ); Thu, 26 Dec 2019 13:48:06 -0500 Received: from mail-il1-f195.google.com ([209.85.166.195]:35829 "EHLO mail-il1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726511AbfLZSsG (ORCPT ); Thu, 26 Dec 2019 13:48:06 -0500 Received: by mail-il1-f195.google.com with SMTP id g12so20797968ild.2; Thu, 26 Dec 2019 10:48:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=c7RGWu0p8lbIsNI9E7gie8Qmz5Oc4gSU1eH+CTzBx1w=; b=gvhIPRwxbWnD/3rxq1igj07Yp26JxKX17NiPjU8lFJqcA5fTC+rbkyQo2taE6Vhrf9 POgBjztv3udjr+icz77m/tF8BE/sE9UPpAZVS+DALPxG8gahpIk6uCluzpvvXzMhQMFA +G033r4COy4BdKjOzQikSX+vkSJyKcWp57ByXPZ4E/9NJPBaFsNWbKGDaCGnZ+kfnH/d vwp2rJ+1/U8boPbM9TlfSLla84O05oZdQpRlpMxOA2yri+irPz0eodQWijMxnIk04bvY bXdx0UGg2fOkdbYoMG8xXmHIaqHK8YlMaby8k4peP/inKaqi27JetS5Dfd1EAhLPmOD+ RIPA== X-Gm-Message-State: APjAAAWwf+xe9h3I7T2nOIJP/vRg1ZXPPMA/itamR9QtObTAfzOCimr+ x+cMQfYTFC0Q9o7g/frwJQ== X-Google-Smtp-Source: APXvYqzKkaWjyzChh+lwhXUm5XiDaXN/ONQ3pHPRyouH/yxHGBRhbsRuX3MClJdhh85El/7XDOT5Zg== X-Received: by 2002:a92:5b49:: with SMTP id p70mr39327056ilb.209.1577386085085; Thu, 26 Dec 2019 10:48:05 -0800 (PST) Received: from localhost ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id v64sm12509395ila.36.2019.12.26.10.48.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Dec 2019 10:48:04 -0800 (PST) Date: Thu, 26 Dec 2019 11:48:03 -0700 From: Rob Herring To: David Dai Cc: georgi.djakov@linaro.org, bjorn.andersson@linaro.org, evgreen@google.com, sboyd@kernel.org, ilina@codeaurora.org, seansw@qti.qualcomm.com, elder@linaro.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v1 3/4] interconnect: qcom: sdm845: Split qnodes into their respective NoCs Message-ID: <20191226184803.GA26712@bogus> References: <1576475925-20601-1-git-send-email-daidavid1@codeaurora.org> <1576475925-20601-4-git-send-email-daidavid1@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1576475925-20601-4-git-send-email-daidavid1@codeaurora.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sun, Dec 15, 2019 at 09:58:44PM -0800, David Dai wrote: > In order to better represent the hardware and its different Network-On-Chip > devices, split the sdm845 provider driver into NoC specific providers. > Remove duplicate functionality already provided by the icc rpmh and > bcm voter drivers to calculate and commit bandwidth requests to hardware. This breaks backwards compatibility. Is that okay for all 845 users? > Signed-off-by: David Dai > --- > drivers/interconnect/qcom/sdm845.c | 1122 ++++++++++-------------- > include/dt-bindings/interconnect/qcom,sdm845.h | 263 +++--- > 2 files changed, 606 insertions(+), 779 deletions(-)