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 7C663C433FE 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 5C23D60FC3 for ; Thu, 7 Oct 2021 18:03:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243455AbhJGSFc (ORCPT ); Thu, 7 Oct 2021 14:05:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242977AbhJGSFc (ORCPT ); Thu, 7 Oct 2021 14:05:32 -0400 Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A31CCC061755 for ; Thu, 7 Oct 2021 11:03:38 -0700 (PDT) Received: by mail-ot1-x332.google.com with SMTP id o27-20020a9d411b000000b005453f95356cso7585848ote.11 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=dddlSqXkr+vZosUJTQVv1mdMPboauLgC+dow7n+WkuRnF6NqOFPfb7tRrp9wqFtDXn 7UJFYWnt8BvwNZvZqfmV3OolJQbR4hjznlailiWTwGoZPwyaxwGMaF/O/8xt/MnlJCCu hglxoAQmOmXBSx7gnAMOYaTzYZDXfdDJKEOjO8P7Aj9otwktSxaR6q9w7Ais0VVCk7ms xPcfr5Jf5kHZlnLOdyaDOpXZ8U1Emnf2lgAib9R5mlR4UGn4cC1GxN0cHftQpMu6G42Z YkN9pcsmHQVn4aQ0K8GfI3a5Odf4ZZiQ2DYY2b213lYMpueREAwmrMFpXaj5j9R0OSxC 9MKA== X-Gm-Message-State: AOAM533JPhSUeqCumgLEVTwSyCohEcRaeW1g0ZVHXfG1tIFV2REvMUdR MBeNVoSoi2k92XgZ+pPR2PvkXGzl+uH7HnFtYln7kg== 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-pci@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