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 19FF6C04A95 for ; Thu, 29 Sep 2022 06:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234665AbiI2GZW (ORCPT ); Thu, 29 Sep 2022 02:25:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234875AbiI2GZQ (ORCPT ); Thu, 29 Sep 2022 02:25:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 69D9058516 for ; Wed, 28 Sep 2022 23:25:15 -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 dfw.source.kernel.org (Postfix) with ESMTPS id D9CAE6203B for ; Thu, 29 Sep 2022 06:25:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0AFFC433D7; Thu, 29 Sep 2022 06:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664432714; bh=S54NO4ay7i8nZMBgBUU2qfynbjgCiZp4OdSSAkmIcR0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PENLS4PousitN6sbiAbMWONHTvV2KMF7uCcfCEL6U8rvXB1ca9L8Kt75TLp2Fsa9g md0/cTFqdTqOyH6ETGIGPQksuiMXkoD9SkwbkU6HLTIO3cmOtEzWlVXpIazKYgt8/k 7QJQl6cneowh1nn/r1NiftdrBs6NXxuemHGiqyJkeWrj4D7QWFeg8MBBjohqvC2aGl bdc7Vd3uUY0+BMD5M/OS7RCNNOk4wrktXnV/BrmhyBGnyIZGl0Zcq0QHTURHhNEhBj cKNy93RXv+j9/HnCtLaSnJbzEojFnfXCaRmfhxug2X9jlEqUA/cw1Ed8UYMf7b3KU9 HyGE7ndBPVBpQ== Date: Thu, 29 Sep 2022 11:55:10 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Philipp Zabel , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, Johan Hovold Subject: Re: [PATCH] phy: qcom-qmp-pcie: fix resource mapping for SDM845 QHP PHY Message-ID: References: <20220926172514.880776-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220926172514.880776-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 26-09-22, 20:25, Dmitry Baryshkov wrote: > On SDM845 one of PCIe PHYs (the QHP one) has the same region for TX and > RX registers. Since the commit 4be26f695ffa ("phy: qcom-qmp-pcie: fix > memleak on probe deferral") added checking that resources are not > allocated beforehand, this PHY can not be probed anymore. Fix this by > skipping the map of ->rx resource on the QHP PHY and assign it manually. Applied, thanks -- ~Vinod