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 B7775C32793 for ; Wed, 18 Jan 2023 17:25:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229965AbjARRZv (ORCPT ); Wed, 18 Jan 2023 12:25:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbjARRZu (ORCPT ); Wed, 18 Jan 2023 12:25:50 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 747A9B741 for ; Wed, 18 Jan 2023 09:25:49 -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 ams.source.kernel.org (Postfix) with ESMTPS id 1F0F7B81E0D for ; Wed, 18 Jan 2023 17:25:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E99BFC433D2; Wed, 18 Jan 2023 17:25:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674062746; bh=nbhFEkTRawXa27CXBBIvDMnrHC17HIfBOrRgIXMDf70=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KyhfcvNuwuxE3OsCwtJoWAp/DYCB/IJPegelC3qX6RhEyWFhr2nNip15QRf/WPZUS G6/4due6FUXQBzp2fWMLPmZtymf6qDM9MYEbDhs6ejRKzFiUDd9Lqr5J3fZFkEZyeZ W0Y6wHwR8dZvPfBwbq9Wti8rBu54CjX5TIzYTg3Wr00q4X0aswonO1XYCLDZlXswQk ZSXcBayBPFBR/G8RxwWEECguelA2f+b6k37AbBt3AiKuVE6JHMkhGg97MwvPMr8zWb 8fJFNCuYZOAk7TGkFsreU/woCva4Z40Youbot2LuqsKfN3+D8g0gFB7pYOgDv2H1nJ /LgddBC2sIpaQ== Date: Wed, 18 Jan 2023 22:55:43 +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 Subject: Re: [PATCH 1/2] phy: qcom-qmp-pcie: fix the regs layout table for sm8450 gen3x1 PHY Message-ID: References: <20230113212138.421583-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113212138.421583-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 13-01-23, 23:21, Dmitry Baryshkov wrote: > The sm8450 gen3x1 PHY references the pciephy_v4_regs_layout while the > PHY itself uses v5 regs. While there are only minor differences between > v4 and v5 regs and none of them concerns registers mentions in > regs_layout, switch the PHY to use pciephy_v5_regs_layout to remove > possible confusion. Applied both, thanks -- ~Vinod