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 6915EC433EF for ; Thu, 7 Jul 2022 09:56:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232625AbiGGJ4o (ORCPT ); Thu, 7 Jul 2022 05:56:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235026AbiGGJ4m (ORCPT ); Thu, 7 Jul 2022 05:56:42 -0400 Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10A90186E7 for ; Thu, 7 Jul 2022 02:56:41 -0700 (PDT) Received: by mail-pf1-x435.google.com with SMTP id j3so5691542pfb.6 for ; Thu, 07 Jul 2022 02:56:41 -0700 (PDT) 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:in-reply-to; bh=U351d5E2MpRFjyUSNEgNyALDATw3NXHvofLVg4W2Lw4=; b=bZaKsQzuVZH+z6KPK70RdHoPL2FHeGS90NKF0V3v1TTfliL/DH0HYIPLMmlaSJfDkf JVLrZt9l/aE/zXTgXEtp9D1TRCtXzA4QIplDRoYfDS/h34wCZTzi6vz83eaiLSwdjO2F 5Z0IKHEQzKHAbEzexcO+JHjtFAbdHHnEPsTzNKTBIGAopsb0XdjRUKE41RM8vc4h5M4h GKRiF4GP8V+88Anxr96aK4OKhdGVx68sXsaINf9rai/HoruyVCYxvbGVngE+XGBD+wBo TcFHdLVX2RGphlB6lhFmdZoCVkrrh9v4kVICOc29eOPlIcIuMBZ+zoh14eyRR0l8eff3 FGMA== 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:in-reply-to; bh=U351d5E2MpRFjyUSNEgNyALDATw3NXHvofLVg4W2Lw4=; b=ZqdiEubuI0nIpKgU8R5jLF6WNNy4V17lC6eJVdu4/FbS96L4xWJi0lu7g7C+2TTth6 iI2bVoR2TKNsyQhPypIjfM+2960VhhBAc8lP9oSjrb58fomM6gtPRjJRp0L2dFIvyx0F ebFgT3rJ+mTworAOEl4mPdHnaekFE7pwFsgWNag2ST0lSs/ID9e7121NaX/ZWTCjP70z PR0nffiZr3IrU9azfLOpZU6niasi9CwX7nVZKrWB4gztGdlYe32oUsRwLxn1d66uoV7V X0WakTCHjBvyiEG6p17WqSOZ17StLwrqFbW+d1BWph1Q32rarrz9Mz8T6mxwvHUDNym/ NC3A== X-Gm-Message-State: AJIora8mip+7NJ+PA0d3R3UtniZmHroFh450eM/ejlHAyYFJOkFkoXXC 96wL/NGckp/5qllhi7isNdShTg== X-Google-Smtp-Source: AGRyM1uIHrFoly14ncX+ozpfagiuGY6yYktV/BvSfwNLriG/ZIlVhBSGE9Lm2UKjF+YrvUZ96PU1TQ== X-Received: by 2002:a17:90b:1b10:b0:1ed:44:d00d with SMTP id nu16-20020a17090b1b1000b001ed0044d00dmr4226986pjb.234.1657187800379; Thu, 07 Jul 2022 02:56:40 -0700 (PDT) Received: from leoy-ThinkPad-X240s (n058152077154.netvigator.com. [58.152.77.154]) by smtp.gmail.com with ESMTPSA id y62-20020a626441000000b0050dc76281d3sm138214pfb.173.2022.07.07.02.56.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Jul 2022 02:56:39 -0700 (PDT) Date: Thu, 7 Jul 2022 17:56:35 +0800 From: Leo Yan To: Georgi Djakov , Bryan O'Donoghue Cc: Andy Gross , Bjorn Andersson , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/5] interconnect: qcom: icc-rpm: Support bucket Message-ID: <20220707095635.GD631004@leoy-ThinkPad-X240s> References: <20220705072336.742703-1-leo.yan@linaro.org> <20220707025233.GA631004@leoy-ThinkPad-X240s> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220707025233.GA631004@leoy-ThinkPad-X240s> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Hi Georgi, On Thu, Jul 07, 2022 at 10:52:33AM +0800, Leo Yan wrote: [...] > > Some patches do not apply clean on next. On which tree is this based? Do you > > have any additional patches? > > When rebased I included an out of tree patch, let me check a bit and > resend the new patch set. Sorry for inconvenience. Bryan has sent out the patch "interconnect: icc-rpm: Set destination bandwidth as well as source bandwidth" [1]. My patch series was based on Bryan's patch, you could apply them cleanly after applying Bryan's patch. Please let us know what's your preference for picking patches order, if you prefer to apply my patch series before Bryan's fixing patch, I will rebase the patch set on the mainline kernel with dropping Bryan's patch (which means Bryan needs to rebase his patch). Thanks, Leo [1] https://lore.kernel.org/linux-pm/20220707093823.1691870-1-bryan.odonoghue@linaro.org/T/#r304f7b103c806e1570d555a0f5aaf83ae3990ac0