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 6DA62C433FE for ; Thu, 10 Nov 2022 07:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232735AbiKJHIV (ORCPT ); Thu, 10 Nov 2022 02:08:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34958 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232343AbiKJHIV (ORCPT ); Thu, 10 Nov 2022 02:08:21 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6AF5614016; Wed, 9 Nov 2022 23:08:20 -0800 (PST) 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 0889061D9F; Thu, 10 Nov 2022 07:08:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 88273C433C1; Thu, 10 Nov 2022 07:08:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668064099; bh=KlgwPbPJdZlbA8h/JRcQCOsToBsF/L88achaEzvG5/U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Fo4bQ/F4Ws1IPuNAtjxXf5aZUSsjkOUm3DhuNsBXthMvIw0DcaBd1L37Fbu6RgjAa IfSuHbY9tw0V3Of65prbZV/uZIEetT2QeFDbGo5ZU2CghUcIZ76sLbR5z0bPv7xf1P tRFEyBNEUNxKp315eDz9+Ms2a0aW9HQaqA8vpOX4Pv7MiBw0cGWNtsPpGU07vnB02/ xVLXb9BiCiDuvQOAAnNDVnt2kO9+Kx8AONLB0HVGOX3GtH7GAHr+8bwGgHN3zX9sEm sgI2oWAvxESSBYEHjmxR3TokLpboyiuzYIzRm3322X961si8XMgwcTH0oCC1OIU8rN h9SwevURL7ZYQ== Date: Thu, 10 Nov 2022 12:38:15 +0530 From: Vinod Koul To: Christian Marangi Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, Robert Marko Subject: Re: [PATCH 1/2] phy: qcom-qmp-pcie: split pcs_misc init cfg for ipq8074 pcs table Message-ID: References: <20221103212125.17156-1-ansuelsmth@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221103212125.17156-1-ansuelsmth@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 03-11-22, 22:21, Christian Marangi wrote: > Commit af6643242d3a ("phy: qcom-qmp-pcie: split pcs_misc region for ipq6018 > pcie gen3") reworked the pcs regs values and removed the 0x400 offset > for each pcs_misc regs. > > This change caused the malfunction of ipq8074 downstream since it still > has the legacy pcs table where pcs_misc are not placed on a different > table and instead put together assuming the offset of 0x400 for the > related pcs_misc regs. > > Split pcs_misc init cfg from the ipq8074 pcs init table to be handled > correctly to prepare for actual support for gen3 pcie for ipq8074. Applied, thanks -- ~Vinod