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 F1BB8C38A02 for ; Fri, 28 Oct 2022 12:25:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229779AbiJ1MZm (ORCPT ); Fri, 28 Oct 2022 08:25:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229933AbiJ1MZe (ORCPT ); Fri, 28 Oct 2022 08:25:34 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9CBA98769F; Fri, 28 Oct 2022 05:25:30 -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 sin.source.kernel.org (Postfix) with ESMTPS id 07DB1CE2B02; Fri, 28 Oct 2022 12:25:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0477C433C1; Fri, 28 Oct 2022 12:25:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666959926; bh=yXi+zNZmws/VEotmbHPHeWJ+f72XDWuCWYjRYk20mS4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eb3MGwY6t3ySKB2k95Eef1hQWuz+o60kW9FxbqyUu0flihGpaRL58YhD/OCvQNV/Q dgfKoIENpT25G4j3pMvgBC0hKf2EcT3fo1krfJ4d7px5vtPIKO7zAkrHXMszYV50ck 2LoJk/jB+f7mEErfzQVHh9TXMc85+fkMyhi1BEJln5RwPJk4ar7FryVOouSOQoZnCU +o9LDVbDgPbEFDUJxdQ0FwEVvQXeHuj45/DRzOJAEU7LF/3085pgassDMf5c6c8UjG AqtifNKM0+8DvEr4UQPZ8aSlgJgll3f/nfo7J/RLyK58vZffjIe2vAkvM5YsoAuz+w CihXOSVDZRZyw== Date: Fri, 28 Oct 2022 17:55:22 +0530 From: Vinod Koul To: Johan Hovold Cc: 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-kernel@vger.kernel.org On 12-10-22, 10:48, 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. Applied, thanks -- ~Vinod