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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9B0B1C433EF for ; Thu, 21 Oct 2021 06:09:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 73883610FF for ; Thu, 21 Oct 2021 06:09:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231137AbhJUGMK (ORCPT ); Thu, 21 Oct 2021 02:12:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:37740 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230515AbhJUGMJ (ORCPT ); Thu, 21 Oct 2021 02:12:09 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 09B2060F57; Thu, 21 Oct 2021 06:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634796593; bh=NlpZ+tRRFszqoSX8V5iXnjX/Amqqcnl5RIAZP/WUKYA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nCz7acZHYP2rMtrIwrl7LHZtYIPnTHSPw2Yv16mxP25W/QMoL7FeQN41o3s4Dxw7X drFuLvr0QoEFHOO6Io46KCHObs3T1K4tSFy4UnXJBDxWAdliJnYj9av9tgOe9ZoHml e3XiNooGPmV9qaRAw5xcdPUj1yOWHSpVBzqQR6HC0atqWs7+md75QYSG0Q9cn4KBRR +rUMwKkzOXUuAhVzuf9Bhcjx/jGjUFYsZv7q1fr/NOFUmEZObXPWOIcyhYOZBB0dPK gn6aFXSzqZj2DMR+ebaHeq3p8lSTpCM6Co8tqNdizObD5LoLLDx7KPy6pkrSHlPe71 YZ0Vu1bouTDNQ== Date: Thu, 21 Oct 2021 11:39:48 +0530 From: Vinod Koul To: Dmitry Baryshkov Cc: Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH] phy: qcom-qmp: another fix for the sc8180x PCIe definition Message-ID: References: <20211020155604.1374530-1-dmitry.baryshkov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211020155604.1374530-1-dmitry.baryshkov@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 20-10-21, 18:56, Dmitry Baryshkov wrote: > Commit f839f14e24f2 ("phy: qcom-qmp: Add sc8180x PCIe support") added > SC8180X PCIe tables, but used sm8250_qmp_pcie_serdes_tbl as a serdes > table because of the copy paste error. Commit bfccd9a71a08 ("phy: > qcom-qmp: Fix sc8180x PCIe definition") corrected part of this mistake > by pointing serdes_tbl to sc8180x_qmp_pcie_serdes_tbl, however the > serdes_tbl_num field was not updated to use sc8180x table. So let's now > fix the serdes_tbl_num field too. Applied, thanks -- ~Vinod