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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 E2461C433DF for ; Wed, 24 Jun 2020 17:39:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BD4242078E for ; Wed, 24 Jun 2020 17:39:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="ccU9fEXo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405587AbgFXRjv (ORCPT ); Wed, 24 Jun 2020 13:39:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2405449AbgFXRju (ORCPT ); Wed, 24 Jun 2020 13:39:50 -0400 Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 857AEC061795 for ; Wed, 24 Jun 2020 10:39:50 -0700 (PDT) Received: by mail-pl1-x643.google.com with SMTP id 35so1337747ple.0 for ; Wed, 24 Jun 2020 10:39:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=icPG8hObHg8yafPJKwf2o4eaI571GeN/laooKjhqnGA=; b=ccU9fEXoNSEIM7OOQ/yadogIOyX0u9hfrmr0o3aOPCOthUpjuoBld3sSt+PdY3i0Qr XrYjEd28vcqX+7L5zyThYAz5CZMd1Rx4YAfvSNHxP8Vf+rBZyFqtdiKeuZ67i/ak9icd O3ksW4NGLZpdaE9RP9XJC3jE75u/oa2nEAAJI= 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; bh=icPG8hObHg8yafPJKwf2o4eaI571GeN/laooKjhqnGA=; b=ghiDAzZUfHK/UyVTYZ62k6rFxH6EoPqnmN9vst9yTJBlDP7x5Kwf4zgWcwo+wmAs13 dObXDh4mQMGk63vz7IhtxRnUVC+m//fN1Wtd2wfm3W7riUyfJPIKoCT1mGBMfKYnGmDD KrkYtsu+G+haIFIjEhr9vtB8qsf7mTVX7+6AW53PGyL7NanFmbLfXp2Ixp9oFVmv2JZw MfZ40Rb72d2CLfqpmnMhwWvLcT71O2Jsk5yKmoF2A6loEwPUqX3iv0H1/tito6hwcBeW XrUjTmrTC8oGa1Zyu2tMPLdOu55wPg6lWHFE65YqhS6yGmef4vRoSk8VXoWHtgr5/O55 tA6w== X-Gm-Message-State: AOAM530K2SeCVVxjI1+ZrbDNgyCuN7yHOVTbjQLvR41oKlDDoIfDNBRA 9beDC7hkowYdkXmRbgzQrQ4JyA== X-Google-Smtp-Source: ABdhPJxEB785qbfd6S3Vxd6Ma7a0jVEjXIBDvEs8LRmaTNVuKN6yFPJfwMEa04arCunvtaU7Med6og== X-Received: by 2002:a17:902:b60f:: with SMTP id b15mr29521587pls.248.1593020389993; Wed, 24 Jun 2020 10:39:49 -0700 (PDT) Received: from localhost ([2620:15c:202:1:4fff:7a6b:a335:8fde]) by smtp.gmail.com with ESMTPSA id z5sm501869pfb.1.2020.06.24.10.39.48 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 24 Jun 2020 10:39:49 -0700 (PDT) Date: Wed, 24 Jun 2020 10:39:48 -0700 From: Matthias Kaehlcke To: Mark Brown Cc: Rajendra Nayak , bjorn.andersson@linaro.org, agross@kernel.org, robdclark@gmail.com, robdclark@chromium.org, stanimir.varbanov@linaro.org, viresh.kumar@linaro.org, sboyd@kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Alok Chauhan , Akash Asthana , linux-spi@vger.kernel.org Subject: Re: [PATCH v6 6/6] spi: spi-qcom-qspi: Use OPP API to set clk/perf state Message-ID: <20200624173948.GC39073@google.com> References: <1592222564-13556-1-git-send-email-rnayak@codeaurora.org> <1592222564-13556-7-git-send-email-rnayak@codeaurora.org> <20200624170933.GB39073@google.com> <20200624171537.GL5472@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200624171537.GL5472@sirena.org.uk> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, Jun 24, 2020 at 06:15:37PM +0100, Mark Brown wrote: > On Wed, Jun 24, 2020 at 10:09:33AM -0700, Matthias Kaehlcke wrote: > > Hi Mark, > > > > do you plan to land this in your tree? > > > > I know you hate contentless pings, but since you acked this patch and > > usually don't seem to do that when patches go through your tree I want > > to make sure we aren't in a situation where everybody thinks that the > > patch will go through someone else's tree. > > Aren't there dependencies on earlier patches in the series? Not to my knowledge. Patch "[2/6] spi: spi-geni-qcom: Use OPP API to set clk/perf state" depends on a change in 'include/linux/qcom-geni-se.h' made by "1/6] tty: serial: qcom_geni_serial: Use OPP API to set clk/perf state", however that's not true for this patch. I wonder if it would have been better to split this series into individual patches/mini-series, to avoid this kind of confusion. > In general if someone acks something for their tree that means they don't > expect to apply it themselves. Yes, that was my understanding and prompted me to clarify this with you. The patch could go through the QCOM tree, but to my knowledge there is no reason for it. Btw, the patch "[V8,7/8] spi: spi-qcom-qspi: Add interconnect support" (https://patchwork.kernel.org/patch/11620285/) is in a similar situation. Another patch of the series for the 'spi-geni-qcom' driver has to go through the QCOM change due to changes in geni, but the QSPI driver doesn't use geni and could therefore go through your tree. Ultimately I don't really care too much through which tree the patches land as long as you and Bjorn agree on it :)