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 0BB26C74A44 for ; Tue, 14 Mar 2023 07:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230083AbjCNHp1 (ORCPT ); Tue, 14 Mar 2023 03:45:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229689AbjCNHpZ (ORCPT ); Tue, 14 Mar 2023 03:45:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A13E144A1; Tue, 14 Mar 2023 00:44:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 5504AB8169E; Tue, 14 Mar 2023 07:44:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B2F7C433EF; Tue, 14 Mar 2023 07:44:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678779892; bh=ORCBIFi6Wr4t3+HBvEF5ChTEEJl+lMEmg3a1qR/3bK0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kRK2X/TsGyyPp7KUzsB1UM8eibPwZOqrf3lrdehlq9X3KiKW8jBzKUJx2FNhpOn4q bCGjtQstbDhu3yWtIB5uIiSD+x6+ZFT3jj7BfT0wShnQo5YUVQrcGaiP7RtHazrSDK b5S751CNtnG5+kRDXqbCwBmnKVS4mOIzjgFPQQUho2ZVGyJNGYTeNOZTO573Lb3r5B RUzFLU0XlppId5ky9xya2prcunJ9wZvA+HJKmaWRGDULCyqR9ejrPUuN0+/YnJT3oa hkQ6g4CYjUIcM8TmMlMGOxB1/nlQOJNww825PZmLQzd6YYt+qBh2PZzBqSkrcMeGHq 05zKEFWDrtYSA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pbzM2-0001Yu-Au; Tue, 14 Mar 2023 08:45:55 +0100 Date: Tue, 14 Mar 2023 08:45:54 +0100 From: Johan Hovold To: Georgi Djakov Cc: Johan Hovold , Bjorn Andersson , Andy Gross , Konrad Dybcio , Dmitry Baryshkov , Yassine Oudjana , Christophe JAILLET , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] interconnect: qcom: rpm: fix msm8996 interconnect registration Message-ID: References: <20230313084953.24088-1-johan+linaro@kernel.org> <3995e6b4-b222-6152-0292-29ed3704de02@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3995e6b4-b222-6152-0292-29ed3704de02@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 13, 2023 at 09:57:37PM +0200, Georgi Djakov wrote: > > Georgi, the offending commit is currently in your icc-next (and local > > icc-fixes) branch. Perhaps you can fold in the fixup unless you prefer > > applying it on top. > > > > The bogus PM domain lookup is redundant and confusing but should > > otherwise be benign so the removal could be applied to either branch. > > Maybe then I'll just drop this: > interconnect: qcom: rpm: fix probe PM domain error handling > and apply this one instead: > interconnect: qcom: rpm: drop bogus pm domain attach Sure, that works too. Wasn't sure whether you preferred incremental fixes on top or not. I've checked the end result in linux-next against my local branch and everything looks good. Thanks for getting that sorted. Johan