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 BD2C4C4332F for ; Wed, 12 Oct 2022 12:36:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229896AbiJLMgi (ORCPT ); Wed, 12 Oct 2022 08:36:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229887AbiJLMgg (ORCPT ); Wed, 12 Oct 2022 08:36:36 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32127C7040; Wed, 12 Oct 2022 05:36:35 -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 AAC1EB818F7; Wed, 12 Oct 2022 12:36:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 74B50C433D6; Wed, 12 Oct 2022 12:36:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665578192; bh=Db+uhFCwSlxVQ3TiIbRMEXABKltWPh+mXJQChhSYZlY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i84PNqzlzqRLLjJ2tzk5cG8lz6wp18yYayD0cYlcjx2alRv1ll5b5BRIsC9hJ7loG 2+52jjuOS3CMxwVByoVhGcGa/rql8sbjR0dB7KTMmwGWIK8PBmX9frvgbfU9sMOyLA TTayfJWPW1iy2X1+Ai94/uT/02vD292ZkUR0Zw5696SQpiPshTbs87zCtQuvikhpCW dbWZ59uHRY6Pxu1BHUup7j5ny1bamYxxeh0a7zEA8/vyJWXbaEU0isDq3gZTeS/g4C zQGVO01Sq8FuoPOrrVZ5zqNSZ5bDqzah/hTTObC3AVH1tggNGEOySqlocpjUV7ykK6 GFztbC0MZCzlA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oiayA-0008G3-NF; Wed, 12 Oct 2022 14:36:18 +0200 Date: Wed, 12 Oct 2022 14:36:18 +0200 From: Johan Hovold To: Johan Hovold Cc: Vinod Koul , Andy Gross , Bjorn Andersson , Konrad Dybcio , Kishon Vijay Abraham I , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/20] phy: qcom-qmp: further prep fixes and cleanups (set 3) Message-ID: References: <20221012084846.24003-1-johan+linaro@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221012084846.24003-1-johan+linaro@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Wed, Oct 12, 2022 at 10:48:46AM +0200, Johan Hovold wrote: > Here's the next batch of QMP fixes and cleanups in preparation for > adding support for SC8280XP and its four-lane PCIe PHYs. > > Note that these apply on top of the following three series that have > been reviewed and should be ready to be merged when the PHY tree opens: Same here; I forgot to mention this series: https://lore.kernel.org/lkml/20220928152822.30687-1-johan+linaro@kernel.org/ which has also been reviewed but did not make it into 6.1. > https://lore.kernel.org/lkml/20220929092916.23068-1-johan+linaro@kernel.org/ > https://lore.kernel.org/linux-phy/20220927092207.161501-1-dmitry.baryshkov@linaro.org/ > https://lore.kernel.org/lkml/20221012081241.18273-1-johan+linaro@kernel.org/ Johan