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 6451AC433F5 for ; Thu, 7 Oct 2021 18:03:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4951961360 for ; Thu, 7 Oct 2021 18:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243420AbhJGSFc (ORCPT ); Thu, 7 Oct 2021 14:05:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242538AbhJGSFc (ORCPT ); Thu, 7 Oct 2021 14:05:32 -0400 Received: from mail-ot1-x32f.google.com (mail-ot1-x32f.google.com [IPv6:2607:f8b0:4864:20::32f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1A45C061570 for ; Thu, 7 Oct 2021 11:03:38 -0700 (PDT) Received: by mail-ot1-x32f.google.com with SMTP id 77-20020a9d0ed3000000b00546e10e6699so8579849otj.2 for ; Thu, 07 Oct 2021 11:03:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=UqU2sc6nimwttVNTsN+KoIq0D+bxjGjE0Uy7w4zSjso=; b=jLbW+7kkLTNwDo7nzsbCqMtw9ge068L0fVwd4nYZ32DtCDgR3hrMERyqPF8XokXjKM gGvLUrYZf7iFOiN1n2xwIsANaEuHWtjXxisOvMsRXdB3vug5TsidLpUHrzXyRP1KVZ7S nx3EaPhp3M0WGPkZEFcQG+oB01yueTwuhQ5W0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=UqU2sc6nimwttVNTsN+KoIq0D+bxjGjE0Uy7w4zSjso=; b=OaTwLef191OGnBY2l0FZRJ04nAcmSx1KP2c4oe/Byzec66Wd1onAzPaZhXSQwHS43/ xi5Nk2gZCDjoINDZo+BoBmuIgalUv+9ESpge57Arc6iqvqbeU1KoWAhTmTE6ySqxEyIi EcECT3evfYJPhq8/SyugeUxrgsNY/sO/8xvAJ68KTk/vyfWWDNsdDmOp0jRl9lcWa6Rw lmrH+d3mABvAQUszb0JXqzReVJgpFnKrev4TKEoDVDJWHI5bggwHWb0Dsnj/x1fUSC3E 8C0U9mHbFoKVE8vx1PIP0/oQhdKEpX2+TscYhvTwvmxn8HTxP+r470PCN52new2BuE+I LL5w== X-Gm-Message-State: AOAM531T9h7MvM7L115M3uyANc2cf/zy5+yncifBCIuFe+zTe9VQic1s SbXaOxFSXwyU8V3ZSiFIq2f6YIZKv4//n6BjCiA0OQ== X-Google-Smtp-Source: ABdhPJzdP57QnKdUaciIKhWDyQMB6RtxGohINlseRKeMlntrQwhQiwnOaiAxp80/FctFi0Fd4EUCp1h/9sGJoPkWh6k= X-Received: by 2002:a9d:6a0f:: with SMTP id g15mr5000139otn.126.1633629818067; Thu, 07 Oct 2021 11:03:38 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 7 Oct 2021 14:03:37 -0400 MIME-Version: 1.0 In-Reply-To: <1633628923-25047-5-git-send-email-pmaliset@codeaurora.org> References: <1633628923-25047-1-git-send-email-pmaliset@codeaurora.org> <1633628923-25047-5-git-send-email-pmaliset@codeaurora.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Thu, 7 Oct 2021 14:03:37 -0400 Message-ID: Subject: Re: [PATCH v12 4/5] PCI: qcom: Add a flag in match data along with ops To: Prasad Malisetty , agross@kernel.org, bhelgaas@google.com, bjorn.andersson@linaro.org, lorenzo.pieralisi@arm.com, robh+dt@kernel.org, svarbanov@mm-sol.com Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dianders@chromium.org, mka@chromium.org, vbadigan@codeaurora.org, sallenki@codeaurora.org, manivannan.sadhasivam@linaro.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Prasad Malisetty (2021-10-07 10:48:42) > Add pipe_clk_need_muxing flag in match data and configure This commit text isn't accurate. The flag isn't added in this patch anymore. Same goes for the commit title/subject. Can you please update it to say something like "Point match data to config struct"? > If the platform needs to switch pipe_clk_src. > > Signed-off-by: Prasad Malisetty > --- Otherwise code looks fine: Reviewed-by: Stephen Boyd