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 304F0C433EF for ; Thu, 14 Jul 2022 09:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237804AbiGNJoS (ORCPT ); Thu, 14 Jul 2022 05:44:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229897AbiGNJoP (ORCPT ); Thu, 14 Jul 2022 05:44:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3D381260F; Thu, 14 Jul 2022 02:44:14 -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 6287B61F68; Thu, 14 Jul 2022 09:44:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9C93C34115; Thu, 14 Jul 2022 09:44:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657791853; bh=AaG5DijCBCbZIPwIggTULO+h15a919z2ZS94dMzJroY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lbIP8/t/lBeB+OdaUEhX2HsSDs06lOpzNUScj7RaB7i/msLrjMmTTqB2d2NF+3Qzm 4JuGWMqkXa4D6vUvwE/zFCsVuowFSGC5wkfuvJl/S2QHtdJT/21/FzZ1bJVTkSU/ox 90iF1pBXes8zbxXd8kwlU7M8DJptdOYmvvF1DfpZB1kVaFHcaGdmgRhhS4ONArmNxE p7tDJ0+fir60cv6cVKu7aGLiZeE0nJtMLrlGXBhkALr+CzxWNIUgXZW6DFK6iaBPmF 4k0/Pmgkv+GnGQ79B+Ok3pobjvVAif/I32B/sLFixvL/f5LqPdKWF9X98X+tOpNxVC GorCtotJOL/sA== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oBvOM-00057B-1x; Thu, 14 Jul 2022 11:44:18 +0200 Date: Thu, 14 Jul 2022 11:44:18 +0200 From: Johan Hovold To: Krzysztof Kozlowski Cc: Vinod Koul , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , Andy Gross , Bjorn Andersson , Kishon Vijay Abraham I , linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 00/30] phy: qcom,qmp: fix dt-bindings and deprecate lane suffix Message-ID: References: <20220707134725.3512-1-johan+linaro@kernel.org> <5187985c-7f86-320b-aee9-a1107c8ce0a7@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5187985c-7f86-320b-aee9-a1107c8ce0a7@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Thu, Jul 14, 2022 at 11:31:22AM +0200, Krzysztof Kozlowski wrote: > On 14/07/2022 10:12, Johan Hovold wrote: > > Any further comments to this series? > > > > Vinod, I noticed there was a conflict when rebasing on linux-next due to > > commit 85d43a69db2d ("dt-bindings: phy: qcom,qmp: add IPQ8074 PCIe Gen3 > > PHY binding"). > > > > I got few comments. Apologies for a slow review, I am a bit overloaded. Heh, no worries. Review within a week is awesome. Thanks for taking another look. Johan