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 8B261C433EF for ; Wed, 15 Dec 2021 00:17:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238399AbhLOARQ (ORCPT ); Tue, 14 Dec 2021 19:17:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238405AbhLOARP (ORCPT ); Tue, 14 Dec 2021 19:17:15 -0500 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5C96BC061574 for ; Tue, 14 Dec 2021 16:17:15 -0800 (PST) Received: by mail-pl1-x62c.google.com with SMTP id b13so14930949plg.2 for ; Tue, 14 Dec 2021 16:17:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=dW2V2lKb0O4eqscMJmeXF+GvXN7+o3k689rVoSdOPg8=; b=Zj2MM+GSzzU/2r+uwp0+W4nmiLEysJEzk8cXr4lAZFYckuVKU9A9zA6YZzBqlDSjER oKtYz4UfMpFHIFsHMN0yaNzl0ng7Uq5Vv1JFo+cpnxTkTFIl1KjSZsbuHG3NWPqKlgST qrMEH/LosZIM63ar7ZbfpnhwmDm8+Za47aerUzeFwqXithmpT0s9VHcPLxgoCSoz28tx p7EmSrKSIbTOE1dwQmb42vw9ER2HUoX/AbSnN1WhtWr5Ef7JSjwT9IYiW29eXXwJeowV XbQaCiAbJaTwQpOnYNZg/suC4nYSllWI8QpgMX0y8/AfXwphFhTJ6HWOQ37dK1ZpN42n u91w== 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:content-transfer-encoding :in-reply-to:user-agent; bh=dW2V2lKb0O4eqscMJmeXF+GvXN7+o3k689rVoSdOPg8=; b=RnVVSTomt56GqSjAkk/20SMI6sjp1PBTswcKqh+GwTm5UWwv3WfJXoK/Z1wrBC3gMY svb15a5FAkF0BI11P1VXFiiPlvn63ighE/ObJmDCfN9Lpxw7yan7JTqTDR7yn7laTGNv jHIxw3qZqr5z3uhieFH4t14ciUqIPtmSNRZRmStfRdaQbMZbUQRzhFMgaQGuq59XfPLL NXZIzysnwpofCytdIpH7y9Jv8wmtFMGeWdCXaInYIwOs9zt3WDVRt9ypzhK7ExhoTWdz cY3Jykw2c6pwul+BdXi/ztTvCTlVxC1Ni7+MYOOhdHrCJAb2nqdxlshqQnD0r+fmVFvk 7DYg== X-Gm-Message-State: AOAM531xo6RfeIycEktRQb9FtVkeJa32FhU85ixE+IA0h/zq/mp7zP0G LeV9289rl2LwYgv8wnkkKse6AlaHIWvXip6x X-Google-Smtp-Source: ABdhPJyePvv6752UQuCXv3XXUBwnA/tQuEJXdplQBcJ6Jw7INPVfYeGRWZ6wFMEiL0jR057C0YWNYw== X-Received: by 2002:a17:90a:e389:: with SMTP id b9mr8807470pjz.235.1639527434892; Tue, 14 Dec 2021 16:17:14 -0800 (PST) Received: from dragon (80.251.214.228.16clouds.com. [80.251.214.228]) by smtp.gmail.com with ESMTPSA id t8sm177174pgk.66.2021.12.14.16.17.12 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 14 Dec 2021 16:17:14 -0800 (PST) Date: Wed, 15 Dec 2021 08:17:08 +0800 From: Shawn Guo To: Georgi Djakov Cc: Bjorn Andersson , Loic Poulain , linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 RESEND 0/5] Add QCM2290 interconnect support Message-ID: <20211215001707.GA15936@dragon> References: <20211214093011.19775-1-shawn.guo@linaro.org> <0549abbb-9e75-70e9-399b-1b3f84dc5c20@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <0549abbb-9e75-70e9-399b-1b3f84dc5c20@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Tue, Dec 14, 2021 at 01:24:37PM +0200, Georgi Djakov wrote: > Hi Shawn, > > On 14.12.21 11:30, Shawn Guo wrote: > > Changes for v3 resend: > > - Rebase on linux-next > > Did you try compiling it? There is one more driver where we need to > add the QoS type, otherwise I see this error: > > drivers/interconnect/qcom/msm8996.c:1884:3: error: ‘const struct > qcom_icc_desc’ has no member named ‘is_bimc_node’ > 1884 | .is_bimc_node = true, Oops! I did compile, but just noticed that INTERCONNECT_QCOM_MSM8996 was not enabled in my defconfig. I will fix it with v4. Sorry about that, and thanks for spotting the error, Georgi! Shawn