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 62FE4C433EF for ; Thu, 7 Jul 2022 02:52:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234746AbiGGCwm (ORCPT ); Wed, 6 Jul 2022 22:52:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234374AbiGGCwl (ORCPT ); Wed, 6 Jul 2022 22:52:41 -0400 Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 624802F656 for ; Wed, 6 Jul 2022 19:52:40 -0700 (PDT) Received: by mail-pf1-x42c.google.com with SMTP id g126so2220256pfb.3 for ; Wed, 06 Jul 2022 19:52:40 -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=3ZuTruL3ue/6CgKdOpuehMwfWYtI2Dhi261HrtmxCik=; b=fVyCTz+rf7rh86j+mBAA4fYpkJaFBKnKI8izHlMMKFbvmHfzupnz4dN+eikGdyw6Uc AlZaW5P5kibC/UMBqkP3sZl9mTFPi2SuRCeAdOBqBvzQNTXS5+73RULXZyA69zKQLzKG l4yW5sUwrq56K1E6eq8ZslnJPIy2RumqqP7BnHJflsb5cqxz6eHxclhalZNLwAFRGGdY RLsInrVVISIDsOAmxMVCt/c7nBYpUbvMXpdHgkobCeeJDZPpZE9y9UauSD09y6MVo/pI Jewe+nyyCv6tLRqcRiukqByB1gn4bc5JMjYKqtukGnsasYaUijGtp2O+6HLqWuoVRAey c6hg== 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=3ZuTruL3ue/6CgKdOpuehMwfWYtI2Dhi261HrtmxCik=; b=FDDU03TiFHA0hapfUjEziyiafZGzyKNwQ1GITEAPXz4o6NfV9bxpFDYOdZ964zbKV6 FwECzHoGTaaHoi8FuVe7YpkU4hZtFyDoNwGWIcTfxkJ6OJhwbAMH9BWU0tqWH//pLUqJ mb2dxDqYIGraMHIvL5s/tqs/XH8tzFN7dsGG0ziFUQH4UefkQKqZBfckB5/NrZo/mGq6 ic69vHBS8LZ8IhUWjBTbyESR6IwoiGGCTHfWO4aiup4WKbVJ3rv/S34d9MyyGrueNDc0 6KdBNxNn6KT5m0jI6n75jCpza8cqRRXll2qhKiM+XU3HiSO8eJi7AXFqSNz2hvPXhBdU +N0w== X-Gm-Message-State: AJIora9aEK+fEeKmI2nRvOGZGWwjwmNxbGvlUQz+JgUnk0NpHlK+IkPN DCgRDtgLo/8u956ofPbeoFQKtA== X-Google-Smtp-Source: AGRyM1sgJGTL5kjJFOSrf04CDLOknLzKPX9q8gUNLplOZITGK4ZgdYJ7pd6O8dIdx05HmCzPqtKB/A== X-Received: by 2002:a17:902:e543:b0:16a:7d9e:6517 with SMTP id n3-20020a170902e54300b0016a7d9e6517mr50130482plf.151.1657162359715; Wed, 06 Jul 2022 19:52:39 -0700 (PDT) Received: from leoy-ThinkPad-X240s (ec2-18-144-7-244.us-west-1.compute.amazonaws.com. [18.144.7.244]) by smtp.gmail.com with ESMTPSA id p66-20020a625b45000000b0051b9ecb53e6sm25522341pfb.105.2022.07.06.19.52.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 19:52:39 -0700 (PDT) Date: Thu, 7 Jul 2022 10:52:33 +0800 From: Leo Yan To: Georgi Djakov 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: <20220707025233.GA631004@leoy-ThinkPad-X240s> References: <20220705072336.742703-1-leo.yan@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hi Georgi, On Tue, Jul 05, 2022 at 05:03:21PM +0300, Georgi Djakov wrote: [...] > Hi Leo, > > 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. Thanks, Leo