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 D3C95C54EE9 for ; Tue, 20 Sep 2022 14:09:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231591AbiITOJ0 (ORCPT ); Tue, 20 Sep 2022 10:09:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41820 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231545AbiITOIk (ORCPT ); Tue, 20 Sep 2022 10:08:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4BD6A520B9; Tue, 20 Sep 2022 07:08:40 -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 DC3D362A38; Tue, 20 Sep 2022 14:08:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D617C433C1; Tue, 20 Sep 2022 14:08:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663682919; bh=hBWGuLHbJhISwXVp5Y2WWvwMfSnoyTJ0CuMkDeoWT44=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ziq1dFWSBH9MPMpoyS3G6lV8819jF++Hoxe5HsBdvjiFOSJtCGF+XBYT4KyEttGGt n+FlIaeqIN6dPSZrQtU+lZZJXO3KdyWZTRVfqWop3wT47PzcDGb/8AVFtmwldl81oJ DdRQkwX5Lf0F9dvkWKxhYZ0NOJWhNnj0wWgWJRWMzSb74l+50Oj57iETGCodM8qLQA DRS5yZH6jm46RxdU3Sccp+zy57fBbF07j9qB4hKcW0Wk63tvAWnYlykhtrvLn2cpwH Kum8H1oIrUlok9FYm4Cma292fRhIyYEV/LvsKPMCVbMQCkx0XpNJx/7T6Clgq6dg8p pO/dgo0AwI9OQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oadvW-0000Bs-1B; Tue, 20 Sep 2022 16:08:42 +0200 Date: Tue, 20 Sep 2022 16:08:42 +0200 From: Johan Hovold To: Neil Armstrong Cc: Johan Hovold , 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 17/17] phy: qcom-qmp-combo: drop redundant DP config flag Message-ID: References: <20220920073826.20811-1-johan+linaro@kernel.org> <20220920073826.20811-18-johan+linaro@kernel.org> <66450c6b-6435-e537-2268-c6fc97d92824@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <66450c6b-6435-e537-2268-c6fc97d92824@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 20, 2022 at 03:52:23PM +0200, Neil Armstrong wrote: > On 20/09/2022 09:38, Johan Hovold wrote: > > Drop the DP_COM control block flag from the configuration data, which is > > set for all combo PHYs and hence no longer needed since the QMP driver > > split. > > > > Signed-off-by: Johan Hovold > Reviewed-by: Neil Armstrong Thanks for reviewing, Neil. Johan